Client secret authentication (processor v2)
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Client secret authentication (processor v2)
editfilebeat.inputs: - type: azure-eventhub eventhub: "insights-operational-logs" consumer_group: "$Default" auth_type: "client_secret" eventhub_namespace: "your-namespace.servicebus.windows.net" tenant_id: "your-tenant-id" client_id: "your-client-id" client_secret: "your-client-secret" storage_account: "your-storage-account" storage_account_container: "your-storage-container"
Note: When using client_secret authentication, the service principal must have the appropriate Azure RBAC permissions. See Required permissions for details.