logdna / logspout

LogDNA Docker integration
MIT License
16 stars 19 forks source link

Timeout from server #7

Closed fossejc closed 4 years ago

fossejc commented 5 years ago

Hi all,

I had to restart the Logdna containers on a docker swarm. Since the restart, I get the following output

error from client: Post https://logs.logdna.com/logs/ingest?apikey=_____&hostname=logdna_logspout: dial tcp: lookup
 logs.logdna.com on 127.0.0.11:53: read udp 127.0.0.1:33204->127.0.0.11:53: i/o timeout

None one of the logs are sent to the Logdna server.

Any idea ?

Thanks for you help

smusali commented 4 years ago

@fossejc, sorry for the very late response!

I would recommend you to use the newest LogDNA LogSpout v1.2. You can also modify the request timeouts by using HTTP_CLIENT_TIMEOUT environment variable if the issue is still happening.