Skip to content

Commit

Permalink
Add '_source' to Bulk endpoint whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Sep 15, 2016
1 parent 9c620c2 commit 35b7087
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Elasticsearch/Endpoints/Bulk.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ public function getParamWhitelist()
'replication',
'type',
'fields',
'pipeline'
'pipeline',
'_source'
);
}

Expand Down

0 comments on commit 35b7087

Please sign in to comment.