logspout-cloudwatch icon indicating copy to clipboard operation
logspout-cloudwatch copied to clipboard

A Logspout adapter for writing Docker container logs to AWS CloudWatch.

Results 4 logspout-cloudwatch issues
Sort by recently updated
recently updated
newest added

Is it possible to log each container on a host to a different log stream?

The following error was the last log uploaded from the affected container. `time="2016-05-04T00:56:33Z" level=error msg="Log upload failed - length: 2, error: InvalidSignatureException: Signature expired: 20160504T004903Z is now earlier than 20160504T005133Z...

Document guidelines for contributors in CONTRIBUTORS.md.

enhancement

In development, the default logrus formatter is great. In a production environment, we should switch to using a JSON logger so that individual fields are searchable inside CloudWatch.

enhancement