Skip to content

Commit 64935da

Browse files
feydanpolyfractal
authored andcommitted
Add 'pipeline' to UpdateByQuery whitelist (#810)
Elasticsearch Update By Query supports the pipeline parameter. This allows the parameter to be used.
1 parent 7241e69 commit 64935da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Elasticsearch/Endpoints/UpdateByQuery.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ public function getParamWhitelist()
107107
'consistency',
108108
'scroll_size',
109109
'wait_for_completion',
110+
'pipeline',
110111
];
111112
}
112113

0 commit comments

Comments
 (0)