about summary refs log tree commit diff
path: root/pkgs/tools/misc/fluentd/Gemfile
blob: 952c419ad3136803ab4b75649abe26bfb65ce386 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
source "https://rubygems.org"

gem 'fluentd'
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'