IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

authority_host

edit

The 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

edit

The name of the storage account. Required.

storage_account_key

edit

The storage account key, this key will be used to authorize access to data in your storage account, option is required.

storage_account_container

edit

Optional, the name of the storage account container you would like to store the offset information in.

resource_manager_endpoint

edit

Optional, 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

edit

This 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

received_messages_total

Number of messages received from the event hub.

received_bytes_total

Number of bytes received from the event hub.

sanitized_messages_total

Number of messages that were sanitized successfully.

processed_messages_total

Number of messages that were processed successfully.

received_events_total

Number of events received decoding messages.

sent_events_total

Number of events that were sent successfully.

processing_time

Histogram of the elapsed processing times in nanoseconds.

decode_errors_total

Number of errors that occurred while decoding a message.