Configuration
This section explains each of the properties in the configuration blade.
.png?alt=media&token=27ab9233-9a58-4adc-9725-4512b1a23369)
Property | Description |
---|---|
Collection | This associates the Agent to a specific Collection (default to that of the current Data Stream). |
Property | Description |
---|---|
Transpose Type | The transpose options are:
|
Static Columns | The columns or attributes of the input payload to include unchanged in the output payload. |
This section applies to the Rows transpose type only.
Property | Description |
---|---|
Use Group By | Tick to partition the input payload by certain attribute(s) if there could be duplicates in the Row Name to Transpose. Unticked by default. |
Group By | The columns or attributes from the input payload on which the data is grouped (applies when Use Group By is ticked). |
Field to transpose | The column or attribute from the input payload used for the new transposed columns' values. |
Row Name to Transpose | The column or attribute from the input payload used for the new transposed columns' names. |
Column Prefix | Optional text added to the beginning of the new attributes in the format {Prefix}_{Column Returned}. |
Columns Returned | The expected values in the Row Names to Transpose property. The Agent will try to match these to the incoming data and a new attribute is added for each distinct value to the output payload. |
The Columns Grid applies to the Columns transpose type only. Click '+' to add a new column.
Details for how the Columns Grid is used can be found here. Columns or attributes from the input payload in neither Static Columns nor Columns Grid are excluded from the output payload.
Property | Description |
---|---|
Column | The column or attribute of the input payload to transpose. Both the name and value are split into two attributes. |
Column Name | The column or attribute name for the output attribute name. The same name can be used for multiple columns - collapsing the source column names into one. |
Value Name | The column or attribute name for the output attribute value. The same name can be used for multiple columns - collapsing the source column values into one. |
.png?alt=media&token=16ab7eb3-312a-4814-8c3b-2ce942f42907)
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 are either split (Columns type) or combined (Rows type) and made available to this endpoint. The output payload is a combination of the static column(s) and transposed columns. |
Error | If errors are encountered during the execution of this Agent they will be published on this endpoint. |
Last modified 1yr ago