Links

Configuration

This section explains each of the properties in the configuration blade.

General

Property
Description
Collection
This associates this Agent to a specific Collection and defaults to that of the current Data Stream.
Refer to Collections and Stream Hosts to understand more about Collections.

Configure the filter

Up to 3 filters can be added - each corresponding to a different output endpoint. The filter is made up of groups and conditions. Add new conditions or groups by clicking the + button.
Each condition is a statement made up of an attribute, an operator, and a value; which evaluates as true or false, e.g. the water temperature is greater than 155.
The conditions can be grouped:
  • And: all the conditions must be true
  • Or: at least one of the conditions must be true
  • Not And: none of the conditions must be true
  • Not Or: at least one condition must be false
Groups can be nested within each other to create advanced logic.
Property
Description
Attribute
The property of the event to be compared.
Operator
The operator options are:
  • Equals
  • Does not equal
  • Is less than
  • Is greater than
  • Is less than or equal to
  • Is greater than or equal to
Value
The value can be static or dynamic (another input attribute with the same data type). Click the icon to swap between input types.
The filter builder used to define the conditions is the same one used to filter a Block's Data Source in the App Designer
Before configuring the Transformation, please ensure that its input endpoint is connected to a parent Agent which will be sending data to it.

Endpoints

Name
Description
Input
This endpoint is used to receive data from the parent Agent.
Output
Events received from the parent Agent that match filter 1 are made available to this endpoint with unchanged attributes and data.
Output 2
Events received from the parent Agent that match filter 2 are made available to this endpoint with unchanged attributes and data.
Output 3
Events received from the parent Agent that match filter 3 are made available to this endpoint with unchanged attributes and data.
False
Events received from the parent Agent which do NOT match any of the filters are made available to this endpoint with unchanged attributes and data.