mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Update batch_reindexing.asciidoc in 8.17
related to https://github.com/elastic/kibana/issues/209081 Updates asciidocs for the UA batch reindex API
This commit is contained in:
parent
c16c8f6900
commit
c1e41aeeea
1 changed files with 1 additions and 3 deletions
|
@ -6,9 +6,7 @@
|
|||
|
||||
experimental["The underlying Upgrade Assistant concepts are stable, but the APIs for managing Upgrade Assistant are experimental."]
|
||||
|
||||
Start or resume multiple <<start-resume-reindex, reindexing>> tasks in one request. Additionally, reindexing tasks started or resumed
|
||||
via the batch endpoint will be placed on a queue and executed one-by-one, which ensures that minimal cluster resources
|
||||
are consumed over time.
|
||||
Start or resume upgrading multiple indices in one request. Additionally, <<start-resume-reindex, reindexing>> tasks for upgrading indices that are started or resumed via the batch endpoint will be placed on a queue and executed one-by-one. This ensures that minimal cluster resources are consumed over time. Note: this API does not support data streams.
|
||||
|
||||
[[batch-start-resume-reindex-request]]
|
||||
==== Request
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue