Stop filter processing of the event on condition match and jump to output

Hi Team,

I want to know if there is any way to stop my filter processing of the event on condition match and jump to output

for ex

if [log] == "parsed" {

stop processing next filter portion and jump to output

}

Only by wrapping all the filters after that point in that conditional.

Thanks You Sir,

Understood,

Sometimes have so many conditional to manage, such functionality can help to reduce the checks.

I will keep exploring options.

Best,
Dhananjay

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.