Failed to publish events: write tcp 127.0.0.1:59906->127.0.0.1:5044: write: connection reset by peer

Using Logstash & filbeat 6.4. I'm trying to write to ES/stdout from Filebeat through Logstash.
I use stdout for debugging. When I write output to elastisearch it's working fine. But when I try stdout, I get below error.


2019-05-21T12:01:05.152-0500 ERROR logstash/async.go:235 Failed to publish events caused by: write tcp 127.0.0.1:59906->127.0.0.1:5044: write: connection reset by peer
2019-05-21T12:01:06.152-0500 ERROR pipeline/output.go:92 Failed to publish events: write tcp 127.0.0.1:59906->127.0.0.1:5044: write: connection reset by peer

Thanks

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