Modify `Loki` endpoint.

This commit is contained in:
Kazuhiro MUSASHI 2024-04-03 16:07:35 +09:00
parent 7b2b4a56af
commit b7e6155ef7
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ data_dir = "/var/lib/vector"
[sinks.send-logs]
type = "loki"
inputs = ["filter-syslog"]
endpoint = "http://192.168.10.101:3100"
endpoint = "http://loki.service.consul:3100"
healthcheck = true
remove_timestamp = true