[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
|
A number controlling to how many relocating
|
||||||
shards to wait for. Usually will be `0` to indicate to wait till all
|
shards to wait for. Usually will be `0` to indicate to wait till all
|
||||||
relocations have happened. Defaults to not wait.
|
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`::
|
`wait_for_nodes`::
|
||||||
The request waits until the specified number `N` of
|
The request waits until the specified number `N` of
|
||||||
|
|
Loading…
Reference in New Issue