Comment on page
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. |
Property | Description |
---|---|
Specify Json Path | Tick to manually specify the JSON Path of each property to serialize. |
Input Columns | The attributes or columns of the input payload to include in the serialized output (applies when Specify Json Path is not ticked). Automatically sets the JSON Path and value in the serialized JSON string. |
Payload Definition
(Property Name, Json Path) | Manually enter the name of each input column and the corresponding Json path to use in the output payload's serialized JSON (applies when Specify Json Path is ticked). |
DateTime Format | |
Output as JArray | Tick to generate the serialized JSON in an array format. |
Results Returned As | The result properties are either appended to the incoming payload (Append to Existing), or a new payload is created that consists only of the expressions (New). |
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 | An event per received message is made available to this endpoint, with attributes matching the configured payload. |
Error | Errors encountered during the execution of this Agent will be published on this endpoint. |
Last modified 5mo ago