Skip to main content

Module filter_projection

Module filter_projection 

Source
Expand description

Filter and projection transform.

§Filtering

Zero or more FilterRules can be configured. When filters is empty every event passes through. When multiple rules are present they are combined according to FilterMode:

§Column projection

Either include_columns or exclude_columns may be set (not both). Setting both is rejected at FilterProjectionTransform::new time.

Structs§

FilterProjectionConfig
FilterProjectionTransform
Parsed and pre-built form of FilterProjectionConfig.
FilterRule

Enums§

FilterField
The event field targeted by a FilterRule.
FilterMode
Logical combination mode for multiple FilterRules in a FilterProjectionConfig.
FilterOperator
Comparison operator for a FilterRule.