From 16cfeca2db74a0397335e5e2f5d86c88c428d96e Mon Sep 17 00:00:00 2001 From: Ceri Davies Date: Sun, 26 Jan 2025 18:50:50 +0000 Subject: [PATCH] plugins/processors/filter: correct example config which does not work --- plugins/processors/filter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/processors/filter/README.md b/plugins/processors/filter/README.md index 52b52b9ec6085..ab46b91e52fcf 100644 --- a/plugins/processors/filter/README.md +++ b/plugins/processors/filter/README.md @@ -79,5 +79,5 @@ Alternatively, you can "black-list" the `OK` value via namepass = ["machine"] [[processors.filter.rule]] - tags = {"status" = "OK"} + tags = {"status" = ["OK"]} ```