atomita / fluent-plugin-aws-elasticsearch-service

This repository is extends of https://github.com/uken/fluent-plugin-elasticsearch/ which made connectable to Amazon Elassticsearch Service using Aws Signers V4. Please check the requirements to connect to Amazon Elassticsearch Service without using Aws Signers V4 for before starting use. (reference https://groups.google.com/forum/#!msg/fluentd/uW87VAOqxeE/cfhenicEBAAJ)
MIT License
122 stars 49 forks source link

Does this support version 1.5 and 2.3 of elasticsearch? #19

Closed john-delivuk closed 5 years ago

john-delivuk commented 8 years ago

As soon as I deploy this my ElasticSearch cluster goes unhealthy(yellow state). I did use 2.3 and wanted to confirm if this was supported by the plugin.

mpas commented 8 years ago

I am using it on 2.3 and it seems to work fine.

davidgacc commented 7 years ago

I am using fluent-plugin-aws-elasticsearch-service on ES 5.3 and it seems not working. I was wondering if someone could check if https://rubygems.org/gems/fluent-plugin-aws-elasticsearch-service supports AWS Elasticsearch 5.3 ?

cosmo0920 commented 5 years ago

Could you check version incompatibility between ES and elasticsearch-ruby? https://github.com/elastic/elasticsearch-ruby#compatibility

If you want to communicate to ES 5.x, you shall use elasticsearch-ruby 5.x. Otherwise, Fluentd cannot push events there.

cosmo0920 commented 5 years ago

This is Old issue. Closing.