Skip to content

Filter events

Benjamin edited this page May 14, 2020 · 1 revision

If you want to filter your events, use the "trigger" and "filter" properties.

  • If trigger is set to always, all events will be outputed.

  • If trigger is set to match, only events with the filter content in the summary property will be outputed.

  • If trigger is set to no match, only events without the filter content in the summary property will be outputed.

The following example shows the usage of match. The first output was with filter "test". As you see, only events with "test" and "test2" are in the output payload. If you set filter to "test2", only events with the summary "test2" are in the payload.

Clone this wiki locally