Is it possible to find the producer of Event Hub Messages and determine what TLS version is being used?

Fabio Cannas 50 Reputation points
2025-01-21T14:42:04.3866667+00:00

Hello,

I have three Event Hubs that were created couple of years back and i'm trying to determine:

Could you kindly provide some guidance?

Thanks,

Fabio

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
675 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Deepanshu katara 12,960 Reputation points
    2025-01-21T14:48:57.0533333+00:00

    Hello , Welcome to MS Q&A

    To find the producer IP and TLS version for Event Hubs messages in Azure, you can follow these steps:

    Finding the Producer IP:

    • Utilize network monitoring tools like Fiddler to capture the network traffic from your client application. By analyzing the captured traffic, you can identify the IP address of the producer.
      • Another method is to enable diagnostic logs for your Event Hubs namespace. These logs can provide information about the incoming requests, including the IP addresses of the producers.
      Determining the TLS Version:
      - Configure your client application to use a specific version of TLS, such as TLS 1.2. Ensure that the operating system supports the desired TLS version.
      
         - You can also enforce a minimum required version of TLS for requests to your Event Hubs namespace. This can be done through the Azure portal or using Azure CLI.
      

    For detailed steps and examples, you can refer to the following Azure documentation:

    Please let us know if any questions

    Kindly accept answer if it helps

    Thanks
    Deepanshu

    0 comments No comments

  2. Fabio Cannas 50 Reputation points
    2025-01-21T15:00:54.2933333+00:00

    Hello @Deepanshu katara , thank for your prompt reply.

    I don't have access to client application code.

    I was wondering if diagnostic logs can contain the tls version used by a single client request.

    Looking at event hub diagnostic table schemas I didn't find that information.

    Could you provide some additional information?


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.