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)
Reduced aws-sdk Dependencies to only aws-sdk-core
Built gem via (you may want to bump the local version in the .gemspec first):
And confirmed new gem installs quickly and works as expected
closes https://github.com/atomita/fluent-plugin-aws-elasticsearch-service/issues/48
Edit: To do the
gem build
above, you must have the project checked out via git, because the gemspec is using agit
command to find the files to bundle, otherwise, you'll get an empty gem: https://github.com/atomita/fluent-plugin-aws-elasticsearch-service/blob/master/fluent-plugin-aws-elasticsearch-service.gemspec#L18