koombea/fluentd
Fluentd with fluent-plugin-elasticsearch plugin
888
Fluentd with ElasticSearch plugin.
Just provide a valid fluent.conf
in /fluentd/etc/
folder.
<source>
type forward
port 24224
bind 0.0.0.0
</source>
<match *.*>
type stdout
</match>
docker pull koombea/fluentd