I have a new setup distributed setup, i have winlogbeat 6.2.4 installed on a Windows server, i have modified the winlogbeat.yml file, # out the elasticsearch and changed the logstash output to point at the master server, on the master allowed the Windows server with so-allow.
When i run .\winlogbeat test output i get:
dial up... ERROR dial tcp 192.168.99.251:5044: connectex: No connection could be made because the target machine actively refused it.
sostat states that logstash is running.
This is a fresh install using 14.04.5.11, i ran sudo soup on each machine before running the setup.
I have checked the logstash log and cannot see any obvious issues.
output.logstash:
# The Logstash hosts
hosts: ["192.168.99.251:5044"]
Any idea as to what i may have missed?
Thanks
Phil
--
Follow Security Onion on Twitter!
https://twitter.com/securityonion
---
You received this message because you are subscribed to the Google Groups "security-onion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to security-onion+unsubscribe@googlegroups.com.
To post to this group, send email to security-onion@googlegroups.com.
Visit this group at https://groups.google.com/group/security-onion.
For more options, visit https://groups.google.com/d/optout.
If i try and telnet to port 5044 i get connection refused, here is the result of nc -vz localhost 5044
Connection to localhost 5044 port [tcp/*] succeeded!
I installed winlogbeat on a server in the same vlan as the master, allowed with so-allow, ran winlogbeat tets output and get the same error.
I tried winlogbeat test output to our internal SO server from a server that i didn't do the so-allow and get:
dial up... ERROR dial tcp x.x.x.x:5044: connectex: A connection attempt failed because the connected party did
not properly respond after a period of time, or established connection failed because connected host has failed to respond.
Thanks
Phil
From the master telnet to its self to 5044 fails 'Connection closed by foreign host' On our standalone SO server the same test connects.
Should be sending winlogbeats to the master? I have one forward node > Master > 2 storage nodes.
Thanks
Phil
Thanks
Phil
--
Follow Security Onion on Twitter!
https://twitter.com/securityonion
---
You received this message because you are subscribed to the Google Groups "security-onion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to security-onion+unsubscribe@googlegroups.com.
To post to this group, send email to security-onion@googlegroups.com.
Visit this group at https://groups.google.com/group/security-onion.
For more options, visit https://groups.google.com/d/optout.
That has worked a treat, all up and running now.
Many thanks
Phil