Logstash: Using metrics to debug the filtering process
When building your logstash filter, you would often like to validate your assumptions on a large sampling of input events without sending all the output to ElasticSearch. Using Logstash metrics and conditionals, we can easily show: How many input events were processed successfully How many input events had errors An error file containing each event … Logstash: Using metrics to debug the filtering process