authority_host
editauthority_host
editThe Azure Active Directory authority host. Optional when using client_secret authentication. Defaults to Azure Public Cloud (https://login.microsoftonline.com).
Supported values:
-
https://login.microsoftonline.com(Azure Public Cloud - default) -
https://login.microsoftonline.us(Azure Government) -
https://login.chinacloudapi.cn(Azure China)
storage_account
editThe name of the storage account. Required.
storage_account_key
editThe storage account key, this key will be used to authorize access to data in your storage account, option is required.
storage_account_container
editOptional, the name of the storage account container you would like to store the offset information in.
resource_manager_endpoint
editOptional, by default we are using the azure public environment, to override, users can provide a specific resource manager endpoint in order to use a different azure environment. Ex: https://management.chinacloudapi.cn/ for azure ChinaCloud https://management.microsoftazure.de/ for azure GermanCloud https://management.azure.com/ for azure PublicCloud https://management.usgovcloudapi.net/ for azure USGovernmentCloud Users can also use this in case of a Hybrid Cloud model, where one may define their own endpoints.
Metrics
editThis input exposes metrics under the HTTP monitoring endpoint.
These metrics are exposed under the /inputs path. They can be used to
observe the activity of the input.
| Metric | Description |
|---|---|
|
Number of messages received from the event hub. |
|
Number of bytes received from the event hub. |
|
Number of messages that were sanitized successfully. |
|
Number of messages that were processed successfully. |
|
Number of events received decoding messages. |
|
Number of events that were sent successfully. |
|
Histogram of the elapsed processing times in nanoseconds. |
|
Number of errors that occurred while decoding a message. |