Logs are not send to logentries from aws ecs

152 views Asked by At

We are using log-entries as driver on AWS ECS service for sending logs to our logentries account. We have configured AWS ECS service with required parameters like logentries-token but it's observed that after certain amount of time certain containers are not able to send logs to logentries.

Appreciate your help in advance, I am unable to find proper documentation for this on both logenries as well as AWS.

Thanks,

1

There are 1 answers

0
eddd On

We had the same issue, so I started digging deeper than usual.

Actual driver implementation is quite simple.

The dragon is a dependency that does the socket, tls handling

There is a open issue and a PR to solve a very similar issue.

The PR is stale and I don't see chance for it to land, so I move away from logentries and recommend doing the same. Probably cloudwatch will be better.