Module relay_filter::generic

source ·
Expand description

Implements generic filtering based on the [RuleCondition] DSL.

Multiple generic filters can be defined and they are going to be checked in FIFO order. The first one that matches, will result in the event being discarded with a FilterStatKey identifying the matching filter.

Functions§