Unverified Commit e7ed9b40 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #62188 from dobesv/patch-1

Automatic merge from submit-queue (batch tested with PRs 40933, 62188). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Capture kernel logs in example fluentd.conf
parents 2b854df5 c73cb05a
...@@ -367,6 +367,22 @@ data: ...@@ -367,6 +367,22 @@ data:
read_from_head true read_from_head true
tag node-problem-detector tag node-problem-detector
</source> </source>
<source>
@id kernel
@type systemd
filters [{ "_TRANSPORT": "kernel" }]
<storage>
@type local
persistent true
</storage>
<entry>
fields_strip_underscores true
fields_lowercase true
</entry>
read_from_head true
tag kernel
</source>
forward.input.conf: |- forward.input.conf: |-
# Takes the messages sent over TCP # Takes the messages sent over TCP
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment