* fluentd-cloudwatch: Fix Fluentd hanging
https://github.com/fluent/fluentd/issues/1630

* Update Chart.yaml
This commit is contained in:
Martino Fornasa
2018-06-08 09:21:55 -07:00
committed by k8s-ci-robot
parent a0dfbbd81a
commit 98ec381da7
2 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -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/
+13
View File
@@ -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