From 9c60e15ebd02d4b6bc44881f26e0eb20ef0c0d98 Mon Sep 17 00:00:00 2001 From: Pius Date: Thu, 26 Sep 2019 13:14:42 -0700 Subject: [PATCH] [DOCS] Add 'remote clusters' requirement link to CCR docs (#47185) --- docs/reference/ccr/overview.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/reference/ccr/overview.asciidoc b/docs/reference/ccr/overview.asciidoc index 8f25cb1da47..16f7c7d48df 100644 --- a/docs/reference/ccr/overview.asciidoc +++ b/docs/reference/ccr/overview.asciidoc @@ -17,6 +17,7 @@ Replication is pull-based. This means that replication is driven by the follower index. This simplifies state management on the leader index and means that {ccr} does not interfere with indexing on the leader index. +IMPORTANT: {ccr-cap} requires <>. ==== Configuring replication @@ -213,4 +214,4 @@ following process starts again. You can terminate replication with the {ref}/ccr-post-unfollow.html[unfollow API]. This API converts a follower index -to a regular (non-follower) index. \ No newline at end of file +to a regular (non-follower) index.