We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17a148c commit 97fa126Copy full SHA for 97fa126
docs/reference/ccr/apis/follow/post-forget-follower.asciidoc
@@ -124,10 +124,10 @@ This example removes the follower retention leases for `follower_index` from
124
--------------------------------------------------
125
POST /leader_index/_ccr/forget_follower
126
{
127
- "follower_cluster" : "",
+ "follower_cluster" : "follower_cluster",
128
"follower_index" : "follower_index",
129
- "follower_index_uuid" : "",
130
- "leader_remote_cluster" : ""
+ "follower_index_uuid" : "vYpnaWPRQB6mNspmoCeYyA",
+ "leader_remote_cluster" : "leader_cluster"
131
}
132
133
// CONSOLE
0 commit comments