Modify `Loki` endpoint.
This commit is contained in:
parent
7b2b4a56af
commit
b7e6155ef7
|
@ -25,7 +25,7 @@ data_dir = "/var/lib/vector"
|
||||||
[sinks.send-logs]
|
[sinks.send-logs]
|
||||||
type = "loki"
|
type = "loki"
|
||||||
inputs = ["filter-syslog"]
|
inputs = ["filter-syslog"]
|
||||||
endpoint = "http://192.168.10.101:3100"
|
endpoint = "http://loki.service.consul:3100"
|
||||||
healthcheck = true
|
healthcheck = true
|
||||||
remove_timestamp = true
|
remove_timestamp = true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue