/
OAuth authentication with Event Hub
OAuth authentication with Event Hub
Devo recommends authenticating to Event Hub using a connection string. If a connection string cannot be obtained, OAuth authentication can be set up.
In the Cloud Collector App, create an Azure Collector instance using this parameters template, replacing the values enclosed in < >
. The region name for each event hub will be logged in the region field of cloud.azure. It is not required to be your Azure region.
{
"inputs": {
"azure_event_hub": {
"credentials": {
"client_id": "<CLIENT ID>",
"client_secret": "<SECRET>",
"subscription_id": "<SUBSCRIPTION>",
"tenant_id": "<TENANT>"
},
"enabled": true,
"id": "<UNIQUE ID>",
"services": {
"event_hubs": {
"queues": {
"<REGION>": {
"event_hub_name": "<HUB NAME>",
"namespace": "<NAMESPACE>"
}
}
}
}
}
}
}
, multiple selections available,
Related content
Manual tagging of Event Hub data
Manual tagging of Event Hub data
More like this
Azure Event Hub collector
Azure Event Hub collector
More like this
Office 365 collector
Office 365 collector
More like this
Office 365 collector
Office 365 collector
More like this
Global Deduplication and Blob Checkpointing in the Azure Collector
Global Deduplication and Blob Checkpointing in the Azure Collector
More like this
Microsoft Azure collector
Microsoft Azure collector
More like this