diff --git a/logs-concentrator/Gemfile b/logs-concentrator/Gemfile index 6ac4408..fe0741a 100644 --- a/logs-concentrator/Gemfile +++ b/logs-concentrator/Gemfile @@ -7,4 +7,4 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } gem "fluent-plugin-elasticsearch", "5.4.3" gem "fluent-plugin-opensearch", "1.1.5" gem "fluent-plugin-prometheus", "2.2.0" -gem "fluentd", "1.17.1" +gem "fluentd", "1.18.0" diff --git a/logs-concentrator/Gemfile.lock b/logs-concentrator/Gemfile.lock index ff909ec..dd9bfca 100644 --- a/logs-concentrator/Gemfile.lock +++ b/logs-concentrator/Gemfile.lock @@ -13,7 +13,7 @@ GEM base64 (0.2.0) concurrent-ruby (1.3.4) cool.io (1.9.0) - csv (3.3.0) + csv (3.3.2) drb (2.2.1) elastic-transport (8.3.5) faraday (< 3) @@ -53,7 +53,7 @@ GEM fluent-plugin-prometheus (2.2.0) fluentd (>= 1.9.1, < 2) prometheus-client (>= 2.1.0) - fluentd (1.17.1) + fluentd (1.18.0) base64 (~> 0.2) bundler cool.io (>= 1.4.5, < 2.0.0) @@ -72,8 +72,8 @@ GEM http_parser.rb (0.8.0) jmespath (1.6.2) json (2.7.6) - logger (1.6.1) - msgpack (1.7.3) + logger (1.6.4) + msgpack (1.7.5) multi_json (1.15.0) net-http (0.4.1) uri @@ -93,7 +93,7 @@ GEM tzinfo-data (1.2024.2) tzinfo (>= 1.0.0) uri (0.13.1) - webrick (1.9.0) + webrick (1.9.1) yajl-ruby (1.4.3) PLATFORMS @@ -104,7 +104,7 @@ DEPENDENCIES fluent-plugin-elasticsearch (= 5.4.3) fluent-plugin-opensearch (= 1.1.5) fluent-plugin-prometheus (= 2.2.0) - fluentd (= 1.17.1) + fluentd (= 1.18.0) BUNDLED WITH 2.5.22 diff --git a/logs-dispatcher/Gemfile b/logs-dispatcher/Gemfile index a7b712a..d30b5cc 100644 --- a/logs-dispatcher/Gemfile +++ b/logs-dispatcher/Gemfile @@ -18,4 +18,4 @@ gem "fluent-plugin-route", "1.0.0" gem "fluent-plugin-s3", "1.8.2" gem "fluent-plugin-splunk-enterprise", "0.10.2" gem "fluent-plugin-sumologic_output", "1.10.0" -gem "fluentd", "1.17.1" +gem "fluentd", "1.18.0" diff --git a/logs-dispatcher/Gemfile.lock b/logs-dispatcher/Gemfile.lock index 64bc08b..49be30d 100644 --- a/logs-dispatcher/Gemfile.lock +++ b/logs-dispatcher/Gemfile.lock @@ -32,7 +32,7 @@ GEM concurrent-ruby (1.3.4) connection_pool (2.4.1) cool.io (1.9.0) - csv (3.3.1) + csv (3.3.2) domain_name (0.6.20240107) drb (2.2.1) ffi (1.17.0-x86_64-linux-gnu) @@ -87,7 +87,7 @@ GEM fluent-plugin-sumologic_output (1.10.0) fluentd httpclient - fluentd (1.17.1) + fluentd (1.18.0) base64 (~> 0.2) bundler cool.io (>= 1.4.5, < 2.0.0) @@ -127,7 +127,7 @@ GEM llhttp-ffi (0.5.0) ffi-compiler (~> 1.0) rake (~> 13.0) - logger (1.6.3) + logger (1.6.4) lru_redux (1.1.0) mime-types (3.6.0) logger @@ -184,7 +184,7 @@ DEPENDENCIES fluent-plugin-s3 (= 1.8.2) fluent-plugin-splunk-enterprise (= 0.10.2) fluent-plugin-sumologic_output (= 1.10.0) - fluentd (= 1.17.1) + fluentd (= 1.18.0) BUNDLED WITH 2.5.22