Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shimizukawa/docker-td-agent
simple docker container for td-agent on ubuntu
https://github.com/shimizukawa/docker-td-agent
Last synced: about 1 month ago
JSON representation
simple docker container for td-agent on ubuntu
- Host: GitHub
- URL: https://github.com/shimizukawa/docker-td-agent
- Owner: shimizukawa
- License: mit
- Created: 2015-02-04T06:30:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-04T07:01:15.000Z (almost 10 years ago)
- Last Synced: 2024-10-03T23:14:56.442Z (about 2 months ago)
- Size: 117 KB
- Stars: 4
- Watchers: 3
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker td-agent
Docker image with:
- [td-agent](http://www.fluentd.org/)
- fluent-plugin-elasticsearch
- fluent-plugin-record-modifier
- fluent-plugin-exclude-filterwhich do nothing by default.
Fluentd config is `/etc/fluentd/fluent.conf` could be easily override by volume.
`-v /path/to/fluentdconfdir:/etc/fluentd`
# Simple usage
`docker run -d -v /path/to/fluentdconfdir:/etc/fluentd shimizukawa/td-agent`
# settings
PATH
- `/etc/fluentd/fluent.conf`: td-agent config file
- `/var/log/td-agent/`: td-agent log directorydefault fluent.conf
- see: [fluent.conf](https://github.com/shimizukawa/docker-td-agent/blob/master/etc/fluentd/fluent.conf)