about summary refs log tree commit diff
path: root/pkgs/tools/misc/fluentd/Gemfile
blob: 8cbed0ebac404df0f03a77a527778c226f0177e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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'
gem 'fluent-plugin-cloudwatch-logs'