Skip to content

Commit 97fa126

Browse files
committed
Fix CCR forget follower docs example
This example was missing sample values in the forget follower API call. This commit addresses this.
1 parent 17a148c commit 97fa126

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/ccr/apis/follow/post-forget-follower.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@ This example removes the follower retention leases for `follower_index` from
124124
--------------------------------------------------
125125
POST /leader_index/_ccr/forget_follower
126126
{
127-
"follower_cluster" : "",
127+
"follower_cluster" : "follower_cluster",
128128
"follower_index" : "follower_index",
129-
"follower_index_uuid" : "",
130-
"leader_remote_cluster" : ""
129+
"follower_index_uuid" : "vYpnaWPRQB6mNspmoCeYyA",
130+
"leader_remote_cluster" : "leader_cluster"
131131
}
132132
--------------------------------------------------
133133
// CONSOLE

0 commit comments

Comments
 (0)