...
Code Block |
---|
{ "inputs": { "azure_event_hub": { "credentials": {}, "enabled": true, "id": "<UNIQUE VALUE>", "services": { "event_hubs": { "queues": { "<REGION>": { "consumer_group": "$Default", "event_hub_connection_string": "<CONNECTION STRING>", "event_hub_name": "<EVENT HUB>", "namespace": "<NAMESPACE OF EVENT HUB>" } } } } } } } |
To check if your collector has been enabled successfully, validate it.
...