OpenSearch/docs/reference/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

78 lines
1.5 KiB
Plaintext

[[elasticsearch-reference]]
= Elasticsearch Reference
:include-xpack: true
:es-test-dir: {docdir}/../src/test
:plugins-examples-dir: {docdir}/../../plugins/examples
:xes-repo-dir: {docdir}/../../x-pack/docs/{lang}
:es-repo-dir: {docdir}
include::../Versions.asciidoc[]
include::intro.asciidoc[]
include::getting-started.asciidoc[]
include::setup.asciidoc[]
include::setup/setup-xes.asciidoc[]
include::monitoring/configuring-monitoring.asciidoc[]
include::{xes-repo-dir}/security/configuring-es.asciidoc[]
include::setup/setup-xclient.asciidoc[]
include::setup/bootstrap-checks-xes.asciidoc[]
include::upgrade.asciidoc[]
include::aggregations.asciidoc[]
include::query-dsl.asciidoc[]
include::modules/cross-cluster-search.asciidoc[]
include::scripting.asciidoc[]
include::mapping.asciidoc[]
include::analysis.asciidoc[]
include::modules.asciidoc[]
include::index-modules.asciidoc[]
include::ingest.asciidoc[]
include::ilm/index.asciidoc[]
include::sql/index.asciidoc[]
include::monitoring/index.asciidoc[]
include::rollup/index.asciidoc[]
include::frozen-indices.asciidoc[]
include::high-availability.asciidoc[]
include::commands/index.asciidoc[]
include::how-to.asciidoc[]
include::testing.asciidoc[]
include::glossary.asciidoc[]
include::rest-api/index.asciidoc[]
include::release-notes/highlights.asciidoc[]
include::migration/index.asciidoc[]
include::release-notes.asciidoc[]
include::redirects.asciidoc[]