index.asciidoc 689 B

12345678910111213141516171819202122232425262728293031
  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
  10. cases:
  11. * Disaster recovery in case a primary cluster fails. A secondary cluster can
  12. serve as a hot backup
  13. * Geo-proximity so that reads can be served locally
  14. This guide provides an overview of {ccr}:
  15. * <<ccr-overview>>
  16. * <<ccr-requirements>>
  17. * <<ccr-auto-follow>>
  18. * <<ccr-getting-started>>
  19. --
  20. include::overview.asciidoc[]
  21. include::requirements.asciidoc[]
  22. include::auto-follow.asciidoc[]
  23. include::getting-started.asciidoc[]