mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
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. |
||
|---|---|---|
| .. | ||
| 0001-fix_out_file_plugin.patch | ||
| 0002-file_out_time.patch | ||
| 0003-prepend_length_in_syslog_output.patch | ||
| 0020-fix_kmsg.patch | ||
| 0030-kmsg_pri_as_string.patch | ||