-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2635425
commit 300adff
Showing
9 changed files
with
59 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.6.1 | ||
2.7.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.2.12 | ||
1.2.13 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
source 'https://rubygems.org' | ||
|
||
# This is separate gemfile for building docker image that has all plugins | ||
# This is separate gemfile for building docker image that has all plugins | ||
# for kubernetes log collection agent | ||
# List all required gems here and install via bundler to resolve dependencies | ||
gem "fluentd", ">=1.14.2" | ||
gem "fluentd", ">=1.14.5" | ||
gem "fluent-plugin-systemd", "=1.0.2" | ||
gem "fluent-plugin-concat", "=2.4.0" | ||
gem "fluent-plugin-prometheus", "=2.0.1" | ||
gem "fluent-plugin-prometheus", "=2.0.2" | ||
gem "fluent-plugin-jq", "=0.5.1" | ||
gem "fluent-plugin-kubernetes_metadata_filter", ">=2.9.2" | ||
gem "oj", "=3.11.2" | ||
gem 'multi_json', '~> 1.13' | ||
gem 'net-http-persistent', '~> 3.1' | ||
gem 'net-http-persistent', '~> 4.0' | ||
gem 'openid_connect', '~> 1.1.8' | ||
gem 'prometheus-client', '>= 2.1.0' | ||
gem 'activesupport', '~> 5.2.4.3' | ||
gem 'http_parser.rb', '=0.5.3' | ||
gem 'http_parser.rb', '=0.8.0' | ||
gem "rack", ">= 2.1.4" | ||
gem "fluent-plugin-record-modifier", ">=2.1" | ||
|
||
|
||
gem 'fluent-plugin-splunk-hec', path: 'gem/' | ||
gem 'fluent-plugin-splunk-hec', path: 'gem/' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters