I am really beating my head against the wall with this one. I have logstash (6.3.0) ingesting winlogbeat (6.3.0) events. However, whenever winlogbeat tries to upload to the logstash server I get
2018-07-19T11:17:38.466-0700 ERROR logstash/async.go:235 Failed to publish events caused by: read tcp 192.168:56169->10.2.0.59:5060: i/o timeout
2018-07-19T11:17:38.486-0700 ERROR logstash/async.go:235 Failed to publish events caused by: client is not connected
2018-07-19T11:17:39.491-0700 ERROR pipeline/output.go:92 Failed to publish events: client is not connected
I am able to connect to the port using test-networkconnection.
What am I missing?