Skip to content

Commit

Permalink
feat(outputs): add bmichalkiewicz/fluent-plugin-gelf-best
Browse files Browse the repository at this point in the history
Signed-off-by: Szilard Parrag <[email protected]>
  • Loading branch information
OverOrion committed Apr 29, 2024
1 parent 270b33e commit e598745
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 10 deletions.
1 change: 1 addition & 0 deletions v1.16-ruby3.3/outputs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ gem 'fluent-plugin-remote-syslog', '1.1.0'
gem 'fluent-plugin-webhdfs', '1.5.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-aws-elasticsearch-service', '2.4.1'
#gem 'fluent-plugin-logdna', '~> 0.4.0'
15 changes: 10 additions & 5 deletions v1.16-ruby3.3/outputs/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
GEM
remote: https://index.rubygems.org/
specs:
fluent-plugin-gelf-best (1.3.3)
fluentd (>= 1.0.0)
gelf (>= 2.0.0)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -107,8 +114,8 @@ GEM
ltsv
ruby-kafka (>= 1.5.0, < 2)
fluent-plugin-kinesis (3.5.0)
aws-sdk-firehose (~> 1, != 1.9, != 1.5, != 1.15)
aws-sdk-kinesis (~> 1, != 1.5, != 1.4, != 1.14)
aws-sdk-firehose (~> 1, != 1.5, != 1.9, != 1.15)
aws-sdk-kinesis (~> 1, != 1.4, != 1.5, != 1.14)
fluentd (>= 0.14.22, < 2)
google-protobuf (~> 3)
fluent-plugin-logzio (0.2.2)
Expand Down Expand Up @@ -306,6 +313,7 @@ DEPENDENCIES
fluent-plugin-cloudwatch-logs (= 0.14.3)
fluent-plugin-datadog (= 0.14.2)
fluent-plugin-elasticsearch (= 5.4.3)
fluent-plugin-gelf-best (= 1.3.3)
fluent-plugin-gelf-hs (= 1.0.8)
fluent-plugin-grafana-loki (= 1.2.20)
fluent-plugin-kafka (= 0.19.2)
Expand All @@ -322,6 +330,3 @@ DEPENDENCIES
fluent-plugin-vmware-log-intelligence (= 2.0.8)
fluent-plugin-vmware-loginsight (= 1.4.2)
fluent-plugin-webhdfs (= 1.5.0)

BUNDLED WITH
2.4.21
1 change: 1 addition & 0 deletions v1.16/outputs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ gem 'fluent-plugin-remote-syslog', '1.1.0'
gem 'fluent-plugin-webhdfs', '1.5.0'
gem 'fluent-plugin-vmware-loginsight', '1.4.2'
gem 'fluent-plugin-vmware-log-intelligence', '2.0.8'
gem 'fluent-plugin-gelf-best', ''
#gem 'fluent-plugin-aws-elasticsearch-service', '2.4.1'
#gem 'fluent-plugin-logdna', '~> 0.4.0'
15 changes: 10 additions & 5 deletions v1.16/outputs/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
GEM
remote: https://index.rubygems.org/
specs:
fluent-plugin-gelf-best (1.3.3)
fluentd (>= 1.0.0)
gelf (>= 2.0.0)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -107,8 +114,8 @@ GEM
ltsv
ruby-kafka (>= 1.5.0, < 2)
fluent-plugin-kinesis (3.5.0)
aws-sdk-firehose (~> 1, != 1.9, != 1.5, != 1.15)
aws-sdk-kinesis (~> 1, != 1.5, != 1.4, != 1.14)
aws-sdk-firehose (~> 1, != 1.5, != 1.9, != 1.15)
aws-sdk-kinesis (~> 1, != 1.4, != 1.5, != 1.14)
fluentd (>= 0.14.22, < 2)
google-protobuf (~> 3)
fluent-plugin-logzio (0.2.2)
Expand Down Expand Up @@ -306,6 +313,7 @@ DEPENDENCIES
fluent-plugin-cloudwatch-logs (= 0.14.3)
fluent-plugin-datadog (= 0.14.2)
fluent-plugin-elasticsearch (= 5.4.3)
fluent-plugin-gelf-best (= 1.3.3)
fluent-plugin-gelf-hs (= 1.0.8)
fluent-plugin-grafana-loki (= 1.2.20)
fluent-plugin-kafka (= 0.19.2)
Expand All @@ -322,6 +330,3 @@ DEPENDENCIES
fluent-plugin-vmware-log-intelligence (= 2.0.8)
fluent-plugin-vmware-loginsight (= 1.4.2)
fluent-plugin-webhdfs (= 1.5.0)

BUNDLED WITH
2.4.21

0 comments on commit e598745

Please sign in to comment.