3

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,

HDB
  • 782
  • 2
  • 7
  • 18

1 Answers1

0

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.

eddd
  • 1,715
  • 1
  • 11
  • 10