Skip to content

Commit

Permalink
Add 'wait_for_active_shards' to Indices\Open whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Jan 7, 2019
1 parent aa32b12 commit 0275fe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Elasticsearch/Endpoints/Indices/Open.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public function getParamWhitelist()
'ignore_unavailable',
'allow_no_indices',
'expand_wildcards',
'wait_for_active_shards',
);
}

Expand Down

0 comments on commit 0275fe5

Please sign in to comment.