From fd148bdd7516169dc398200ce025b7b8911de4aa Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sat, 27 Nov 2021 21:11:52 +0000 Subject: [PATCH] Correctly drop weave-net logs --- manifests/monitoring/promtail.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/monitoring/promtail.yaml b/manifests/monitoring/promtail.yaml index 8ea494e..358d53d 100644 --- a/manifests/monitoring/promtail.yaml +++ b/manifests/monitoring/promtail.yaml @@ -71,7 +71,7 @@ data: pipeline_stages: - docker: {} - match: - selector: '{name="weave-net"}' + selector: '{app="weave-net"}' action: drop - match: selector: '{filename=~".*konnectivity.*"}'