-
this is my current filter for a rule
i would like it to be a query for this string with quotes "log.level":"info" so i change the filter in according to the docs using the \ to escape the quotes and ":" to this:
but its not working. what should be the right syntax please? thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
jertel
Jun 7, 2024
Replies: 1 comment
-
Note that this is attempting to match the exact string |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Idam7961
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note that this is attempting to match the exact string
"log.level":"info"
. It cannot be a substring of the message, it must be the entire, exact string in order for it to match.