Fluentd with ElasticSearch plugin.
Default config accepts http and fluentd inputs and copies logs to stdout.
docker run -d \
-p 24224:24224 \
-p 24224:24224/udp \
-p 9880:9880 \
-v /etc/fluent.conf:/fluentd/etc/fluent.conf \
aanatoly/fluentd
To send some logs use wget --no-proxy -O - 'http://this.host:9880/tag?json={"key":"value"}'
Content type
Image
Digest
Size
13.9 MB
Last updated
about 7 years ago
docker pull aanatoly/fluentd