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

Please release latest version #66

Closed AndreLouisCaron closed 4 years ago

AndreLouisCaron commented 4 years ago

Problem

I want to gem install fluent-plugin-aws-elasticsearch-service and get the latest version because it supports fluent-plugin-elasticsearch>=4, but this version is not yet available on Ruby gems.

Steps to replicate

$ gem install fluent-plugin-aws-elasticsearch-service:2.3.0
$ gem list | grep -i elastic
...
fluent-plugin-aws-elasticsearch-service (2.3.0)
fluent-plugin-elasticsearch (3.8.0)

Expected Behavior or What you need to ask

Please release the latest version on Ruby gems :-)

Using Fluentd and ES plugin versions

I am using Docker image fluent/fluentd:v1.11.0-1.0 and running gem install fluent-plugin-aws-elasticsearch-service.

OS version:

$ uname -a
Linux 3dacadfd4385 4.19.76-linuxkit #1 SMP Tue May 26 11:42:35 UTC 2020 x86_64 Linux

FluentD version:

$ fluentd --version
fluentd 1.11.0
cosmo0920 commented 4 years ago

@atomita Could you kindly take a look? Thanks in advance.

atomita commented 4 years ago

@AndreLouisCaron I released v2.4.0 Thank you.

@cosmo0920 Thank you for your support.

AndreLouisCaron commented 4 years ago

Thanks a lot for releasing, it now works like a charm :-)