summaryrefslogtreecommitdiffstats
path: root/fluent-bit/conf/kube.conf
diff options
context:
space:
mode:
Diffstat (limited to 'fluent-bit/conf/kube.conf')
-rw-r--r--fluent-bit/conf/kube.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/fluent-bit/conf/kube.conf b/fluent-bit/conf/kube.conf
new file mode 100644
index 00000000..ab7ef150
--- /dev/null
+++ b/fluent-bit/conf/kube.conf
@@ -0,0 +1,20 @@
+[SERVICE]
+ Flush 1
+ Daemon Off
+ Log_Level info
+ Parsers_File parsers.conf
+
+[INPUT]
+ Name tail
+ Path /var/log/containers/*.log
+ Parser docker
+ Tag kube.*
+ Mem_Buf_Limit 5MB
+
+[FILTER]
+ Name kubernetes
+ Match kube.*
+
+[OUTPUT]
+ Name stdout
+ Match *