Performance question for the team:» Is it more performant to have a pipeline with 30 different "drop" functions (each one has a final mark) that looks for a specific pattern within the `message` field» a lookup with all "droppable" patterns, a single regex function, a single drop function that drops messages that matched a row on the lookup.
Question
Performance question on multiple drops vs regex function
Sign up
Already have an account? Login
Login to the community
No account yet? Create an account
Using your Cribl Curious or University Account
User Login Employee loginEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.

- test it out with some sample data while profiling the pipeline.
. will give it a shot and see what i can discover
- shouldn't be that bad with the embedded profiler now.