mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-11 14:53:49 +00:00
12 lines
208 B
Text
12 lines
208 B
Text
|
input {
|
||
|
syslog {
|
||
|
port => 5140
|
||
|
}
|
||
|
}
|
||
|
|
||
|
output {
|
||
|
loki {
|
||
|
url => "http://victorialogs:9428/insert/loki/api/v1/push?_stream_fields=host.ip,process.name&_msg_field=message&_time_field=@timestamp"
|
||
|
}
|
||
|
}
|