logspout icon indicating copy to clipboard operation
logspout copied to clipboard

Log routing for Docker container logs

Results 111 logspout issues
Sort by recently updated
recently updated
newest added

I am trying to run logspout on a server that has 20+ containers. Every time I start the logspout container, the core CPU's shoot up from 90% and eventually the...

status: duplicate
status: needs more info

We can use filters to include specific containers by id, name, etc. It would be useful to exclude containers in the same way. Sometimes the environment / label approach does...

type: enhancement

1、Logspout collects container log with sincetime. Once the process exits and starts again, there will be log loss before logspout restarts. So I wonder that logspout can persist the sincetime,...

type: enhancement

We're using Fluent with Kubernetes right now, using the [Kubernetes metadata plugin](https://github.com/fabric8io/fluent-plugin-kubernetes_metadata_filter). We set it up [like this](https://github.com/kubernetes/kubernetes/blob/master/cluster/saltbase/salt/fluentd-gcp/fluentd-gcp.yaml). Kubelet creates a symlink in `/var/log/containers` for every container using a special...

status: needs more info

Using the event timestamp should prevent duplicate logs when a container restarts.

needs: documentation
needs: tests

We are running logspout with logstash adapter in production for a while. Occasionally, we see problems with logspout container taking up around 30%- 40% CPU. We have 6 CPU on...

type: question

what is the procedure need to follow for mesos-marathon json file for logspout

type: question
type: documentation

According to the docs Logspout should look for a route address's DNS SRV records to figure out which ports to hit: > but you can also specify a name that...

type: enhancement

Added the ability to include only container having label using INCLUDE_LABEL param (Same as EXCLUDE_LABEL). I'm using this feature to use logspout container into docker-compose.yml. add expose log of others...

type: enhancement
status: needs review

Hi all - I've run into an issue where the RoutesAPI locks (all endpoints hang indefinitely) after a route is deleted for a container that's just been stopped. Observations: -...

type: bug