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
}
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.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.