about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/misc/fluentd/Gemfile
blob: 0b9993c1f1978cc822c12a1cf7601f7633d6a5c7 (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-mongo'
gem 'fluent-plugin-webhdfs'
gem 'fluent-plugin-rewrite-tag-filter'
gem 'fluent-plugin-cloudwatch-logs'