-
Notifications
You must be signed in to change notification settings - Fork 103
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
Action/metadata line ... contains an unknown parameter [_retry_on_conflict] #138
Comments
Any update on this bug? |
I think I have the same issue, but with
|
I am trying to make bulk update request with painless. While, I try to update without _routing, AWS Elasticsearch responses with Missing routing param Exception. On the other hand, While I add _routing and try it with Elasticsearch Client with python for v.7x it rejects the request with |
Still facing the same issue reported by @megahall.
|
Is making the fix suggested by @megahall and building the plugin locally, the only way to get this working? |
Hello, Thanks. |
Any update on this one. I am also running into the same issue but with |
It's hard to have confidence in using this plugin in production when we have to rely on the "blanket fix" from the OP. |
I am hitting the following bug, which has been reported before with the standard ES output plugin, inside of the AWS ES output plugin:
logstash-plugins/logstash-output-elasticsearch#710
logstash-plugins/logstash-output-elasticsearch#812
It appears when you are trying to operate the plugin against recent ES releases, including AWS ES releases, with the
update / upsert
based workflow.The following one-line change fixes it:
However, the logic inside this plugin is somewhat different than the other plugin, which determines the flag naming based on the ES code version, so either this would need to be a blanket fix, or somebody more expert on this version of the could would need to help understand how to name the flag more dynamically.
When this issue occurs, a mysterious error is raised in
logstash
which causes it to retry requests forever and ever, but always failing:Action/metadata line ... contains an unknown parameter [_retry_on_conflict]
The text was updated successfully, but these errors were encountered: