From fb45a1203bf3e6fcc69fb8a7dcfd41a86d778891 Mon Sep 17 00:00:00 2001 From: James Mellors Date: Mon, 12 May 2025 13:46:35 +0100 Subject: [PATCH] updating loki write --- alloy/helm/alloy-config/alloy.hcl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/alloy/helm/alloy-config/alloy.hcl b/alloy/helm/alloy-config/alloy.hcl index 29cb1e7..d6229c1 100644 --- a/alloy/helm/alloy-config/alloy.hcl +++ b/alloy/helm/alloy-config/alloy.hcl @@ -180,8 +180,7 @@ loki.process "cluster_events" { loki.write "default" { endpoint { - url = "http://loki-gateway:80/insert/loki/api/v1/push?_stream_fields=instance,job,host,app&disable_message_parsing=1" - tenant_id = "0:0" + url = "http://loki-gateway:80/insert/loki/api/v1/push" } external_labels = {} }