File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ The API returns the following results:
105
105
"number_of_failed_follow_indices" : 0,
106
106
"number_of_failed_remote_cluster_state_requests" : 0,
107
107
"number_of_successful_follow_indices" : 1,
108
- "recent_auto_follow_errors" : [ ]
108
+ "recent_auto_follow_errors" : []
109
109
},
110
110
"follow_stats" : {
111
111
"indices" : [
@@ -150,7 +150,7 @@ The API returns the following results:
150
150
// TESTRESPONSE[s/"number_of_failed_follow_indices" : 0/"number_of_failed_follow_indices" : $body.auto_follow_stats.number_of_failed_follow_indices/]
151
151
// TESTRESPONSE[s/"number_of_failed_remote_cluster_state_requests" : 0/"number_of_failed_remote_cluster_state_requests" : $body.auto_follow_stats.number_of_failed_remote_cluster_state_requests/]
152
152
// TESTRESPONSE[s/"number_of_successful_follow_indices" : 1/"number_of_successful_follow_indices" : $body.auto_follow_stats.number_of_successful_follow_indices/]
153
- // TESTRESPONSE[s/"recent_auto_follow_errors" : [ ]/"recent_auto_follow_errors" : $body.auto_follow_stats.recent_auto_follow_errors/]
153
+ // TESTRESPONSE[s/"recent_auto_follow_errors" : \[\ ]/"recent_auto_follow_errors" : $body.auto_follow_stats.recent_auto_follow_errors/]
154
154
// TESTRESPONSE[s/"leader_global_checkpoint" : 1024/"leader_global_checkpoint" : $body.follow_stats.indices.0.shards.0.leader_global_checkpoint/]
155
155
// TESTRESPONSE[s/"leader_max_seq_no" : 1536/"leader_max_seq_no" : $body.follow_stats.indices.0.shards.0.leader_max_seq_no/]
156
156
// TESTRESPONSE[s/"follower_global_checkpoint" : 768/"follower_global_checkpoint" : $body.follow_stats.indices.0.shards.0.follower_global_checkpoint/]
You can’t perform that action at this time.
0 commit comments