From f90c2ddab1422808bedbc2bd94b22d347fc928a3 Mon Sep 17 00:00:00 2001 From: Zachary Tong Date: Thu, 15 Sep 2016 15:30:26 -0400 Subject: [PATCH] Add 'ignore_unavailable' to Snapshot/Status whitelist --- src/Elasticsearch/Endpoints/Snapshot/Status.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Elasticsearch/Endpoints/Snapshot/Status.php b/src/Elasticsearch/Endpoints/Snapshot/Status.php index 55507048e..b8e6aba83 100644 --- a/src/Elasticsearch/Endpoints/Snapshot/Status.php +++ b/src/Elasticsearch/Endpoints/Snapshot/Status.php @@ -86,6 +86,7 @@ public function getParamWhitelist() { return array( 'master_timeout', + 'ignore_unavailable' ); }