diff --git a/logmngr/files/lib/logmngr/fluent-bit.sh b/logmngr/files/lib/logmngr/fluent-bit.sh index 8ca606270..ac1028e98 100644 --- a/logmngr/files/lib/logmngr/fluent-bit.sh +++ b/logmngr/files/lib/logmngr/fluent-bit.sh @@ -75,14 +75,13 @@ create_default_filters() { append_conf " match KM*" append_conf " add ident kernel" append_conf " rename msg message" - append_conf " set pid 0" append_conf "" append_conf "[FILTER]" append_conf " name modify" - append_conf " match SL*" - append_conf " Condition Key_Does_Not_Exist pid" - append_conf " Add pid 0" + append_conf " match *" + append_conf " add pid 0" + append_conf "" append_conf "[FILTER]" append_conf " name sysinfo"