mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-03-03 01:40:19 +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>
|