Filebeat injest does not show up in logstash logs

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

Make the stdout output unconditional and comment out the drop {}.

Great, I found out that the conditionals in the output were wrong. Than you for helping to fix this.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.