We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d595559 commit c61181dCopy full SHA for c61181d
docs/content/en/docs/concepts/events.md
@@ -128,7 +128,7 @@ logical AND of sibling expressions within a filter object. As a concrete
128
example, suppose we had the following filter configuration:
129
130
```json
131
-{"event_set": ["PROCESS_EXEC", "PROCESS_EXIT"], "namespace": "foo"}
+{"event_set": ["PROCESS_EXEC", "PROCESS_EXIT"], "namespace": ["foo"]}
132
{"event_set": ["PROCESS_KPROBE"]}
133
```
134
0 commit comments