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"]} ```