targets = local.file_match.openbao_file_logs.targets

This commit is contained in:
miwr 2025-03-20 11:33:08 +01:00
parent 3e1b284e3b
commit 5843e9498b

View file

@ -83,6 +83,6 @@ alloy:
}
loki.source.file "openbao_logs" {
targets = local.file_match.openbao_file_logs.output
targets = local.file_match.openbao_file_logs.targets
forward_to = [loki.write.local_loki.receiver]
}