Skip to content

Commit

Permalink
Add 'wait_for_no_initializing_shards' to Cluster\Health whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Jan 7, 2019
1 parent 0275fe5 commit 98a372c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Elasticsearch/Endpoints/Cluster/Health.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
);
}

Expand Down

0 comments on commit 98a372c

Please sign in to comment.