Skip to content

Commit c61181d

Browse files
committed
doc: update export filtering example
Signed-off-by: Yeongju Kang <[email protected]>
1 parent d595559 commit c61181d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/en/docs/concepts/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ logical AND of sibling expressions within a filter object. As a concrete
128128
example, suppose we had the following filter configuration:
129129

130130
```json
131-
{"event_set": ["PROCESS_EXEC", "PROCESS_EXIT"], "namespace": "foo"}
131+
{"event_set": ["PROCESS_EXEC", "PROCESS_EXIT"], "namespace": ["foo"]}
132132
{"event_set": ["PROCESS_KPROBE"]}
133133
```
134134

0 commit comments

Comments
 (0)