mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
fluent-bit: enable kmsg plugin
This commit is contained in:
parent
de08bc79a1
commit
bc041faf04
2 changed files with 5 additions and 1 deletions
|
|
@ -65,9 +65,9 @@ CMAKE_OPTIONS += \
|
||||||
-DFLB_IN_DISK=Yes \
|
-DFLB_IN_DISK=Yes \
|
||||||
-DFLB_IN_EXEC=Yes \
|
-DFLB_IN_EXEC=Yes \
|
||||||
-DFLB_IN_HEAD=Yes \
|
-DFLB_IN_HEAD=Yes \
|
||||||
|
-DFLB_IN_KMSG=Yes \
|
||||||
-DFLB_IN_TAIL=Yes \
|
-DFLB_IN_TAIL=Yes \
|
||||||
-DFLB_IN_FORWARD=No \
|
-DFLB_IN_FORWARD=No \
|
||||||
-DFLB_IN_KMSG=No \
|
|
||||||
-DFLB_IN_PROC=No \
|
-DFLB_IN_PROC=No \
|
||||||
-DFLB_IN_RANDOM=No \
|
-DFLB_IN_RANDOM=No \
|
||||||
-DFLB_IN_SERIAL=No \
|
-DFLB_IN_SERIAL=No \
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,10 @@
|
||||||
tag syslog
|
tag syslog
|
||||||
path /dev/log
|
path /dev/log
|
||||||
|
|
||||||
|
[INPUT]
|
||||||
|
name kmsg
|
||||||
|
tag kernel
|
||||||
|
|
||||||
[OUTPUT]
|
[OUTPUT]
|
||||||
name null
|
name null
|
||||||
match *
|
match *
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue