b299e508ea
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.
15 lines
347 B
Ruby
15 lines
347 B
Ruby
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'
|
|
|