forked from kubernetes/kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request kubernetes#86039 from monotek/fluentd-elasticsearch
updated fluentd to 1.7.4 + plugin updates and switch to debian buster
- Loading branch information
Showing
6 changed files
with
39 additions
and
66 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
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
14 changes: 7 additions & 7 deletions
14
cluster/addons/fluentd-elasticsearch/fluentd-es-image/Gemfile
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,12 +1,12 @@ | ||
source 'https://rubygems.org' | ||
|
||
gem 'activesupport', '~>5.2.3' | ||
gem 'fluentd', '<=1.6.3' | ||
gem 'activesupport', '~>6.0.1' | ||
gem 'fluentd', '<=1.7.4' | ||
gem 'fluent-plugin-concat', '~>2.4.0' | ||
gem 'fluent-plugin-detect-exceptions', '~>0.0.12' | ||
gem 'fluent-plugin-elasticsearch', '~>3.5.3' | ||
gem 'fluent-plugin-kubernetes_metadata_filter', '~>2.2.0' | ||
gem 'fluent-plugin-detect-exceptions', '~>0.0.13' | ||
gem 'fluent-plugin-elasticsearch', '~>3.7.1' | ||
gem 'fluent-plugin-kubernetes_metadata_filter', '~>2.4.0' | ||
gem 'fluent-plugin-multi-format-parser', '~>1.0.0' | ||
gem 'fluent-plugin-prometheus', '~>1.4.0' | ||
gem 'fluent-plugin-prometheus', '~>1.7.0' | ||
gem 'fluent-plugin-systemd', '~>1.0.2' | ||
gem 'oj', '~>3.8.1' | ||
gem 'oj', '~>3.10.0' |
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
30 changes: 0 additions & 30 deletions
30
cluster/addons/fluentd-elasticsearch/fluentd-es-image/clean-install
This file was deleted.
Oops, something went wrong.
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