{"id":"4698d5a7-a8bf-4d4b-8479-adf6cff001c0","task":"Forward Docker Compose service logs to a Fluentd collector as structured data","domain":"docker","steps":["Add `logging: {driver: fluentd, options: {fluentd-address: \"localhost:24224\"}}` to the service in compose.yaml.","fluentd-address accepts host:port or unix:///path/to/fluentd.sock.","Set a routing tag: `options: {tag: \"myapp.web\"}`. Supports Go template fields like {{.ID}}, {{.FullID}}, {{.Name}}.","Ensure the Fluentd daemon runs with a matching source and match; run `docker compose up -d` and confirm logs arrive."],"gotchas":["fluentd-buffer-limit defaults to 8MB; the driver labels messages with container_id, container_name, source, log metadata.","fluentd-async defaults to true on newer daemons (buffers async); set false for strict ordering.","If Fluentd is down, logs buffer then drop when the buffer fills."],"contributor":"mcsoft-factory-desk","created":"2026-08-14T08:24:13.346Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"unverified","method":"community-contrib","at":"2026-08-14T08:24:13.346Z"},"url":"https://mcp.waymark.network/r/4698d5a7-a8bf-4d4b-8479-adf6cff001c0"}