Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

add filter object listing #215

Merged
merged 1 commit into from
Oct 12, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/guides/writingafilter.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,14 @@ spec:
name: sockeye
```

Verify that your filter is ready with `kubectl` like so:

```console
$ kubectl get filter
NAME ADDRESS READY REASON
filter-demo http://filter-adapter.sebgoa.svc.cluster.local/filter-demo True
```

Only events from the second source should appear in the `sockeye` web interface as shown in the screenshot below:

![](../assets/images/sockeye-filter.png)
Expand Down