From 552381d7f94d263a891a50626e2c08d9cc79abc7 Mon Sep 17 00:00:00 2001 From: Tanguy Leroux Date: Wed, 6 Nov 2019 09:46:17 -0500 Subject: [PATCH] Add mention to Pause Auto-Follower API in Upgrade Clusters docs (#48764) Relates #46665 --- docs/reference/ccr/upgrading.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/reference/ccr/upgrading.asciidoc b/docs/reference/ccr/upgrading.asciidoc index 8f4eb829d46..716822d4d9e 100644 --- a/docs/reference/ccr/upgrading.asciidoc +++ b/docs/reference/ccr/upgrading.asciidoc @@ -42,7 +42,8 @@ In a bi-directional setup between two clusters, each cluster contains both leader and follower indices. When upgrading clusters in this setup, all index following needs to be paused -using the {ref}/ccr-post-pause-follow.html[pause follower API] prior to +using the {ref}/ccr-post-pause-follow.html[pause follower API] and the + {ref}/ccr-pause-auto-follow-pattern.html[pause auto-follower API] prior to upgrading both clusters. After both clusters have been upgraded then index following can be resumed using the {ref}/ccr-post-resume-follow.html[resume follower API]].