Module 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ยง

are_generic_filters_supported
Returns whether the given generic config versions are supported.