-
Notifications
You must be signed in to change notification settings - Fork 81
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
Error in logstash output http plugin #137
Comments
I believe that the downstream service is rejecting the request because the payload built from your "number":{
- "number": "%{version}",
+ "number": "%{version}"
} |
I am also getting the same error: I have logstash 7.17 and try to delete an index in elasticsearch with http plugin in output.
And I got this error:
|
Hi, is there any update regarding this bug ? we are facing the same issue, we can't send notification to Teams channel using this HTTP plugin, we are getting the error below : [HTTP Output Failure] Encountered non-2xx HTTP code 400 {:response_code=>400, |
Also getting same issue while pushing logs to Splunk using HTTP plugin. Please let us know if there are any updates.. |
For those hitting these issues please upgrade this plugin to v5.6.1. It includes #142 which will log the HTTP response body, showing the reason why the endpoint rejected the request. |
Hi All,
I am trying to update new field to the existing documents using update by query through logstash and below is the configuration I have tried,
When I execute the below command we are getting HTTP Code 400 error in the logs,
Though I verified the authorization token using curl in the same server and its working fine,
Please share your thoughts on the issue and it would be really helpful.
Thanks,
Ganeshbabu R
The text was updated successfully, but these errors were encountered: