-
Notifications
You must be signed in to change notification settings - Fork 973
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add slices & wait_for_active_shards to UpdateByQuery whitelist #843
Conversation
Tests failures are not related to the changes introduced in this PR |
@polyfractal any news on this PR? |
@polyfractal any updates? |
@thePanz, @polyfractal the |
@ezimuel I see that you introduced those in #897 (the diff is not clean, as it contains a huge mix of php-CS fixes, bc-break of supported PHP version and support for new API parameters). In any case: those two parameters (slices and wait_for_active_shards) are available from ES 5.6: https://www.elastic.co/guide/en/elasticsearch/reference/5.6/docs-update-by-query.html#docs-update-by-query-slice and https://www.elastic.co/guide/en/elasticsearch/reference/5.6/docs-update-by-query.html#_url_parameters_2 Does it means that the changes in the API parameters must be back-ported to the 5.6 branch? |
ES 5.6 reaches EOL on 2019-03-11 and it's not maintained since 7.0.0. See Elastic Product End of Life Dates for more information. |
@ezimuel I am still on ES 5.6. |
@thePanz officially, I cannot fully support a library to connect to a server that is not supported anymore. That said, I would like to help all the users of this library. In this case, I'll release it for 5.x and 6.x. |
Cool! Thanks! |
As specified by the doc