logspout-logstash
logspout-logstash copied to clipboard
logstash: could not write:write tcp
I'm occasionally seeing the following error log in my logspout container, which causes it to exit.
logstash: could not write:write tcp 172.17.0.2:49194->192.168.1.178:5001: write: connection reset by peer
Port 5001 is the TCP port that my Logstash container is listening on. Any idea what is going on or if anything can be done? For now I am just using the docker run restart flag to restart the container if it dies.
Issue #43 feels related, even if it is udp there.
Is this still an issue?