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
3faecd3979
commit
01d320300e
2 changed files with 5 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -4,6 +4,10 @@
|
|||
log_level info
|
||||
parsers_file /etc/fluent-bit/parsers.conf
|
||||
|
||||
[INPUT]
|
||||
Name kmsg
|
||||
Tag kernel
|
||||
|
||||
[INPUT]
|
||||
name syslog
|
||||
tag syslog
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue