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

Property | Description |
---|---|
Collection | This associates this Agent to a specific Collection and defaults to that of the current Data Stream. |
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:
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:
|
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.
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. |
Last modified 9mo ago