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
trafficstars

Some logs forwarded to syslogs had color code: ``` [33m23-06-23 20:47:49 WARNING (MainThread) [supervisor.api.ingress] No valid ingress session None [31m2023-06-23 21:03:04.470 ERROR (MainThread) [homeassistant.components.xiaomi_miio] Error fetching zhimi.airpurifier.mb4 data: Unable to...

`@version: 3.35 source s_src { internal(); }; template NRFormat { template("newrelic_key_here 1 ${ISODATE} ${HOST:--} ${PROGRAM:--} ${PID:--} ${MSGID:--} ${SDATA:--} $MSG\n"); template_escape(no); }; destination d_newrelic { network("newrelic.syslog.nr-data.net" port(6514) transport("tls") tls(peer-verify(no)) template(NRFormat2) );...

Hello All, I was trying to eliminate repeated lines from being sent to papertrail using logspout with filtering. Was there an adapter with name filter to do this? If it...

When I am trying to run image locally, I am getting, upasana@upasana-ghase:~/PhpstrormProjects/logspout$ docker logs -f 2d3b1c4a308f 2023/04/17 11:33:35 setting allowTTY to: false 2023/04/17 11:33:35 # logspout v3.2.14 by gliderlabs 2023/04/17...

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/docker/docker&package-manager=go_modules&previous-version=20.10.3+incompatible&new-version=20.10.24+incompatible)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....

Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.0.0-rc1.0.20160706165155-9d7831e41d3e to 1.1.5. Release notes Sourced from github.com/opencontainers/runc's releases. runc 1.1.5 -- "囚われた屈辱は 反撃の嚆矢だ" This is the fifth patch release in the 1.1.z series of runc, which...

dependencies

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20210124154548-22da62e12c0c to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20210124154548-22da62e12c0c&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20201110031124-69a78807bb2b to 0.7.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20201110031124-69a78807bb2b&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.4.3 to 1.5.18. Release notes Sourced from github.com/containerd/containerd's releases. containerd 1.5.18 Welcome to the v1.5.18 release of containerd! The eighteenth patch release for containerd 1.5 includes fixes...

dependencies

Is there any way to map the hostnames of containers dynamically? I have a bunch of containers called things like: ``` hello-world----worker1.fidk2md92mz hello-world----otherworker.md9sdfm2 ``` and I'd love to replace those...