logspout
logspout copied to clipboard
Log routing for Docker container logs
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...
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...
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,...
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...
Using the event timestamp should prevent duplicate logs when a container restarts.
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...
what is the procedure need to follow for mesos-marathon json file for logspout
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...
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...
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: -...