diff --git a/cookbooks/vector/files/etc/vector/syslog.toml b/cookbooks/vector/files/etc/vector/syslog.toml index ddb3d79..8832d7e 100644 --- a/cookbooks/vector/files/etc/vector/syslog.toml +++ b/cookbooks/vector/files/etc/vector/syslog.toml @@ -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