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

半世苍凉 提交于 2019-12-12 02:22:58

问题


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.


回答1:


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/

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.



来源:https://stackoverflow.com/questions/34357904/can-i-download-data-collected-by-azure-application-insights-events-list

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!