From 98a372c90da8a6f415104fc274515e7b7f528ba9 Mon Sep 17 00:00:00 2001 From: Zachary Tong Date: Wed, 11 Apr 2018 13:56:54 +0000 Subject: [PATCH] Add 'wait_for_no_initializing_shards' to Cluster\Health whitelist --- src/Elasticsearch/Endpoints/Cluster/Health.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Elasticsearch/Endpoints/Cluster/Health.php b/src/Elasticsearch/Endpoints/Cluster/Health.php index 10e8a7c20..c9101bb7d 100644 --- a/src/Elasticsearch/Endpoints/Cluster/Health.php +++ b/src/Elasticsearch/Endpoints/Cluster/Health.php @@ -45,7 +45,8 @@ public function getParamWhitelist() 'wait_for_relocating_shards', 'wait_for_status', 'wait_for_events', - 'wait_for_no_relocating_shards' + 'wait_for_no_relocating_shards', + 'wait_for_no_initializing_shards', ); }