Azure Eventhub

Azure Eventhub is the Azure managed service for real-time stream processing

Pre-requisites

  • Eventhub topic which is ready for getting data

  • User credentials or token which is having access for pushing data to eventhub

Steps to Create Eventhub Forwarding

  • Navigate to Create frowarder page

  • Select Azure Eventhub forwarder

  • Provide the name for the forwarder

  • Provide connection string which is generated by the azure with user credentials

  • Provide the name for eventhub

  • Click Create

After ingesting logs with attributes which are mapped to eventhub forwarder, those log messages will be forwarded to eventhub.

Last updated