You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#4031 (#4032)
Tags events that fail for all exceptions. Resolves#4031
Adds a tags_on_timeout configuration which tags events that timeout differently from those that fail for other reasons. Configure the default behavior of tags_on_timeout to take on the value of tags_on_match_failure.
Signed-off-by: David Venable <[email protected]>
Describe the bug
There are several exceptions which the
grok
processor catches that do not tag the event.To Reproduce
Run a pipeline with a grok pattern than times out. The event is not tagged.
Expected behavior
I expect that any failure to match will result in a tag.
The text was updated successfully, but these errors were encountered: