Skip to content

Commit 7f4769b

Browse files
authored
Fix typo in high availability docs (elastic#126788)
1 parent df6d07f commit 7f4769b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/high-availability.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To effectively distribute read and write operations across nodes, the nodes in a
1818
+
1919
Co-locating nodes in a single location exposes you to the risk of a single outage taking your entire cluster offline. To maintain high availability, you can prepare a second cluster that can take over in case of disaster by implementing {ccr} (CCR).
2020
+
21-
CCR provides a way to automatically synchronize indices from a leader cluster to a follower cluster. This cluster could be in a different data center or even a different content from the leader cluster. If the primary cluster fails, the secondary cluster can take over.
21+
CCR provides a way to automatically synchronize indices from a leader cluster to a follower cluster. This cluster could be in a different data center or even a different continent from the leader cluster. If the primary cluster fails, the secondary cluster can take over.
2222
+
2323
TIP: You can also use CCR to create secondary clusters to serve read requests in geo-proximity to your users.
2424

0 commit comments

Comments
 (0)