mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-02-14 17:49:59 +00:00
13 lines
169 B
Plaintext
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>
|