uken / fluent-plugin-elasticsearch

Apache License 2.0
890 stars 310 forks source link

FluentD Elastic Search plugin version #973

Closed mharun-tc closed 2 years ago

mharun-tc commented 2 years ago

(check apply)

Is your feature request related to a problem? Please describe. We want to deploy a fluentd gateway via Nomad to send logs to Elastic Search. I created a custom fluentd image using the the following repo. When I deployed the nomad job I got an error:

2022-05-18 17:40:51 +0000 [error]: #0 config error file="/fluentd/etc/fluent.conf" error_class=Fluent::ConfigError error="Using Elasticsearch client 8.2.0 is not compatible for your Elasticsearch server. Please check your using elasticsearch gem version and Elasticsearch server."
2022-05-18 17:40:51 +0000 [error]: Worker 0 finished unexpectedly with status 2

Turns out our elastic cluster uses 7.16. I was wondering if anything could be done to create a new image that is compatible with our version of elastic search. Any help would be greatly appreciated.

thatsk commented 2 years ago

which version you are using now i am also facing issue

RAJMODI038 commented 1 year ago

@mharun-tc - were you able to resolve this issue?