path_targets = [{"__path__" = "/openbao/logs/*"}]
This commit is contained in:
parent
02c739524b
commit
350398cb23
1 changed files with 1 additions and 5 deletions
|
@ -16,11 +16,7 @@ data:
|
|||
}
|
||||
|
||||
local.file_match "applogs" {
|
||||
path_targets = [
|
||||
{
|
||||
"__path__" = "/openbao/logs/*"
|
||||
}
|
||||
]
|
||||
path_targets = [{"__path__" = "/openbao/logs/*"}]
|
||||
sync_period = "5s"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue