From 0275fe558de93e01586867de546a6c305f5dace1 Mon Sep 17 00:00:00 2001 From: Zachary Tong Date: Wed, 11 Apr 2018 13:57:04 +0000 Subject: [PATCH] Add 'wait_for_active_shards' to Indices\Open whitelist --- src/Elasticsearch/Endpoints/Indices/Open.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Elasticsearch/Endpoints/Indices/Open.php b/src/Elasticsearch/Endpoints/Indices/Open.php index 6808659b5..6ea10671f 100644 --- a/src/Elasticsearch/Endpoints/Indices/Open.php +++ b/src/Elasticsearch/Endpoints/Indices/Open.php @@ -48,6 +48,7 @@ public function getParamWhitelist() 'ignore_unavailable', 'allow_no_indices', 'expand_wildcards', + 'wait_for_active_shards', ); }