docs(processors.filter): Correct tag specification in rule example (#16434)

This commit is contained in:
Ceri Davies 2025-01-28 16:02:46 +00:00 committed by GitHub
parent c2c9a09803
commit d323d26c2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -79,5 +79,5 @@ Alternatively, you can "black-list" the `OK` value via
namepass = ["machine"]
[[processors.filter.rule]]
tags = {"status" = "OK"}
tags = {"status" = ["OK"]}
```