How can we stream the logs from AWX anisible to Azure Event hub

bhanu m 21 Reputation points
2022-09-27T20:14:12.113+00:00

Is there a way to stream logs from AWX ansible to Azure Event hub

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
601 questions
{count} votes

Accepted answer
  1. KranthiPakala-MSFT 46,442 Reputation points Microsoft Employee
    2022-09-29T20:20:31.44+00:00

    Hello @bhanu m ,

    I'm not familiar with AWX anisible product, but the recommendation from Event hubs product team is to check whether Ansible product has a Kafka plugin that allows you to stream data to Kafka. If so, we can use the Kafka API of Event Hubs and stream data.

    Below are relevant documents:

    1. Use Azure Event Hubs from Apache Kafka applications
    2. Apache Kafka developer guide for Azure Event Hubs
    3. Quickstart: Data streaming with Event Hubs using the Kafka protocol

    Hope this info helps.


1 additional answer

Sort by: Most helpful
  1. bhanu m 21 Reputation points
    2022-11-29T19:23:01.677+00:00

    Thank you I will check on this.

    0 comments No comments