Azure Event Hub
Search
⌃K

Configuration

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

General

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

Event Hub Details

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.

Shared Access Key

Property
Description
Name
The name of the Shared Access Key to use.
Value
The value of the Shared Access Key to use.

Input Mapping

Properties Grid

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.

Endpoints

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.