fluentd: 0.14.0 -> 0.14.11, with more plugins

I added the most popular plugins (S3, kafka, kinesis, mongo, etc.)
and tried to bring it closer to the set of plugins they bundle with
td-agent, without getting rid of the ones we already have today. We
should probably make this overridable more generically going forward
but this should scratch most itches today.
This commit is contained in:
Dan Peebles
2017-01-24 21:21:38 +00:00
parent c9d5e5b34b
commit b299e508ea
3 changed files with 401 additions and 57 deletions
+9
View File
@@ -3,3 +3,12 @@ source "https://rubygems.org"
gem 'fluentd'
gem 'fluent-plugin-elasticsearch'
gem 'fluent-plugin-record-reformer'
gem 'fluent-plugin-s3'
gem 'fluent-plugin-kinesis'
gem 'fluent-plugin-kafka'
gem 'fluent-plugin-elasticsearch'
gem 'fluent-plugin-scribe'
gem 'fluent-plugin-mongo'
gem 'fluent-plugin-webhdfs'
gem 'fluent-plugin-rewrite-tag-filter'