Docker fluentd container to forward logs from other containers to elasticsearch
50K+
The container to send all containers' logs to an Elasticsearch container.
docker run -d --name some_cool_name oosidat/fluentd-elasticsearch-container
docker run --net=host -d --name some_cool_name oosidat/fluentd-elasticsearch-container
Pass using -e in docker run or using the environment key using docker-compose
| Name | Description | Default |
|---|---|---|
| ES_HOST | ElasticSearch host | localhost |
| ES_PORT | ElasticSearch port | 9200 |
| ES_INDEX | ElasticSearch index name | fluentd |
| ES_TYPE | ElasticSearch index type | fluentd |
| MATCH_PATTERN | fluentd matching pattern, used in <filter> & <match> | docker.** |
| FLUENTD_OPT | other options for running fluent | none (empty) |
Content type
Image
Digest
Size
13.9 MB
Last updated
almost 10 years ago
docker pull oosidat/fluentd-elasticsearch-container