Type

Filter events specifically typed from the processing pipeline. This reduces processing and memory overhead.

Example

This process will filter out all ftx crypto events from the processing pipeline

type filter:
  type: crypto
  subtype: ftx
  exclude: true

Attributes

AttributeDescriptionData TypeRequired

type

Event type

String

subtype

Event subtype

String

exclude

Flag to switch event exclusion

Boolean

Default: true

Last updated