index.asciidoc 698 B

123456789101112131415161718192021222324252627282930
  1. [role="xpack"]
  2. [testenv="platinum"]
  3. [[xpack-ccr]]
  4. = Cross-cluster replication
  5. [partintro]
  6. --
  7. beta[]
  8. The {ccr} (CCR) feature enables replication of indices in remote clusters to a
  9. local cluster. This functionality can be used in some common production use cases:
  10. * Disaster recovery in case a primary cluster fails. A secondary cluster can
  11. serve as a hot backup
  12. * Geo-proximity so that reads can be served locally
  13. This guide provides an overview of {ccr}:
  14. * <<ccr-overview>>
  15. * <<ccr-requirements>>
  16. * <<ccr-overview-auto-follow>>
  17. * <<ccr-getting-started>>
  18. --
  19. include::overview.asciidoc[]
  20. include::requirements.asciidoc[]
  21. include::auto-follow.asciidoc[]
  22. include::getting-started.asciidoc[]