Fix CCR forget follower docs example

This example was missing sample values in the forget follower API
call. This commit addresses this.
This commit is contained in:
Jason Tedor 2019-03-13 10:02:17 -04:00
parent 9300826d8a
commit 16e4499b97
No known key found for this signature in database
GPG Key ID: FA89F05560F16BC5
1 changed files with 3 additions and 3 deletions

View File

@ -124,10 +124,10 @@ This example removes the follower retention leases for `follower_index` from
--------------------------------------------------
POST /leader_index/_ccr/forget_follower
{
"follower_cluster" : "",
"follower_cluster" : "follower_cluster",
"follower_index" : "follower_index",
"follower_index_uuid" : "",
"leader_remote_cluster" : ""
"follower_index_uuid" : "vYpnaWPRQB6mNspmoCeYyA",
"leader_remote_cluster" : "leader_cluster"
}
--------------------------------------------------
// CONSOLE