Home > OS >  What is the best way to extract Azure DNS query logs for further analysis
What is the best way to extract Azure DNS query logs for further analysis

Time:04-20

I'm not sure how to extract (and what is the preferred way) logs data of Azure DNS query logs for further analysis (as raw events).

Does it need to go through Azure monitor or maybe another way?

I would like to extract this data to event hub for further continuous processing. Is that possible?

Can i use/create diagnostic settings for DNS logs or export it like it is done for platform logs to different destinations (event hob/azure storage)?

CodePudding user response:

Azure does not support DNS query logs (at this time).

The only query-based metric is Query volume.

  • Related