Hello,
I am injesting some java logs via filebeat. I see the logs being sent to logstash however on the stdout filter I don't see anything being processed by the logstash. But logstash does not throw any errors either. Logstash config can be found in here: https://pastebin.com/5asGqvYk
Any idea how to debug this? I've tried taking tcpdump on the logstash side but the information is not really human readable so I don't know if the data sent to logstash from filebeat is correct or not.
Thank you in advance