From 00c30dc463c53c57a1c71186ddb36a06c848301b Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Tue, 17 Sep 2019 15:10:23 -0400 Subject: [PATCH] [DOCS] Remove CCR docs from Stack Overview (#464) --- docs/en/stack/index.asciidoc | 2 -- docs/en/stack/redirects.asciidoc | 36 ++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 2 deletions(-) diff --git a/docs/en/stack/index.asciidoc b/docs/en/stack/index.asciidoc index 4f8d936fd..b05733a93 100644 --- a/docs/en/stack/index.asciidoc +++ b/docs/en/stack/index.asciidoc @@ -19,8 +19,6 @@ include::introduction.asciidoc[] include::ml/index.asciidoc[] -include::{es-repo-dir}/ccr/index.asciidoc[] - include::troubleshooting.asciidoc[] include::limitations.asciidoc[] diff --git a/docs/en/stack/redirects.asciidoc b/docs/en/stack/redirects.asciidoc index 6f36a1ba4..51a0807aa 100644 --- a/docs/en/stack/redirects.asciidoc +++ b/docs/en/stack/redirects.asciidoc @@ -829,3 +829,39 @@ See {ref}/monitor-elasticsearch-cluster.html[Monitor a cluster]. This page has moved. See {ref}/esms.html[{esms}]. + +[role="exclude",id="xpack-ccr"] +=== Cross-cluster replication + +See {ref}/xpack-ccr.html[{ccr-cap}]. + +[role="exclude",id="ccr-overview"] +=== {ccr-cap} overview + +See {ref}/ccr-overview.html[{ccr-cap} overview]. + +[role="exclude",id="ccr-requirements"] +=== Requirements for leader indices +[[ccr-overview-beats]] + +See {ref}/ccr-requirements.html[Requirements for leader indices]. + +[role="exclude",id="ccr-auto-follow"] +=== Automatically following indices + +See {ref}/ccr-auto-follow.html[Automatically following indices]. + +[role="exclude",id="ccr-getting-started"] +=== Getting started with {ccr} + +See {ref}/ccr-getting-started.html[Getting started with {ccr}]. + +[role="exclude",id="remote-recovery"] +=== Remote recovery + +See {ref}/remote-recovery.html[Remote recovery]. + +[role="exclude",id="ccr-upgrading"] +=== Upgrading clusters + +See {ref}/ccr-upgrading.html[Upgrading clusters]. \ No newline at end of file