Hi. I would like to ask help regarding Logstash stats. I have configured Logstash to receive data from multiple data sources via syslog through designated ports. For example, I receive AD logs through port 5001 of Logstash, FW logs through port 5002 of Logstash, etc. When I check on Kibana, what I see is the total number of events I have received in Logstash. What I would like to do however, is I would like to see a graph or stats for each port I have configured in Logstash so that I would have an idea how much data are coming in for each data source.
I can potentially obtain the same from Elasticsearch but I think the Logstash stats provides a more accurate way of measuring the EPS.
Thank you in advance.