@@ -99,7 +99,7 @@ example, `cluster.es.eastus2.staging.azure.foundit.no:9400` or
9999[%collapsible%open]
100100.API example
101101====
102- You can also use the <<cluster-update-settings,cluster update settings API>> to
102+ You can also use the <<cluster-update-settings,cluster update settings API>> to
103103add a remote cluster:
104104
105105[source,console]
@@ -192,8 +192,8 @@ image::images/ccr-follower-index.png["The Cross-Cluster Replication page in {kib
192192[%collapsible%open]
193193.API example
194194====
195- You can also use the <<ccr-put-follow,create follower API>> to create follower
196- indices. When you create a follower index, you must reference the remote cluster
195+ You can also use the <<ccr-put-follow,create follower API>> to create follower
196+ indices. When you create a follower index, you must reference the remote cluster
197197and the leader index that you created in the remote cluster.
198198
199199When initiating the follower request, the response returns before the
@@ -247,7 +247,9 @@ POST /server-metrics-follower/_ccr/unfollow
247247You use <<ccr-auto-follow,auto-follow patterns>> to automatically create new
248248followers for rolling time series indices. Whenever the name of a new index on
249249the remote cluster matches the auto-follow pattern, a corresponding follower
250- index is added to the local cluster.
250+ index is added to the local cluster. Note that only indices created on the
251+ remote cluster after the auto-follow pattern is created will be auto-followed:
252+ existing indices on the remote cluster are ignored even if they match the pattern.
251253
252254An auto-follow pattern specifies the remote cluster you want to replicate from,
253255and one or more index patterns that specify the rolling time series indices you
0 commit comments