Merge pull request 'Modify the monitoring target of `Consul`.' (#22) from consul-log-monitoring-target-change into main
Reviewed-on: #22
This commit is contained in:
commit
8c3d0d3884
|
@ -2,7 +2,7 @@ data_dir = "/var/lib/vector/"
|
||||||
|
|
||||||
[sources.consul]
|
[sources.consul]
|
||||||
type = "file"
|
type = "file"
|
||||||
include = [ "/var/log/consul/consul-*.log" ]
|
include = [ "/var/log/consul/consul.log" ]
|
||||||
ignore_older_secs = 600
|
ignore_older_secs = 600
|
||||||
read_from = "beginning"
|
read_from = "beginning"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue