Connection string authentication (processor v2)
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Connection string authentication (processor v2)
editExample configuration using connection string authentication with processor v2:
filebeat.inputs: - type: azure-eventhub eventhub: "insights-operational-logs" consumer_group: "$Default" auth_type: "connection_string" connection_string: "Endpoint=sb://your-namespace.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=your-shared-access-key" storage_account: "your-storage-account" storage_account_connection_string: "DefaultEndpointsProtocol=https;AccountName=your-storage-account;AccountKey=your-storage-account-key;EndpointSuffix=core.windows.net" storage_account_container: "your-storage-container"