Moshe Bas
Results
1
comments of
Moshe Bas
If anybody needs an example for a solution using lua, this worked for me: ``` [FILTER] Name lua Match * script /fluent-bit/scripts/alter_fields.lua call alter_fields ``` ``` function alter_fields(tag, timestamp, record)...