diff --git a/logs-dispatcher/Gemfile b/logs-dispatcher/Gemfile index 976c8131..7458b484 100644 --- a/logs-dispatcher/Gemfile +++ b/logs-dispatcher/Gemfile @@ -10,7 +10,7 @@ gem "fluent-plugin-kubernetes_metadata_filter", "3.4.0" gem "fluent-plugin-multi-format-parser", "1.0.0" gem "fluent-plugin-prometheus", "2.1.0" gem "fluent-plugin-rabbitmq", "0.1.0" -gem "fluent-plugin-record-modifier", "2.1.1" +gem "fluent-plugin-record-modifier", "2.2.0" gem "fluent-plugin-remote-syslog", "1.1" gem "fluent-plugin-rewrite-tag-filter", "2.4.0" gem "fluent-plugin-route", "1.0.0" diff --git a/logs-dispatcher/Gemfile.lock b/logs-dispatcher/Gemfile.lock index 6906dbeb..3171dc75 100644 --- a/logs-dispatcher/Gemfile.lock +++ b/logs-dispatcher/Gemfile.lock @@ -60,8 +60,8 @@ GEM fluent-plugin-rabbitmq (0.1.0) bunny (~> 2.14.4) fluentd (>= 0.14.0) - fluent-plugin-record-modifier (2.1.1) - fluentd (>= 1.0, < 2) + fluent-plugin-record-modifier (2.2.0) + fluentd (>= 1.1, < 2) fluent-plugin-remote-syslog (1.1) fluent-mixin-config-placeholders fluentd @@ -162,7 +162,7 @@ DEPENDENCIES fluent-plugin-multi-format-parser (= 1.0.0) fluent-plugin-prometheus (= 2.1.0) fluent-plugin-rabbitmq (= 0.1.0) - fluent-plugin-record-modifier (= 2.1.1) + fluent-plugin-record-modifier (= 2.2.0) fluent-plugin-remote-syslog (= 1.1) fluent-plugin-rewrite-tag-filter (= 2.4.0) fluent-plugin-route (= 1.0.0)