From d323d26c2edcdf0a3be9d1e0317ba37f18881991 Mon Sep 17 00:00:00 2001 From: Ceri Davies Date: Tue, 28 Jan 2025 16:02:46 +0000 Subject: [PATCH] docs(processors.filter): Correct tag specification in rule example (#16434) --- 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 52b52b9ec..ab46b91e5 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"]} ```