VictoriaMetrics/deployment/docker/victorialogs/fluentd/elasticsearch/fluent.conf

14 lines
258 B
Text
Raw Normal View History

<source>
@type forward
port 24224
bind 0.0.0.0
</source>
<match **>
@type elasticsearch
host victorialogs
path /insert/elasticsearch
custom_headers {"VL-Msg-Field": "log", "VL-Stream-Fields": "com.docker.compose.service"}
port 9428
</match>