OpenSearch/docs/reference/cluster
Ali Beyad 4641254ea6 Parameter improvements to Cluster Health API wait for shards (#20223)
* Params improvements to Cluster Health API wait for shards

Previously, the cluster health API used a strictly numeric value
for `wait_for_active_shards`. However, with the introduction of
ActiveShardCount and the removal of write consistency level for
replication operations, `wait_for_active_shards` is used for
write operations to represent values for ActiveShardCount. This
commit moves the cluster health API's usage of `wait_for_active_shards`
to be consistent with its usage in the write operation APIs.

This commit also changes `wait_for_relocating_shards` from a
numeric value to a simple boolean value `wait_for_no_relocating_shards`
to set whether the cluster health operation should wait for
all relocating shards to complete relocation.

* Addresses code review comments

* Don't be lenient if `wait_for_relocating_shards` is set
2016-08-31 11:58:19 -04:00
..
allocation-explain.asciidoc Expose the ClusterInfo object in the allocation explain output 2016-07-12 15:52:20 -06:00
health.asciidoc Parameter improvements to Cluster Health API wait for shards (#20223) 2016-08-31 11:58:19 -04:00
nodes-hot-threads.asciidoc Core: ignore known idle threads by default in /_nodes/hot_threads 2014-12-17 11:59:31 -05:00
nodes-info.asciidoc add indices nodes info flag to docs 2016-06-20 14:23:32 -04:00
nodes-stats.asciidoc Add I/O statistics on Linux 2016-05-17 16:16:39 -04:00
pending.asciidoc Update task management docs to reflect the latest changes in the interface 2016-03-29 12:26:37 -04:00
reroute.asciidoc Limit retries of failed allocations per index (#18467) 2016-05-20 20:37:45 +02:00
state.asciidoc Cluster State API: Remove index template filtering 2014-05-05 14:54:14 +02:00
stats.asciidoc Remove index_writer_max_memory stat from segment stats 2016-05-31 06:29:29 -04:00
tasks.asciidoc Create get task API that falls back to the .tasks index 2016-06-14 13:37:34 -04:00
update-settings.asciidoc Clarification about precedence of settings 2016-03-10 14:29:51 +01:00