Files
container.training/efk/fluentd/fluentd.conf
2016-12-04 17:07:48 -08:00

13 lines
169 B
Plaintext

<source>
@type forward
port 24224
bind 0.0.0.0
</source>
<match **>
@type elasticsearch
host elasticsearch
logstash_format true
flush_interval 1
</match>