docs(processors.filter): Correct tag specification in rule example (#16434)
This commit is contained in:
parent
c2c9a09803
commit
d323d26c2e
|
|
@ -79,5 +79,5 @@ Alternatively, you can "black-list" the `OK` value via
|
||||||
namepass = ["machine"]
|
namepass = ["machine"]
|
||||||
|
|
||||||
[[processors.filter.rule]]
|
[[processors.filter.rule]]
|
||||||
tags = {"status" = "OK"}
|
tags = {"status" = ["OK"]}
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue