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
Hi there! I am running an application on ec2 using dokku and the logspout plugin. I'm trying to save my ruby on rails app logs to rapid7.com. When I run dokku logspout:stream I receive an error, details below, wondering if anyone knows how to rectify this issue, thanks!
ubuntu@ip-172-31-44-196:~$ dokku ps:report
=====> production ps information
Processes: 3
Deployed: true
Running: true
Restore: true
Restart policy: on-failure:10
Status web.1: running (CID: 59bf2612d493)
Status web.2: running (CID: 5b9475e06804)
Status worker.1: running (CID: e9d72548f86a)
ubuntu@ip-172-31-44-196:~$ dokku logspout:info
=====> logspout status
running
=====> dokku-logspout config
DOKKU_LOGSPOUT_PORT=18000
DOKKU_LOGSPOUT_IMAGE_VERSION=v3.1
DOKKU_LOGSPOUT_SYSLOG_SERVER=syslog+tls://au.data.logs.insight.rapid7.com:15767
ubuntu@ip-172-31-44-196:~$ dokku logspout:stream
curl: (56) Recv failure: Connection reset by peer
The text was updated successfully, but these errors were encountered:
Hi there! I am running an application on ec2 using dokku and the logspout plugin. I'm trying to save my ruby on rails app logs to rapid7.com. When I run
dokku logspout:stream
I receive an error, details below, wondering if anyone knows how to rectify this issue, thanks!The text was updated successfully, but these errors were encountered: