You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to use a fluent-bit filter "modify" with condition "Key_value_matches"
In docs, this filter are use how: Key_value_matches | STRING:KEY | REGEXP:VALUE | Is true if key KEY exists and its value matches VALUE .
But, in my message, VALUE type is boolean and the filter cannot find a match in the message.
Is it possible to use "MODIFIY" filter with a boolean value type in the "Key_Value_Match" condition?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I try to use a fluent-bit filter "modify" with condition "Key_value_matches"
In docs, this filter are use how: Key_value_matches | STRING:KEY | REGEXP:VALUE | Is true if key KEY exists and its value matches VALUE .
But, in my message, VALUE type is boolean and the filter cannot find a match in the message.
Is it possible to use "MODIFIY" filter with a boolean value type in the "Key_Value_Match" condition?
Beta Was this translation helpful? Give feedback.
All reactions