Skip to content

Commit

Permalink
Add pipeline parameter to Bulk endpoint whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Apr 1, 2016
1 parent 2dae755 commit 3fa1c51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Elasticsearch/Endpoints/Bulk.php
Expand Up @@ -66,7 +66,8 @@ protected function getParamWhitelist()
'refresh',
'replication',
'type',
'fields'
'fields',
'pipeline'
);
}

Expand Down

0 comments on commit 3fa1c51

Please sign in to comment.