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

Logspout adapter for the AWS Cloudwatch Logs service

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

Change adds an environment variable "LOGSPOUT_CLOUDWATCH_RETENTION_DAYS" which allows the retention of the log group to be configured, either per container (using container labels/environment variables) or globally using a static value....

Preventing the following error from occuring: panic: runtime error: index out of range [0] with length 0 goroutine 25 [running]: github.com/mdsol/logspout-cloudwatch.(*CloudwatchUploader).Start(0xc0002201e0) /go/pkg/mod/github.com/mdsol/[email protected]/uploader.go:55 +0xde7 created by github.com/mdsol/logspout-cloudwatch.NewCloudwatchUploader /go/pkg/mod/github.com/mdsol/[email protected]/uploader.go:47 +0x23f

I am trying to push logs to cloudwatch from docker swarm container logs. I have been successful in pushing the logs to cloud watch. I am using the below configuration....

I try to specify `LOGSPOUT_STREAM={{.InstanceID}}-{{.Name}}` in my compose file to deploy logspout in swarm cluster, it complains that ``` Updating service logspout_logspout (id: y14jnec1bcszr62zwu1d96ba3) failed to update service logspout_logspout: Error...

Hello there, I use logspout in docker cloud where I have multiple app containers in the single server. However logspout sometimes stops sending logs to cloudwatch for some of them....

I have multiple containers running on the same non-EC2 docker host. I would like to exclude several of them from the forwarding. Maybe an Env Var that excludes them by...

First off, thank you for this, it's the only cw logspout that does everything I need. Wanted to ask a quick question. Is it ok if multiple containers have the...

I have a stream for branch-1 and branch-1-a and I'm getting this error: `2016/03/18 22:58:59 cloudwatch: ERROR:%!(EXTRA *errors.errorString=2 streams match group stage-apps1, stream branch-1!)` is it doing some sort of...