OpenSearch/docs/reference/ccr/index.asciidoc
James Rodewig 9dcf8a53a2 [DOCS] Add CCR docs to the Elasticsearch Reference Guide (#45704)
Previously, cross-cluster replication (CCR) documentation was located in
the Stack Overview:
https://www.elastic.co/guide/en/elastic-stack-overview/master/xpack-ccr.html

This adds CCR documentation to the Elasticsearch Reference Guide with a
level offset for headings.

The level offset and CCR Stack Overview docs will be removed in later
commits.
2019-09-17 14:26:20 -04:00

29 lines
731 B
Plaintext

[role="xpack"]
[testenv="platinum"]
[[xpack-ccr]]
= {ccr-cap}
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>>
* <<ccr-upgrading>>
include::overview.asciidoc[]
include::requirements.asciidoc[]
include::auto-follow.asciidoc[]
include::getting-started.asciidoc[]
include::remote-recovery.asciidoc[]
include::upgrading.asciidoc[]