Is there a option for a filter so that when the grok pattern does not match skip all the other filter plugins and leave the filter?
Ideal situation is if the grok pattern does not match
- skip the rest of the filter plugins (mutate, gsub, kv, etc)
- dont tag the event with "_grokparsefailure"
Thank you