Skip to content

Commit 35b7087

Browse files
committed
Add '_source' to Bulk endpoint whitelist
1 parent 9c620c2 commit 35b7087

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Elasticsearch/Endpoints/Bulk.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ public function getParamWhitelist()
6565
'replication',
6666
'type',
6767
'fields',
68-
'pipeline'
68+
'pipeline',
69+
'_source'
6970
);
7071
}
7172

0 commit comments

Comments
 (0)