[DOCS] Remove 'settings' from resume follower API (#98086)

This commit is contained in:
Abdon Pijpelink 2023-08-01 12:51:39 +02:00 committed by GitHub
parent 082ff1d461
commit 42cc99f204
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,7 @@
(object) Settings to override from the leader index. Note that certain
settings can not be overrode (e.g., `index.number_of_shards`).
// tag::ccr-resume-follow-request-body[]
`max_read_request_operation_count`::
(integer) The maximum number of operations to pull per read from the remote
cluster.
@ -101,3 +102,4 @@ values for the above described index follow request parameters:
}
--------------------------------------------------
// end::ccr-resume-follow-request-body[]

View file

@ -68,7 +68,7 @@ returns, the follower index will resume fetching operations from the leader inde
[[ccr-post-resume-follow-request-body]]
==== {api-request-body-title}
include::../follow-request-body.asciidoc[]
include::../follow-request-body.asciidoc[tag=ccr-resume-follow-request-body]
[[ccr-post-resume-follow-examples]]
==== {api-examples-title}