While trying to identify the cause of poor ingest performance I was trying to find out the latency incurred by rejects and/or parsing exceptions on the ES side.
[ ] The number of events being received by each thread => in the input {}
For some inputs we increase concurrency by increasing threads. I'd like to know whether this helps or hurts performance by seeing the ingest rate for each thread.
While trying to identify the cause of poor ingest performance I was trying to find out the latency incurred by rejects and/or parsing exceptions on the ES side.
Ref: https://github.com/elastic/logstash/issues/5428 https://github.com/elastic/kibana/issues/18407
Here are a few metrics that would be helpful in troubleshooting performance issues like this.