Filter Rules

Filter rules will filter data. If the trigger condition is true, data will be dropped, and rule processing will end. Data dropped by the connector will not be send to the adapter. Data dropped by the adapter will not be send to the designation.

Example:

rules:
- name: FilterPatrolInformation
  triggers: _classname == 'patrolInformation'
  type: Filter
Nach oben