소스 검색

[DOCS] Update ES intro for stretched clusters (#77651)

PR #77360 clarifies that a cluster's nodes don't need to be in the same data
center. This adds a similar clarification to the ES introduction docs.

Co-authored-by: David Turner <david.turner@elastic.co>
James Rodewig 4 년 전
부모
커밋
88fcb67839
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      docs/reference/intro.asciidoc

+ 6 - 6
docs/reference/intro.asciidoc

@@ -238,12 +238,12 @@ testing with your own data and queries].
 [[disaster-ccr]]
 ==== In case of disaster
 
-For performance reasons, the nodes within a cluster need to be on the same
-network. Balancing shards in a cluster across nodes in different data centers
-simply takes too long. But high-availability architectures demand that you avoid
-putting all of your eggs in one basket. In the event of a major outage in one
-location, servers in another location need to be able to take over. Seamlessly.
-The answer? {ccr-cap} (CCR).
+A cluster's nodes need good, reliable connections to each other. To provide
+better connections, you typically co-locate the nodes in the same data center or
+nearby data centers. However, to maintain high availability, you
+also need to avoid any single point of failure. In the event of a major outage
+in one location, servers in another location need to be able to take over. The
+answer? {ccr-cap} (CCR).
 
 CCR provides a way to automatically synchronize indices from your primary cluster
 to a secondary remote cluster that can serve as a hot backup. If the primary