From 95fde97154af98c85efbdb4010b080a7a1980085 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Tue, 11 Mar 2025 16:53:15 +0100 Subject: [PATCH] working instance --- 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 f621bd5..a6dbce9 100644 --- a/templates/config.alloy.erb +++ b/templates/config.alloy.erb @@ -35,7 +35,7 @@ loki.process "syslog" { stage.static_labels { values = { - instance = constants.hostname, + fqdn = constants.hostname, service = "linux_logs", } }