OpenSearch/docs/reference/ccr/index.asciidoc
Tim Brooks ee7c01988f
Add documentation on remote recovery (#39483)
This is related to #35975. It adds documentation on the remote recovery
process. Additionally, it adds documentation about the various settings
that can impact the process.
2019-03-05 10:17:25 -07:00

33 lines
725 B
Plaintext

[role="xpack"]
[testenv="platinum"]
[[xpack-ccr]]
= Cross-cluster replication
[partintro]
--
beta[]
The {ccr} (CCR) feature enables replication of indices in remote clusters to a
local cluster. This functionality can be used in some common production use
cases:
* Disaster recovery in case a primary cluster fails. A secondary cluster can
serve as a hot backup
* Geo-proximity so that reads can be served locally
This guide provides an overview of {ccr}:
* <<ccr-overview>>
* <<ccr-requirements>>
* <<ccr-auto-follow>>
* <<ccr-getting-started>>
--
include::overview.asciidoc[]
include::requirements.asciidoc[]
include::auto-follow.asciidoc[]
include::getting-started.asciidoc[]
include::remote-recovery.asciidoc[]