With .monitoring-data-N index gone, we no longer want to wait for it

Original commit: elastic/x-pack-elasticsearch@312f1341ae
This commit is contained in:
Chris Earle 2017-06-06 18:22:00 -04:00
parent 63138f02c5
commit 3436ba6ecb
2 changed files with 4 additions and 4 deletions

View File

@ -36,6 +36,6 @@
- do:
cluster.health:
index: ".monitoring-*" # include monitoring-data-* and monitoring-es-*
wait_for_active_shards: 4 # 1 primary and 1 replica each for the two monitoring indices
index: ".monitoring-*" # include monitoring-es-*
wait_for_active_shards: 2 # 1 primary and 1 replica
timeout: 25s

View File

@ -48,8 +48,8 @@
- do:
cluster.health:
index: ".monitoring-*" # include monitoring-data-* and monitoring-es-*
wait_for_active_shards: 4 # 1 primary and 1 replica each for the two monitoring indices
index: ".monitoring-*" # include monitoring-es-*
wait_for_active_shards: 4 # 1 primary and 1 replica
timeout: 25s
- do: