-
I'm looking to filter dnstap messages where the response ip address is 0.0.0.0. Consider the below dnstap json. How would I create a pipeline with dnsmessage > matching > include to filter for the 0.0.0.0 ip. I tried the following without success.
Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
drenton1
Sep 9, 2024
Replies: 1 comment 6 replies
-
Could you try to escape the dot ? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Done. Thanks.
#799