Skip to content

Commit 61dffa0

Browse files
chore(deps): update dependency fluentd to v1.19.1
1 parent 8b27cb1 commit 61dffa0

File tree

4 files changed

+100
-11
lines changed

4 files changed

+100
-11
lines changed

logs-concentrator/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
77
gem "fluent-plugin-elasticsearch", "6.0.0"
88
gem "fluent-plugin-opensearch", "1.1.5"
99
gem "fluent-plugin-prometheus", "2.2.1"
10-
gem "fluentd", "1.18.0"
10+
gem "fluentd", "1.19.1"

logs-concentrator/Gemfile.lock

Lines changed: 51 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
async (2.35.0)
5+
console (~> 1.29)
6+
fiber-annotation
7+
io-event (~> 1.11)
8+
metrics (~> 0.12)
9+
traces (~> 0.18)
10+
async-http (0.92.1)
11+
async (>= 2.10.2)
12+
async-pool (~> 0.11)
13+
io-endpoint (~> 0.14)
14+
io-stream (~> 0.6)
15+
metrics (~> 0.12)
16+
protocol-http (~> 0.49)
17+
protocol-http1 (~> 0.30)
18+
protocol-http2 (~> 0.22)
19+
protocol-url (~> 0.2)
20+
traces (~> 0.10)
21+
async-pool (0.11.1)
22+
async (>= 2.0)
423
aws-eventstream (1.4.0)
524
aws-partitions (1.1161.0)
625
aws-sdk-core (3.232.0)
@@ -15,8 +34,12 @@ GEM
1534
aws-eventstream (~> 1, >= 1.0.2)
1635
base64 (0.3.0)
1736
bigdecimal (3.2.3)
18-
concurrent-ruby (1.3.5)
19-
cool.io (1.9.0)
37+
concurrent-ruby (1.3.6)
38+
console (1.34.2)
39+
fiber-annotation
40+
fiber-local (~> 1.1)
41+
json
42+
cool.io (1.9.1)
2043
csv (3.3.5)
2144
drb (2.2.3)
2245
elastic-transport (8.4.0)
@@ -41,6 +64,10 @@ GEM
4164
faraday_middleware-aws-sigv4 (1.0.1)
4265
aws-sigv4 (~> 1.0)
4366
faraday (>= 2.0, < 3)
67+
fiber-annotation (0.2.0)
68+
fiber-local (1.1.0)
69+
fiber-storage
70+
fiber-storage (1.0.1)
4471
fluent-plugin-elasticsearch (6.0.0)
4572
elasticsearch
4673
excon
@@ -58,7 +85,8 @@ GEM
5885
fluent-plugin-prometheus (2.2.1)
5986
fluentd (>= 1.9.1, < 2)
6087
prometheus-client (>= 2.1.0)
61-
fluentd (1.18.0)
88+
fluentd (1.19.1)
89+
async-http (~> 0.86)
6290
base64 (~> 0.2)
6391
bundler
6492
cool.io (>= 1.4.5, < 2.0.0)
@@ -72,12 +100,18 @@ GEM
72100
strptime (>= 0.2.4, < 1.0.0)
73101
tzinfo (>= 1.0, < 3.0)
74102
tzinfo-data (~> 1.0)
103+
uri (~> 1.0, < 1.1.0)
75104
webrick (~> 1.4)
76105
yajl-ruby (~> 1.0)
77-
http_parser.rb (0.8.0)
106+
zstd-ruby (~> 1.5)
107+
http_parser.rb (0.8.1)
108+
io-endpoint (0.16.0)
109+
io-event (1.14.2)
110+
io-stream (0.11.1)
78111
jmespath (1.6.2)
79112
json (2.13.2)
80113
logger (1.7.0)
114+
metrics (0.15.0)
81115
msgpack (1.8.0)
82116
multi_json (1.17.0)
83117
net-http (0.6.0)
@@ -87,19 +121,29 @@ GEM
87121
multi_json (>= 1.0)
88122
prometheus-client (4.2.5)
89123
base64
124+
protocol-hpack (1.5.1)
125+
protocol-http (0.56.1)
126+
protocol-http1 (0.35.2)
127+
protocol-http (~> 0.22)
128+
protocol-http2 (0.23.0)
129+
protocol-hpack (~> 1.4)
130+
protocol-http (~> 0.47)
131+
protocol-url (0.4.0)
90132
serverengine (2.4.0)
91133
base64 (~> 0.1)
92134
logger (~> 1.4)
93135
sigdump (~> 0.2.2)
94136
sigdump (0.2.5)
95137
strptime (0.2.5)
138+
traces (0.18.2)
96139
tzinfo (2.0.6)
97140
concurrent-ruby (~> 1.0)
98-
tzinfo-data (1.2025.2)
141+
tzinfo-data (1.2025.3)
99142
tzinfo (>= 1.0.0)
100143
uri (1.0.4)
101-
webrick (1.9.1)
144+
webrick (1.9.2)
102145
yajl-ruby (1.4.3)
146+
zstd-ruby (1.5.7.1)
103147

104148
PLATFORMS
105149
x86_64-linux
@@ -109,7 +153,7 @@ DEPENDENCIES
109153
fluent-plugin-elasticsearch (= 6.0.0)
110154
fluent-plugin-opensearch (= 1.1.5)
111155
fluent-plugin-prometheus (= 2.2.1)
112-
fluentd (= 1.18.0)
156+
fluentd (= 1.19.1)
113157

114158
BUNDLED WITH
115159
2.6.9

logs-dispatcher/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ gem "fluent-plugin-route", "1.0.0"
1818
gem "fluent-plugin-s3", "1.8.3"
1919
gem "fluent-plugin-splunk-enterprise", "0.10.2"
2020
gem "fluent-plugin-sumologic_output", "1.10.0"
21-
gem "fluentd", "1.18.0"
21+
gem "fluentd", "1.19.1"

logs-dispatcher/Gemfile.lock

Lines changed: 47 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ GEM
44
addressable (2.8.7)
55
public_suffix (>= 2.0.2, < 7.0)
66
amq-protocol (2.3.4)
7+
async (2.35.0)
8+
console (~> 1.29)
9+
fiber-annotation
10+
io-event (~> 1.11)
11+
metrics (~> 0.12)
12+
traces (~> 0.18)
13+
async-http (0.92.1)
14+
async (>= 2.10.2)
15+
async-pool (~> 0.11)
16+
io-endpoint (~> 0.14)
17+
io-stream (~> 0.6)
18+
metrics (~> 0.12)
19+
protocol-http (~> 0.49)
20+
protocol-http1 (~> 0.30)
21+
protocol-http2 (~> 0.22)
22+
protocol-url (~> 0.2)
23+
traces (~> 0.10)
24+
async-pool (0.11.1)
25+
async (>= 2.0)
726
aws-eventstream (1.4.0)
827
aws-partitions (1.1196.0)
928
aws-sdk-cloudwatchlogs (1.127.0)
@@ -35,6 +54,10 @@ GEM
3554
amq-protocol (~> 2.3, >= 2.3.0)
3655
concurrent-ruby (1.3.6)
3756
connection_pool (2.5.5)
57+
console (1.34.2)
58+
fiber-annotation
59+
fiber-local (~> 1.1)
60+
json
3861
cool.io (1.9.1)
3962
csv (3.3.5)
4063
domain_name (0.6.20240107)
@@ -44,6 +67,10 @@ GEM
4467
ffi-compiler (1.3.2)
4568
ffi (>= 1.15.5)
4669
rake
70+
fiber-annotation (0.2.0)
71+
fiber-local (1.1.0)
72+
fiber-storage
73+
fiber-storage (1.0.1)
4774
fluent-config-regexp-type (1.0.0)
4875
fluentd (> 1.0.0, < 2)
4976
fluent-mixin-config-placeholders (0.4.0)
@@ -91,7 +118,8 @@ GEM
91118
fluent-plugin-sumologic_output (1.10.0)
92119
fluentd
93120
httpclient
94-
fluentd (1.18.0)
121+
fluentd (1.19.1)
122+
async-http (~> 0.86)
95123
base64 (~> 0.2)
96124
bundler
97125
cool.io (>= 1.4.5, < 2.0.0)
@@ -105,8 +133,10 @@ GEM
105133
strptime (>= 0.2.4, < 1.0.0)
106134
tzinfo (>= 1.0, < 3.0)
107135
tzinfo-data (~> 1.0)
136+
uri (~> 1.0, < 1.1.0)
108137
webrick (~> 1.4)
109138
yajl-ruby (~> 1.0)
139+
zstd-ruby (~> 1.5)
110140
http (5.3.1)
111141
addressable (~> 2.8)
112142
http-cookie (~> 1.0)
@@ -119,6 +149,9 @@ GEM
119149
http_parser.rb (0.8.1)
120150
httpclient (2.9.0)
121151
mutex_m
152+
io-endpoint (0.16.0)
153+
io-event (1.14.2)
154+
io-stream (0.11.1)
122155
jmespath (1.6.2)
123156
json (2.13.2)
124157
jsonpath (1.1.5)
@@ -132,6 +165,7 @@ GEM
132165
ffi-compiler (~> 1.0)
133166
rake (~> 13.0)
134167
logger (1.7.0)
168+
metrics (0.15.0)
135169
mime-types (3.7.0)
136170
logger
137171
mime-types-data (~> 3.2025, >= 3.2025.0507)
@@ -145,6 +179,14 @@ GEM
145179
ostruct (0.6.3)
146180
prometheus-client (4.2.5)
147181
base64
182+
protocol-hpack (1.5.1)
183+
protocol-http (0.56.1)
184+
protocol-http1 (0.35.2)
185+
protocol-http (~> 0.22)
186+
protocol-http2 (0.23.0)
187+
protocol-hpack (~> 1.4)
188+
protocol-http (~> 0.47)
189+
protocol-url (0.4.0)
148190
public_suffix (6.0.2)
149191
rake (13.3.0)
150192
recursive-open-struct (1.3.1)
@@ -162,13 +204,16 @@ GEM
162204
sin_lru_redux (2.5.2)
163205
strptime (0.2.5)
164206
syslog_protocol (0.9.2)
207+
traces (0.18.2)
165208
tzinfo (2.0.6)
166209
concurrent-ruby (~> 1.0)
167210
tzinfo-data (1.2025.3)
168211
tzinfo (>= 1.0.0)
212+
uri (1.0.4)
169213
uuidtools (3.0.0)
170214
webrick (1.9.2)
171215
yajl-ruby (1.4.3)
216+
zstd-ruby (1.5.7.1)
172217

173218
PLATFORMS
174219
x86_64-linux
@@ -189,7 +234,7 @@ DEPENDENCIES
189234
fluent-plugin-s3 (= 1.8.3)
190235
fluent-plugin-splunk-enterprise (= 0.10.2)
191236
fluent-plugin-sumologic_output (= 1.10.0)
192-
fluentd (= 1.18.0)
237+
fluentd (= 1.19.1)
193238

194239
BUNDLED WITH
195240
2.6.9

0 commit comments

Comments
 (0)