elastic / logstash

Logstash - transport and process your logs, events, or other data
https://www.elastic.co/products/logstash
Other
14.21k stars 3.5k forks source link

Make "tag_on_failure" a common filter setting #5073

Open strootman opened 8 years ago

strootman commented 8 years ago

The tag_on_failure setting for the grok filter is very helpful with longer pipelines containing multiple grok filters, making it easier to locate the error in the pipeline, and more robust error handling.

For example, if a pipeline contained multiple json filters, the ambiguous _jsonparsefailure is informative, but not entirely helpful.

strootman commented 7 years ago

Almost a year later, bump?