koombea/fluentd

By koombea

Updated almost 6 years ago

Fluentd with fluent-plugin-elasticsearch plugin

Image
0

888

koombea/fluentd

Fluentd with ElasticSearch plugin.

Usage

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 Command

docker pull koombea/fluentd