From cf2a37d0e23729b09727a8c387bdffea9b138607 Mon Sep 17 00:00:00 2001 From: Frank Jogeleit Date: Sat, 28 Sep 2024 14:06:03 +0200 Subject: [PATCH] update loki integration Signed-off-by: Frank Jogeleit --- docs/policy-reporter/integrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/policy-reporter/integrations.md b/docs/policy-reporter/integrations.md index 044c8ac..0f30124 100644 --- a/docs/policy-reporter/integrations.md +++ b/docs/policy-reporter/integrations.md @@ -425,7 +425,7 @@ target: ### Grafana Loki -Policy Reporter can send results directly to Grafana Loki without the need of Promtail. Each result includes all available information as labels as well as a source label with policy-reporter as value. To query all messages from Policy Reporter, use `{source="policy-reporter"}` as the query. +Policy Reporter can send results directly to Grafana Loki without the need of Promtail. Each result includes all available information as labels as well as a createdBy label with policy-reporter as value. To query all messages from Policy Reporter, use `{createdBy="policy-reporter"}` as the query. #### Options