index.asciidoc 750 B

1234567891011121314151617181920212223242526272829303132
  1. [role="xpack"]
  2. [testenv="platinum"]
  3. [[xpack-ccr]]
  4. = {ccr-cap}
  5. [partintro]
  6. --
  7. The {ccr} (CCR) feature enables replication of indices in remote clusters to a
  8. local cluster. This functionality can be used in some common production use
  9. 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-auto-follow>>
  17. * <<ccr-getting-started>>
  18. * <<ccr-upgrading>>
  19. --
  20. include::overview.asciidoc[]
  21. include::requirements.asciidoc[]
  22. include::auto-follow.asciidoc[]
  23. include::getting-started.asciidoc[]
  24. include::remote-recovery.asciidoc[]
  25. include::upgrading.asciidoc[]