From 5843e9498b6917710fff3460bbd2110a107e3a3f Mon Sep 17 00:00:00 2001 From: miwr Date: Thu, 20 Mar 2025 11:33:08 +0100 Subject: [PATCH] targets = local.file_match.openbao_file_logs.targets --- template/stacks/monitoring/alloy/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/stacks/monitoring/alloy/values.yaml b/template/stacks/monitoring/alloy/values.yaml index c83bdda..3b1f8f4 100644 --- a/template/stacks/monitoring/alloy/values.yaml +++ b/template/stacks/monitoring/alloy/values.yaml @@ -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] } \ No newline at end of file