index.asciidoc 732 B

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