Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion logs-concentrator/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
gem "fluent-plugin-elasticsearch", "6.0.0"
gem "fluent-plugin-opensearch", "1.1.5"
gem "fluent-plugin-prometheus", "2.2.1"
gem "fluentd", "1.18.0"
gem "fluentd", "1.19.2"
65 changes: 56 additions & 9 deletions logs-concentrator/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
GEM
remote: https://rubygems.org/
specs:
async (2.36.0)
console (~> 1.29)
fiber-annotation
io-event (~> 1.11)
metrics (~> 0.12)
traces (~> 0.18)
async-http (0.94.2)
async (>= 2.10.2)
async-pool (~> 0.11)
io-endpoint (~> 0.14)
io-stream (~> 0.6)
metrics (~> 0.12)
protocol-http (~> 0.58)
protocol-http1 (~> 0.36)
protocol-http2 (~> 0.22)
protocol-url (~> 0.2)
traces (~> 0.10)
async-pool (0.11.1)
async (>= 2.0)
aws-eventstream (1.4.0)
aws-partitions (1.1161.0)
aws-sdk-core (3.232.0)
Expand All @@ -15,8 +34,12 @@ GEM
aws-eventstream (~> 1, >= 1.0.2)
base64 (0.3.0)
bigdecimal (3.2.3)
concurrent-ruby (1.3.5)
cool.io (1.9.0)
concurrent-ruby (1.3.6)
console (1.34.3)
fiber-annotation
fiber-local (~> 1.1)
json
cool.io (1.9.3)
csv (3.3.5)
drb (2.2.3)
elastic-transport (8.4.0)
Expand All @@ -41,6 +64,10 @@ GEM
faraday_middleware-aws-sigv4 (1.0.1)
aws-sigv4 (~> 1.0)
faraday (>= 2.0, < 3)
fiber-annotation (0.2.0)
fiber-local (1.1.0)
fiber-storage
fiber-storage (1.0.1)
fluent-plugin-elasticsearch (6.0.0)
elasticsearch
excon
Expand All @@ -58,7 +85,8 @@ GEM
fluent-plugin-prometheus (2.2.1)
fluentd (>= 1.9.1, < 2)
prometheus-client (>= 2.1.0)
fluentd (1.18.0)
fluentd (1.19.2)
async-http (~> 0.86)
base64 (~> 0.2)
bundler
cool.io (>= 1.4.5, < 2.0.0)
Expand All @@ -67,39 +95,58 @@ GEM
http_parser.rb (>= 0.5.1, < 0.9.0)
logger (~> 1.6)
msgpack (>= 1.3.1, < 2.0.0)
net-http (~> 0.8)
ostruct (~> 0.6)
serverengine (>= 2.3.2, < 3.0.0)
sigdump (~> 0.2.5)
strptime (>= 0.2.4, < 1.0.0)
tzinfo (>= 1.0, < 3.0)
tzinfo-data (~> 1.0)
uri (~> 1.0)
webrick (~> 1.4)
yajl-ruby (~> 1.0)
http_parser.rb (0.8.0)
zstd-ruby (~> 1.5)
http_parser.rb (0.8.1)
io-endpoint (0.17.2)
io-event (1.14.2)
io-stream (0.11.1)
jmespath (1.6.2)
json (2.13.2)
logger (1.7.0)
metrics (0.15.0)
msgpack (1.8.0)
multi_json (1.17.0)
net-http (0.6.0)
uri
net-http (0.9.1)
uri (>= 0.11.1)
opensearch-ruby (3.4.0)
faraday (>= 1.0, < 3)
multi_json (>= 1.0)
ostruct (0.6.3)
prometheus-client (4.2.5)
base64
protocol-hpack (1.5.1)
protocol-http (0.59.0)
protocol-http1 (0.37.0)
protocol-http (~> 0.58)
protocol-http2 (0.24.0)
protocol-hpack (~> 1.4)
protocol-http (~> 0.47)
protocol-url (0.4.0)
serverengine (2.4.0)
base64 (~> 0.1)
logger (~> 1.4)
sigdump (~> 0.2.2)
sigdump (0.2.5)
strptime (0.2.5)
traces (0.18.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2025.2)
tzinfo-data (1.2025.3)
tzinfo (>= 1.0.0)
uri (1.0.4)
webrick (1.9.1)
webrick (1.9.2)
yajl-ruby (1.4.3)
zstd-ruby (1.5.7.1)

PLATFORMS
x86_64-linux
Expand All @@ -109,7 +156,7 @@ DEPENDENCIES
fluent-plugin-elasticsearch (= 6.0.0)
fluent-plugin-opensearch (= 1.1.5)
fluent-plugin-prometheus (= 2.2.1)
fluentd (= 1.18.0)
fluentd (= 1.19.2)

BUNDLED WITH
2.6.9
2 changes: 1 addition & 1 deletion logs-dispatcher/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ gem "fluent-plugin-route", "1.0.0"
gem "fluent-plugin-s3", "1.8.3"
gem "fluent-plugin-splunk-enterprise", "0.10.2"
gem "fluent-plugin-sumologic_output", "1.10.0"
gem "fluentd", "1.18.0"
gem "fluentd", "1.19.2"
55 changes: 52 additions & 3 deletions logs-dispatcher/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ GEM
addressable (2.8.8)
public_suffix (>= 2.0.2, < 8.0)
amq-protocol (2.5.1)
async (2.36.0)
console (~> 1.29)
fiber-annotation
io-event (~> 1.11)
metrics (~> 0.12)
traces (~> 0.18)
async-http (0.94.2)
async (>= 2.10.2)
async-pool (~> 0.11)
io-endpoint (~> 0.14)
io-stream (~> 0.6)
metrics (~> 0.12)
protocol-http (~> 0.58)
protocol-http1 (~> 0.36)
protocol-http2 (~> 0.22)
protocol-url (~> 0.2)
traces (~> 0.10)
async-pool (0.11.1)
async (>= 2.0)
aws-eventstream (1.4.0)
aws-partitions (1.1208.0)
aws-sdk-cloudwatchlogs (1.138.0)
Expand Down Expand Up @@ -41,7 +60,11 @@ GEM
amq-protocol (~> 2.3, >= 2.3.0)
concurrent-ruby (1.3.6)
connection_pool (3.0.2)
cool.io (1.9.1)
console (1.34.3)
fiber-annotation
fiber-local (~> 1.1)
json
cool.io (1.9.3)
csv (3.3.5)
domain_name (0.6.20240107)
drb (2.2.3)
Expand All @@ -50,6 +73,10 @@ GEM
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
rake
fiber-annotation (0.2.0)
fiber-local (1.1.0)
fiber-storage
fiber-storage (1.0.1)
fluent-config-regexp-type (1.0.0)
fluentd (> 1.0.0, < 2)
fluent-mixin-config-placeholders (0.4.0)
Expand Down Expand Up @@ -102,7 +129,8 @@ GEM
fluent-plugin-sumologic_output (1.10.0)
fluentd
httpclient
fluentd (1.18.0)
fluentd (1.19.2)
async-http (~> 0.86)
base64 (~> 0.2)
bundler
cool.io (>= 1.4.5, < 2.0.0)
Expand All @@ -111,13 +139,17 @@ GEM
http_parser.rb (>= 0.5.1, < 0.9.0)
logger (~> 1.6)
msgpack (>= 1.3.1, < 2.0.0)
net-http (~> 0.8)
ostruct (~> 0.6)
serverengine (>= 2.3.2, < 3.0.0)
sigdump (~> 0.2.5)
strptime (>= 0.2.4, < 1.0.0)
tzinfo (>= 1.0, < 3.0)
tzinfo-data (~> 1.0)
uri (~> 1.0)
webrick (~> 1.4)
yajl-ruby (~> 1.0)
zstd-ruby (~> 1.5)
google-protobuf (4.33.4-x86_64-linux-gnu)
bigdecimal
rake (>= 13)
Expand All @@ -136,6 +168,9 @@ GEM
http_parser.rb (0.8.1)
httpclient (2.9.0)
mutex_m
io-endpoint (0.17.2)
io-event (1.14.2)
io-stream (0.11.1)
jmespath (1.6.2)
json (2.18.0)
jsonpath (1.1.5)
Expand All @@ -149,19 +184,30 @@ GEM
ffi-compiler (~> 1.0)
rake (~> 13.0)
logger (1.7.0)
metrics (0.15.0)
mime-types (3.7.0)
logger
mime-types-data (~> 3.2025, >= 3.2025.0507)
mime-types-data (3.2026.0113)
msgpack (1.8.0)
multi_json (1.19.1)
mutex_m (0.3.0)
net-http (0.9.1)
uri (>= 0.11.1)
net-http-persistent (4.0.8)
connection_pool (>= 2.2.4, < 4)
netrc (0.11.0)
ostruct (0.6.3)
prometheus-client (4.2.5)
base64
protocol-hpack (1.5.1)
protocol-http (0.59.0)
protocol-http1 (0.37.0)
protocol-http (~> 0.58)
protocol-http2 (0.24.0)
protocol-hpack (~> 1.4)
protocol-http (~> 0.47)
protocol-url (0.4.0)
public_suffix (7.0.2)
rake (13.3.1)
recursive-open-struct (1.3.1)
Expand All @@ -179,13 +225,16 @@ GEM
sin_lru_redux (2.5.2)
strptime (0.2.5)
syslog_protocol (0.9.2)
traces (0.18.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2025.3)
tzinfo (>= 1.0.0)
uri (1.1.1)
uuidtools (3.0.0)
webrick (1.9.2)
yajl-ruby (1.4.3)
zstd-ruby (1.5.7.1)

PLATFORMS
x86_64-linux
Expand All @@ -207,7 +256,7 @@ DEPENDENCIES
fluent-plugin-s3 (= 1.8.3)
fluent-plugin-splunk-enterprise (= 0.10.2)
fluent-plugin-sumologic_output (= 1.10.0)
fluentd (= 1.18.0)
fluentd (= 1.19.2)

BUNDLED WITH
2.6.9
Loading