[DOCS] add wait_for_active_shards option to health.asciidoc
This commit is contained in:
parent
1047e8bce5
commit
728f834716
|
@ -71,6 +71,10 @@ The cluster health API accepts the following request parameters:
|
|||
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
|
||||
nodes is available. It also accepts `>=N`, `<=N`, `>N` and `<N`.
|
||||
|
|
Loading…
Reference in New Issue