mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 15:17:30 -04:00
[DOCS] Remove 'settings' from resume follower API (#98086)
This commit is contained in:
parent
082ff1d461
commit
42cc99f204
2 changed files with 3 additions and 1 deletions
|
@ -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[]
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue