Replies: 1 comment
-
Not at the moment, the workaround is to convert the types to strings with a LUA filter or similar - you could also use this to just drop based on that value as well rather than use a grep. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running Fluentbit in AWS on an EKS Fargate setup. What I'm trying to do is route logs to kinesis based on a json key and value. I tried to do this based on rewrite tag, and it does work, but only for
Rule $jsonPayload['test3'] ^permissions_v1$ permissions true
I believe the issue is because I'm trying to use a bool in the regex field like
Rule $jsonPayload['test1'] ^true$ test1 true
is there any way I can get this working with a bool?Beta Was this translation helpful? Give feedback.
All reactions