mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-11 14:53:49 +00:00
13 lines
285 B
Text
13 lines
285 B
Text
|
<source>
|
||
|
@type tail
|
||
|
format none
|
||
|
tag docker.testlog
|
||
|
path /var/lib/docker/containers/**/*.log
|
||
|
</source>
|
||
|
|
||
|
<match **>
|
||
|
@type http
|
||
|
endpoint "http://victorialogs:9428/insert/jsonline"
|
||
|
headers {"VL-Msg-Field": "log", "VL-Time-Field": "time", "VL-Stream-Fields": "path"}
|
||
|
</match>
|