diff --git a/v1.16-4.10/filters/Gemfile b/v1.16-4.10/filters/Gemfile index 72f9fd5..34e2622 100644 --- a/v1.16-4.10/filters/Gemfile +++ b/v1.16-4.10/filters/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'fluent-plugin-detect-exceptions', '0.0.15' -gem 'fluent-plugin-prometheus', '2.1.0' +gem 'fluent-plugin-prometheus', '2.2.0' gem 'fluent-plugin-dedot_filter', '1.0.0' gem 'fluent-plugin-geoip', '1.3.2' gem 'fluent-plugin-tag-normaliser', '0.1.3' diff --git a/v1.16-4.10/filters/Gemfile.lock b/v1.16-4.10/filters/Gemfile.lock index 700fd3f..3528150 100644 --- a/v1.16-4.10/filters/Gemfile.lock +++ b/v1.16-4.10/filters/Gemfile.lock @@ -29,7 +29,7 @@ GEM fluent-plugin-parser-logfmt (0.0.0) fluentd (>= 1, < 2) logfmt (~> 0.0.8) - fluent-plugin-prometheus (2.1.0) + fluent-plugin-prometheus (2.2.0) fluentd (>= 1.9.1, < 2) prometheus-client (>= 2.1.0) fluent-plugin-record-modifier (2.2.0) @@ -90,7 +90,7 @@ DEPENDENCIES fluent-plugin-multi-format-parser (= 1.1.0) fluent-plugin-mysqlslowquery (= 0.0.9) fluent-plugin-parser-logfmt (= 0.0.0) - fluent-plugin-prometheus (= 2.1.0) + fluent-plugin-prometheus (= 2.2.0) fluent-plugin-record-modifier (= 2.2.0) fluent-plugin-rewrite-tag-filter (= 2.4.0) fluent-plugin-tag-normaliser (= 0.1.3) diff --git a/v1.16-4.10/outputs/Gemfile b/v1.16-4.10/outputs/Gemfile index 2d3c2a1..a4e0f66 100644 --- a/v1.16-4.10/outputs/Gemfile +++ b/v1.16-4.10/outputs/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gem 'fluent-plugin-aliyun-oss', '0.0.1' gem 'fluent-plugin-sumologic_output', '1.9.0' -gem 'fluent-plugin-kafka', '0.19.2' +gem 'fluent-plugin-kafka', '0.19.3' gem 'fluent-plugin-grafana-loki', '1.2.20' gem 'fluent-plugin-kinesis', '3.5.0' gem 'fluent-plugin-splunk-hec', '1.3.3' @@ -11,7 +11,7 @@ gem 'fluent-plugin-newrelic', '1.2.3' gem 'fluent-plugin-cloudwatch-logs', '0.14.3' gem 'fluent-plugin-opensearch', '1.1.4' gem 'fluent-plugin-logzio', '0.2.2' -gem 'fluent-plugin-datadog', '0.14.3' +gem 'fluent-plugin-datadog', '0.14.4' gem 'fluent-plugin-redis', '0.3.5' gem 'fluent-plugin-sqs', '3.0.0' gem 'fluent-plugin-mattermost', '0.2.2' @@ -19,7 +19,7 @@ gem 'fluent-plugin-remote-syslog', '1.1.0' gem 'fluent-plugin-webhdfs', '1.6.0' gem 'fluent-plugin-vmware-loginsight', '1.4.2' gem 'fluent-plugin-vmware-log-intelligence', '2.0.8' -gem 'fluent-plugin-gelf-best', '1.3.3' +gem 'fluent-plugin-gelf-best', '1.3.4' gem 'rdkafka', '0.16.0' #gem 'fluent-plugin-aws-elasticsearch-service', '2.4.1' #gem 'fluent-plugin-logdna', '~> 0.4.0' diff --git a/v1.16-4.10/outputs/Gemfile.lock b/v1.16-4.10/outputs/Gemfile.lock index feae65e..a3d54d7 100644 --- a/v1.16-4.10/outputs/Gemfile.lock +++ b/v1.16-4.10/outputs/Gemfile.lock @@ -88,7 +88,7 @@ GEM fluent-plugin-cloudwatch-logs (0.14.3) aws-sdk-cloudwatchlogs (~> 1.0) fluentd (>= 1.8.0) - fluent-plugin-datadog (0.14.3) + fluent-plugin-datadog (0.14.4) fluentd (>= 1, < 2) net-http-persistent (~> 4.0.1) fluent-plugin-elasticsearch (5.4.3) @@ -97,12 +97,12 @@ GEM faraday (>= 2.0.0) faraday-excon (>= 2.0.0) fluentd (>= 0.14.22) - fluent-plugin-gelf-best (1.3.3) + fluent-plugin-gelf-best (1.3.4) fluentd (>= 1.0.0) gelf (>= 2.0.0) fluent-plugin-grafana-loki (1.2.20) fluentd (>= 1.9.3, < 2) - fluent-plugin-kafka (0.19.2) + fluent-plugin-kafka (0.19.3) fluentd (>= 0.10.58, < 2) ltsv ruby-kafka (>= 1.5.0, < 2) @@ -308,11 +308,11 @@ PLATFORMS DEPENDENCIES fluent-plugin-aliyun-oss (= 0.0.1) fluent-plugin-cloudwatch-logs (= 0.14.3) - fluent-plugin-datadog (= 0.14.3) + fluent-plugin-datadog (= 0.14.4) fluent-plugin-elasticsearch (= 5.4.3) - fluent-plugin-gelf-best (= 1.3.3) + fluent-plugin-gelf-best (= 1.3.4) fluent-plugin-grafana-loki (= 1.2.20) - fluent-plugin-kafka (= 0.19.2) + fluent-plugin-kafka (= 0.19.3) fluent-plugin-kinesis (= 3.5.0) fluent-plugin-logzio (= 0.2.2) fluent-plugin-mattermost (= 0.2.2)