Modify the monitoring target of `Consul`.
This commit is contained in:
parent
a514509f4b
commit
a6428c4c3a
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue