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

Slow Gem Install Fix #49

Closed thadamski closed 5 years ago

thadamski commented 5 years ago

Reduced aws-sdk Dependencies to only aws-sdk-core

Built gem via (you may want to bump the local version in the .gemspec first):

gem build fluent-plugin-aws-elasticsearch-service.gemspec

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 a git 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