We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47b43d2 commit b00c501Copy full SHA for b00c501
docs/reference/ccr/overview.asciidoc
@@ -17,6 +17,8 @@ Replication is pull-based. This means that replication is driven by the
17
follower index. This simplifies state management on the leader index and means
18
that {ccr} does not interfere with indexing on the leader index.
19
20
+IMPORTANT: {ccr-cap} requires {ref}/modules-remote-clusters.html[remote clusters].
21
+
22
[float]
23
=== Configuring replication
24
@@ -211,4 +213,4 @@ following process starts again.
211
213
212
214
You can terminate replication with the
215
{ref}/ccr-post-unfollow.html[unfollow API]. This API converts a follower index
-to a regular (non-follower) index.
216
+to a regular (non-follower) index.
0 commit comments