Module filter

Source

StructsΒ§

FilterProcessor
Filter out the whole line if matches. Ultimately it’s a condition check, maybe we can use VRL to do more complex check. Implement simple string match for now. Can be extended later.

EnumsΒ§

MatchMode πŸ”’
MatchOp πŸ”’

ConstantsΒ§

CASE_INSENSITIVE_NAME πŸ”’
MATCH_MODE_NAME πŸ”’
MATCH_OP_NAME πŸ”’
PROCESSOR_FILTER πŸ”’
TARGETS_NAME πŸ”’