Azure Event Hubs Output Connector
Sends input data to Azure Event Hubs.
Example Configuration
The minimal configuration required to get going.
{
"name": "azure-event-hubs",
"options": {
"connection": "connection-string-here",
"eventHub": "event-hub-here"
}
}