fluent-bit: enable kmsg plugin

This commit is contained in:
Mohd Husaam Mehdi 2025-07-04 15:33:09 +05:30 committed by Vivek Dutta
parent de08bc79a1
commit bc041faf04
2 changed files with 5 additions and 1 deletions

View file

@ -65,9 +65,9 @@ CMAKE_OPTIONS += \
-DFLB_IN_DISK=Yes \
-DFLB_IN_EXEC=Yes \
-DFLB_IN_HEAD=Yes \
-DFLB_IN_KMSG=Yes \
-DFLB_IN_TAIL=Yes \
-DFLB_IN_FORWARD=No \
-DFLB_IN_KMSG=No \
-DFLB_IN_PROC=No \
-DFLB_IN_RANDOM=No \
-DFLB_IN_SERIAL=No \

View file

@ -9,6 +9,10 @@
tag syslog
path /dev/log
[INPUT]
name kmsg
tag kernel
[OUTPUT]
name null
match *