Replies: 2 comments 1 reply
-
Hey! You should be able to use https://vector.dev/docs/reference/vrl/functions/#includes to check if a value is in a given list. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @jszwedko! Thanks for the answer! Would you need to hardcode the values in the config then? I'm expecting at least a few hundred values, thaat's why I was hoping to have that separate in a file |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to filter events using a list of values?
For example, I have a list of VIP sources that I would like to send to a specific sink. I was hoping to do something like the enrichment flow where you load the list of ids from a file and during the filter step, filter only the VIP events.
Beta Was this translation helpful? Give feedback.
All reactions