From 8448f994df07491ce7da8e1cee323ae251ec3234 Mon Sep 17 00:00:00 2001 From: Zachary Tong Date: Thu, 15 Sep 2016 15:02:21 -0400 Subject: [PATCH] Add 'wait_for_no_relocating_shards' to Cluster/Health whitelist --- src/Elasticsearch/Endpoints/Cluster/Health.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Elasticsearch/Endpoints/Cluster/Health.php b/src/Elasticsearch/Endpoints/Cluster/Health.php index 14f1bebf5..10e8a7c20 100644 --- a/src/Elasticsearch/Endpoints/Cluster/Health.php +++ b/src/Elasticsearch/Endpoints/Cluster/Health.php @@ -45,6 +45,7 @@ public function getParamWhitelist() 'wait_for_relocating_shards', 'wait_for_status', 'wait_for_events', + 'wait_for_no_relocating_shards' ); }