conduit processors filter
SubConfig¶
key | type | description |
---|---|---|
tag | string | tag is the tag of the struct to analyze.It can be of the form `txn.*` where the specific ending is determined by the field you wish to filter on. It can also be a field in the ApplyData. |
expression-type | expression.FilterType | expression-type is the type of comparison applied between the field, identified by the tag, and the expression.
|
expression | string | expression is the user-supplied part of the search or comparison.
|
Config¶
key | type | description |
---|---|---|
filters | []map[string][]SubConfig | filters are a list of SubConfig objects with an operation acting as the string key in the map
filters:
- [any,all,none]:
expression: ""
expression-type: ""
tag: ""
|