Configuration
This section explains each of the properties in the configuration blade.
Property | Description |
---|---|
Collection | This associates the Agent to a specific collection (defaults to that of the current Data Stream). |
Property | Description |
---|---|
Use Variables? | Tick to select saved variables; or enter the text manually for the authentication properties. |
Hub Name | The name of the Event Hub to which you will connect. |
Endpoint | The URI of the Event Hub Namespace, in the format "sb://{namespaceName}.servicebus.windows.net". The URL can be found on the Namespace's Azure settings page, but needs to have "sb://" prepended to it. |
Property | Description |
---|---|
Name | The name of the Shared Access Key to use. |
Value | The value of the Shared Access Key to use. |
Optional mapping to rename specific properties. Leave the grid empty to send the records in the same format as they are received.
Property | Description |
---|---|
Property | A new name for the property to be sent to the Event Hub, or keep it the same as the "Mapping" property. Must be unique. |
DataType | The type of the property to be sent to the event hub. Must match the type of the "Mapping" property. |
Mapping | The column or attribute from the input payload to be sent to the Event Hub. |
Name | Description |
---|---|
Input | This endpoint is used to receive events from the parent Agent. |
Output | Events received from the parent Agent are made available to this endpoint in the same format as they are received - unaffected by the "Input Mapping" property. |
Error | Errors encountered during the execution of this Agent will be published on this endpoint. |
Last modified 1yr ago