From 574fe295654109e02f3530c8769e11534786aea7 Mon Sep 17 00:00:00 2001 From: miwr Date: Wed, 26 Mar 2025 13:46:08 +0100 Subject: [PATCH] labels = { component = "loki.source.syslog", protocol = "tcp" } --- template/stacks/monitoring/alloy/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/template/stacks/monitoring/alloy/values.yaml b/template/stacks/monitoring/alloy/values.yaml index 2798ab2..5a46a11 100644 --- a/template/stacks/monitoring/alloy/values.yaml +++ b/template/stacks/monitoring/alloy/values.yaml @@ -85,5 +85,6 @@ alloy: listener { address = "0.0.0.0:1514" } + labels = { component = "loki.source.syslog", protocol = "tcp" } forward_to = [loki.write.local_loki.receiver] } \ No newline at end of file