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

12 lines
235 B
Text
Raw Normal View History

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