logspout-redis-logstash icon indicating copy to clipboard operation
logspout-redis-logstash copied to clipboard

Logspout adapter for writing Docker container logs to Redis in Logstash jsonevent layout

Results 5 logspout-redis-logstash issues
Sort by recently updated
recently updated
newest added

I tried to build a version with an updated base-image, but I can't get past ``` [...] github.com/docker/docker/vendor/github.com/opencontainers/runc/libcontainer/system github.com/docker/docker/pkg/term github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/vendor/github.com/sirupsen/logrus github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/mount # github.com/docker/docker/pkg/mount src/github.com/docker/docker/pkg/mount/mount.go:75: undefined: sort.Slice github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/swarm...

Hi, Is it possible to add some data in a custom field ? I have a 3 swarm cluster, namely : dev, staging and production. I would like to run...

With the changes introduced in https://github.com/rtoma/logspout-redis-logstash/commit/b96fbb63fa275395647ce01601f80d645227e591 we are seeing in production it is still possible for a pump send to timeout. The [retry](https://github.com/rtoma/logspout-redis-logstash/blob/b96fbb63fa275395647ce01601f80d645227e591/redis.go#L180) after a first error opens a connection...

Hello rtoma. Nice work. I have a question: why have you created the `DockerFields struct`? If I'm not mistaken, logspout pass you the `Container struct` (which is much more complete)....