iopsys-feed/fluent-bit
Mohd Husaam Mehdi fea302bd43 fluent-bit: convert kmsg pri field from char to string
In order to support filtering based on serverity and facility in
logmngr config, we need to be able to configure regex on the
priority field, but kmsg input plugin sends the priority field as
char, on which regex does not work. We also cannot use the type
converter filter which is present in fluent bit, because it does
not support the source data type to be char. Therefore, we change
priority from a char to a string field.
2025-08-29 12:30:04 +00:00
..
files fluent-bit: enable kmsg plugin 2025-07-09 11:20:51 +05:30
patches fluent-bit: convert kmsg pri field from char to string 2025-08-29 12:30:04 +00:00
Makefile fluent-bit: build using git proto 2025-07-16 11:56:36 +05:30