playground. Filter out logs for condition #21104
Unanswered
agardnerIT
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I think the
https://vector.dev/docs/reference/configuration/transforms/filter/ |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks, perhaps I'm misunderstanding or misusing the playground? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm new to VRL and using the playground. I have an input event:
I want a rule which ignores (drops) any event where
incoming_status != ERROR
In other words, I'm expecting output to be
{}
orNone
ornull
(or however VRL represents "nothing").I can't find anything relevant in the
filter
documentationBeta Was this translation helpful? Give feedback.
All reactions