We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(check apply)
I'm getting issues when fluentd is pushing logs to elasticsearch. The status code is 400.
failed to flush the buffer. error_class=Fluent::Plugin::ElasticsearchOutput::RecoverableRequestFailure error="could not push logs to Elasticsearch cluster (cluster-${tag}): [400] { "error": { "root_cause": [ { "type": "parse_exception", "reason": "request body is required" } ], "type": "parse_exception", "reason": "request body is required" }, "status": 400 }
...
Either clone and modify https://gist.github.com/pitr/9a518e840db58f435911
Fluentd should send the data to elasticsearch without any issues. ...
fluentd --version
td-agent --version
fluent-gem list
td-agent-gem list
The text was updated successfully, but these errors were encountered:
What version of fluentd are you using? I'm getting 400s on version 1.15.1+ but it works fine for me on 1.15.0
Sorry, something went wrong.
We are suffering from the same. Versions:
elastic-transport (8.3.1) elasticsearch (8.12.2) elasticsearch-api (8.12.2) fluent-plugin-elasticsearch (5.4.3) fluentd 1.16.2
Same happens on fluentd 1.17.0:
elastic-transport (8.3.2) elasticsearch (8.14.0, 7.13.3) elasticsearch-api (8.14.0, 7.13.3) elasticsearch-transport (7.13.3) elasticsearch-xpack (7.13.3) fluent-plugin-aws-elasticsearch-service (2.4.1) fluent-plugin-elasticsearch (5.4.3) fluentd 1.17.0
No branches or pull requests
(check apply)
Problem
I'm getting issues when fluentd is pushing logs to elasticsearch. The status code is 400.
...
Steps to replicate
Either clone and modify https://gist.github.com/pitr/9a518e840db58f435911
Expected Behavior or What you need to ask
Fluentd should send the data to elasticsearch without any issues.
...
Using Fluentd and ES plugin versions
fluentd --version
ortd-agent --version
fluent-gem list
,td-agent-gem list
or your Gemfile.lockThe text was updated successfully, but these errors were encountered: