path_targets = [{"__path__" = "/var/log/*"}]
This commit is contained in:
parent
c9c67a9d54
commit
285e823936
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ alloy:
|
||||||
}
|
}
|
||||||
|
|
||||||
local.file_match "openbao_file_logs" {
|
local.file_match "openbao_file_logs" {
|
||||||
path_targets = [{"__path__" = "/openbao/logs/*"}]
|
path_targets = [{"__path__" = "/var/log/*"}]
|
||||||
sync_period = "5s"
|
sync_period = "5s"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue