From 8c285d9e08a2e4edce0e9e7d37628944e1f5caed Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Tue, 11 Mar 2025 16:05:53 +0100 Subject: [PATCH] journal hostname label --- templates/config.alloy.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/config.alloy.erb b/templates/config.alloy.erb index af00b6f..a62bb09 100644 --- a/templates/config.alloy.erb +++ b/templates/config.alloy.erb @@ -14,7 +14,7 @@ loki.process "extract_hostname" { stage.labels { values = { - hostname = "syslog_hostname" + hostname = "syslog_hostname", } } forward_to = [loki.write.loki.receiver]