Wait explicitly for .monitoring-es-* instead of the more generic wait

Original commit: elastic/x-pack-elasticsearch@4e1e4e379a
This commit is contained in:
Chris Earle 2017-06-06 18:24:17 -04:00
parent 3436ba6ecb
commit a357c97aaf
2 changed files with 3 additions and 3 deletions

View File

@ -36,6 +36,6 @@
- do:
cluster.health:
index: ".monitoring-*" # include monitoring-es-*
index: ".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-es-*
wait_for_active_shards: 4 # 1 primary and 1 replica
index: ".monitoring-es-*"
wait_for_active_shards: 2 # 1 primary and 1 replica
timeout: 25s
- do: