path_targets = [{"__path__" = "/var/log/*"}]

This commit is contained in:
miwr 2025-03-20 12:55:00 +01:00
parent c9c67a9d54
commit 285e823936

View file

@ -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"
} }