Open
Description
When using the Reindex API with the dest parameter I'm getting the following error:
"dest" is not a valid parameter. Allowed parameters are "error_trace", "filter_path", "human", "max_docs", "opaqueId", "pretty", "refresh", "requests_per_second", "scroll", "slices", "source", "timeout", "wait_for_active_shards", "wait_for_completion"
Dest is a valid parameter. See docs:
https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-reindex
Suggested solution:
Add "dest" to the whitelist here:
\Elasticsearch\Endpoints\Reindex::getParamWhitelist
I'm using elasticsearch-php version 7.17
Metadata
Metadata
Assignees
Labels
No labels