Winlogbeat failed to connect Logstash server after ssl configuration

I iam posting teh photos of my logstash pipeline, and result of winlogbear output when i tried the test, it's refusing the connection.


image
cd ..

Do you have a firewall in place for your operating system?

On RHEL7/CentOS 7, for example, you need to add a firewall exception

# firewall-cmd --zone=public --add-port=5033/tcp --permanent
success
# firewall-cmd --reload
success

Then make sure that when you start logstash that those ports are actually listening:

netstat -an | grep 5033

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