Modify the monitoring target of Consul. #22

Merged
kazu634 merged 1 commits from consul-log-monitoring-target-change into main 2024-04-07 13:52:08 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ data_dir = "/var/lib/vector/"
[sources.consul]
type = "file"
include = [ "/var/log/consul/consul-*.log" ]
include = [ "/var/log/consul/consul.log" ]
ignore_older_secs = 600
read_from = "beginning"