You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I'm occasionally seeing the following error log in my logspout container, which causes it to exit.
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.The text was updated successfully, but these errors were encountered: