mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Fix Fluentd hanging https://github.com/fluent/fluentd/issues/1630 (#5511)
* fluentd-cloudwatch: Fix Fluentd hanging https://github.com/fluent/fluentd/issues/1630 * Update Chart.yaml
This commit is contained in:
committed by
k8s-ci-robot
parent
a0dfbbd81a
commit
98ec381da7
@@ -1,5 +1,5 @@
|
||||
name: fluentd-cloudwatch
|
||||
version: 0.4.1
|
||||
version: 0.4.2
|
||||
appVersion: v0.12.33-cloudwatch
|
||||
description: A Fluentd CloudWatch Helm chart for Kubernetes.
|
||||
home: https://www.fluentd.org/
|
||||
|
||||
@@ -45,6 +45,7 @@ fluentdConfig: |
|
||||
|
||||
<source>
|
||||
type tail
|
||||
enable_stat_watcher false
|
||||
path /var/log/containers/*.log
|
||||
pos_file /var/log/fluentd-containers.log.pos
|
||||
time_format %Y-%m-%dT%H:%M:%S.%NZ
|
||||
@@ -55,6 +56,7 @@ fluentdConfig: |
|
||||
|
||||
<source>
|
||||
type tail
|
||||
enable_stat_watcher false
|
||||
format /^(?<time>[^ ]* [^ ,]*)[^\[]*\[[^\]]*\]\[(?<severity>[^ \]]*) *\] (?<message>.*)$/
|
||||
time_format %Y-%m-%d %H:%M:%S
|
||||
path /var/log/salt/minion
|
||||
@@ -64,6 +66,7 @@ fluentdConfig: |
|
||||
|
||||
<source>
|
||||
type tail
|
||||
enable_stat_watcher false
|
||||
format syslog
|
||||
path /var/log/startupscript.log
|
||||
pos_file /var/log/fluentd-startupscript.log.pos
|
||||
@@ -72,6 +75,7 @@ fluentdConfig: |
|
||||
|
||||
<source>
|
||||
type tail
|
||||
enable_stat_watcher false
|
||||
format /^time="(?<time>[^)]*)" level=(?<severity>[^ ]*) msg="(?<message>[^"]*)"( err="(?<error>[^"]*)")?( statusCode=($<status_code>\d+))?/
|
||||
path /var/log/docker.log
|
||||
pos_file /var/log/fluentd-docker.log.pos
|
||||
@@ -80,6 +84,7 @@ fluentdConfig: |
|
||||
|
||||
<source>
|
||||
type tail
|
||||
enable_stat_watcher false
|
||||
format none
|
||||
path /var/log/etcd.log
|
||||
pos_file /var/log/fluentd-etcd.log.pos
|
||||
@@ -88,6 +93,7 @@ fluentdConfig: |
|
||||
|
||||
<source>
|
||||
type tail
|
||||
enable_stat_watcher false
|
||||
format kubernetes
|
||||
multiline_flush_interval 5s
|
||||
path /var/log/kubelet.log
|
||||
@@ -97,6 +103,7 @@ fluentdConfig: |
|
||||
|
||||
<source>
|
||||
type tail
|
||||
enable_stat_watcher false
|
||||
format kubernetes
|
||||
multiline_flush_interval 5s
|
||||
path /var/log/kube-proxy.log
|
||||
@@ -106,6 +113,7 @@ fluentdConfig: |
|
||||
|
||||
<source>
|
||||
type tail
|
||||
enable_stat_watcher false
|
||||
format kubernetes
|
||||
multiline_flush_interval 5s
|
||||
path /var/log/kube-apiserver.log
|
||||
@@ -115,6 +123,7 @@ fluentdConfig: |
|
||||
|
||||
<source>
|
||||
type tail
|
||||
enable_stat_watcher false
|
||||
format kubernetes
|
||||
multiline_flush_interval 5s
|
||||
path /var/log/kube-controller-manager.log
|
||||
@@ -124,6 +133,7 @@ fluentdConfig: |
|
||||
|
||||
<source>
|
||||
type tail
|
||||
enable_stat_watcher false
|
||||
format kubernetes
|
||||
multiline_flush_interval 5s
|
||||
path /var/log/kube-scheduler.log
|
||||
@@ -133,6 +143,7 @@ fluentdConfig: |
|
||||
|
||||
<source>
|
||||
type tail
|
||||
enable_stat_watcher false
|
||||
format kubernetes
|
||||
multiline_flush_interval 5s
|
||||
path /var/log/rescheduler.log
|
||||
@@ -142,6 +153,7 @@ fluentdConfig: |
|
||||
|
||||
<source>
|
||||
type tail
|
||||
enable_stat_watcher false
|
||||
format kubernetes
|
||||
multiline_flush_interval 5s
|
||||
path /var/log/glbc.log
|
||||
@@ -151,6 +163,7 @@ fluentdConfig: |
|
||||
|
||||
<source>
|
||||
type tail
|
||||
enable_stat_watcher false
|
||||
format kubernetes
|
||||
multiline_flush_interval 5s
|
||||
path /var/log/cluster-autoscaler.log
|
||||
|
||||
Reference in New Issue
Block a user