我可以下载Azure Application Insights(事件列表)收集的数据吗?

问题描述:

查看事件Application Insight在portal.azure.com上的浏览器中登录非常不切实际.我想将这些日志下载为Excel文件.

Viewing Event Application Insight logs in browser on portal.azure.com is highly impractical. I want to download those logs as, for example, Excel file.

实际上有一个导出"按钮,但它的作用是:它显示一个事件被触发了多少次,并且这里没有事件详细信息.

There actually is an "Export" button, but what it does is: it shows how many times one event was fired and there are no event details here.

您可以按照文档那部分中的描述将数据连续导出到Azure blob存储:

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

从那里,您可以对捕获的数据进行任何操作:下载,从Azure HDInsight,Azure Data Lake Analytics,Azure Web App中的Web作业等进行查询.

From there, you can do whatever you want with this captured data: download it, query it from Azure HDInsight, Azure Data Lake Analytics, a Web Job in Azure Web App and so on.