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:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user