Skip to content
Discussion options

You must be logged in to vote

Hi @eruffini-gs, did you also inspect the logs that the filter transform is receiving? It's possible that none of the logs are filtered out because the .message value.

I tested this on a VRL terminal:

. = {}
{  }

.message = "foo"
"foo"

contains!(.message, "foo")
true

contains!(.message, "bar")
false

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pront
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants