Can I download data collected by Azure Application Insights (event list)?

Viewing Insight application event logs in a browser on the .azure.com portal is extremely impractical. I want to download these logs, such as an Excel file.

Actually there is an β€œExport” button, but it does this: it shows how many times one event has been fired, and there is no information about the event.

0
source share
1 answer

You can continuously export data to the Azure data warehouse, as described in this part of the documentation: https://azure.microsoft.com/en-us/documentation/articles/app-insights-export-telemetry/

From there, you can do whatever you want with this captured data: download it, request it from Azure HDInsight, Azure Data Lake Analytics, web work in the Azure web application, etc.

+1
source

Source: https://habr.com/ru/post/1268356/


All Articles