This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
Releases: utilitywarehouse/fluentd
Releases · utilitywarehouse/fluentd
Adds missing s3 plugin
Merge pull request #7 from utilitywarehouse/upgrade-versions missing s3 plugin
Updated container to match upstream
Merge pull request #6 from utilitywarehouse/upgrade-versions general update
apiserver audit log separate file
Update base image
- Use gcr.io/google_containers/ubuntu-slim:0.8 as base image
Output apii-server logs to s3
Enabling audit logs on api-server means they become very noisy. This will ship all api-server logs to s3 audit-log bucket.
Persist position files
- keeps position files in the mounted directories so the all logs don't get re-sent on container restart
- output threads increased to 4
Rebase off ubuntu
- Now uses Google's ubuntu slim image.
- Use td-agent2
- Fix kubernetes-metadata plugin to working again
- Sumo output with better performance
- Move to sumo output from https plugin
- Collect journal logs for docker and kubelet
Multiline exception messages
1.0.4 Combine multiline exception messages
Static plugin verisons
1.0.3 Specific gem plugin versions
Move config into the docker image
Move the config into docker image for added readability.
Also pins the base image to a stable version of fluentd.