mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 09:28:27 +00:00
[DOCS] add wait_for_active_shards option to health.asciidoc
This commit is contained in:
parent
1047e8bce5
commit
728f834716
@ -70,6 +70,10 @@ The cluster health API accepts the following request parameters:
|
||||
A number controlling to how many relocating
|
||||
shards to wait for. Usually will be `0` to indicate to wait till all
|
||||
relocations have happened. Defaults to not wait.
|
||||
|
||||
`wait_for_active_shards`::
|
||||
A number controlling to how many active
|
||||
shards to wait for. Defaults to not wait.
|
||||
|
||||
`wait_for_nodes`::
|
||||
The request waits until the specified number `N` of
|
||||
|
Loading…
x
Reference in New Issue
Block a user