From f1e3686e81a289f86686cfa213cdaef545d3b56e Mon Sep 17 00:00:00 2001 From: Liz Snyder Date: Tue, 18 Jan 2022 11:23:16 -0800 Subject: [PATCH] Few more I missed Signed-off-by: Liz Snyder --- _replication-plugin/get-started.md | 2 +- _replication-plugin/index.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_replication-plugin/get-started.md b/_replication-plugin/get-started.md index fcda434e..9e5596de 100644 --- a/_replication-plugin/get-started.md +++ b/_replication-plugin/get-started.md @@ -52,7 +52,7 @@ plugins.security.nodes_dn: ``` ## Example setup -Save this sample file as `docker-compose.yml` and run `docker-compose up` to start two single-node clusters on the same network: +To start two single-node clusters on the same network, save this sample file as `docker-compose.yml` and run `docker-compose up`: ```yml version: '3' diff --git a/_replication-plugin/index.md b/_replication-plugin/index.md index 8c463fd1..22af0da0 100644 --- a/_replication-plugin/index.md +++ b/_replication-plugin/index.md @@ -10,8 +10,8 @@ redirect_from: # Cross-cluster replication The cross-cluster replication plugin lets you replicate indexes, mappings, and metadata from one OpenSearch cluster to another. Cross-cluster replication has the following benefits: -- By replicating your indexes, you ensure that you can continue to handle search requests in the event of an outage. -- Replicating data across geographically distant data centers minimizes the distance between the data and the application server, reducing expensive latencies. +- By replicating your indexes, you ensure that you can continue to handle search requests if there's an outage. +- Replicating data across geographically distant data centers minimizes the distance between the data and the application server. This reduces expensive latencies. - You can replicate data from multiple smaller clusters to a centralized reporting cluster, which is useful when it's inefficient to query across a large network. Replication follows an active-passive model where the follower index (where the data is replicated) pulls data from the leader (remote) index.