mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-30 21:33:53 +00:00
12 lines
393 B
Ruby
12 lines
393 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'fluentd', '<=1.2.4'
|
|
gem 'activesupport', '~>5.2.1'
|
|
gem 'fluent-plugin-kubernetes_metadata_filter', '~>2.0.0'
|
|
gem 'fluent-plugin-elasticsearch', '~>2.11.5'
|
|
gem 'fluent-plugin-systemd', '~>1.0.1'
|
|
gem 'fluent-plugin-detect-exceptions', '~>0.0.11'
|
|
gem 'fluent-plugin-prometheus', '~>1.0.1'
|
|
gem 'fluent-plugin-multi-format-parser', '~>1.0.0'
|
|
gem 'oj', '~>3.6.5'
|