fluent-bit: enable kmsg plugin

This commit is contained in:
Vivek Kumar Dutta 2025-03-18 19:34:59 +05:30
parent 3faecd3979
commit 01d320300e
No known key found for this signature in database
GPG key ID: 4E09F5AD8265FD4C
2 changed files with 5 additions and 1 deletions

View file

@ -63,8 +63,8 @@ CMAKE_OPTIONS += \
-DFLB_IN_DISK=Yes \
-DFLB_IN_EXEC=Yes \
-DFLB_IN_HEAD=Yes \
-DFLB_IN_KMSG=Yes \
-DFLB_IN_FORWARD=No \
-DFLB_IN_KMSG=No \
-DFLB_IN_PROC=No \
-DFLB_IN_RANDOM=No \
-DFLB_IN_SERIAL=No \

View file

@ -4,6 +4,10 @@
log_level info
parsers_file /etc/fluent-bit/parsers.conf
[INPUT]
Name kmsg
Tag kernel
[INPUT]
name syslog
tag syslog