使用流分析获取示例数据
Get sample data with stream analytics
我正在为 Power BI 报告使用连续导出和流分析。但是我在为流分析配置输入时遇到了一些问题。
连续导出将数据写入 blob 存储。
但是当我点击 "sample data" 时,我收到了错误消息:
"No events were found in 'input' for the specified time range".
但我确定存储了这个时间范围内的数据。
我的路径前缀模式如下:
application insights resource_keywithoutdashes/Requests/{date}/{time}
我的 application insights 资源有一个空格,我的所有内容都是小写的。
我遵循了这些步骤:https://azure.microsoft.com/en-us/documentation/articles/app-insights-export-power-bi/
当我检查存储数据的 blob 时,我看到名为 "stats" 的容器。这个容器有一个名为 "application insights resource_keywithoutdashes" 的文件夹,这个文件夹有一个文件夹 Requests,在那个文件夹中有自从我开始连续导出以来每天的文件夹。此文件夹的名称类似于“2016-10-04”,其中包含名为 00、01、02 至 23 的文件夹。
我试图将路径前缀模式更改为 "stats/application insights resource_keywithoutdashes/Requests/{date}/{time}" 但随后我收到错误消息:"Failed to sample data from 'export-input'." 并且在详细信息中我得到:"Operation Failed Unexpectedly. Activity Id: 'xxx'".
当我点击测试连接时,我总是收到消息 "Successfully connected to 'input'"
为什么我无法获取示例数据?我究竟做错了什么?我想念什么吗?
有人有关于如何配置此设置的一些提示吗?
这个页面帮助了我:
http://fabriccontroller.net/connecting-auth0-to-power-bi-with-stream-analytics-and-a-webtask/
在该页面上,我找到了这个完整的 url,我发现我正在查看错误的存储帐户。
https://{YOUR_STORAGE_ACCOUNT_NAME}.blob.core.windows.net/{YOUR_STORAGE_CONTAINER_NAME}/YYYY/MM/DD/HH/{LOG_ID}.json
我正在为 Power BI 报告使用连续导出和流分析。但是我在为流分析配置输入时遇到了一些问题。
连续导出将数据写入 blob 存储。
但是当我点击 "sample data" 时,我收到了错误消息:
"No events were found in 'input' for the specified time range".
但我确定存储了这个时间范围内的数据。
我的路径前缀模式如下:
application insights resource_keywithoutdashes/Requests/{date}/{time}
我的 application insights 资源有一个空格,我的所有内容都是小写的。
我遵循了这些步骤:https://azure.microsoft.com/en-us/documentation/articles/app-insights-export-power-bi/
当我检查存储数据的 blob 时,我看到名为 "stats" 的容器。这个容器有一个名为 "application insights resource_keywithoutdashes" 的文件夹,这个文件夹有一个文件夹 Requests,在那个文件夹中有自从我开始连续导出以来每天的文件夹。此文件夹的名称类似于“2016-10-04”,其中包含名为 00、01、02 至 23 的文件夹。
我试图将路径前缀模式更改为 "stats/application insights resource_keywithoutdashes/Requests/{date}/{time}" 但随后我收到错误消息:"Failed to sample data from 'export-input'." 并且在详细信息中我得到:"Operation Failed Unexpectedly. Activity Id: 'xxx'".
当我点击测试连接时,我总是收到消息 "Successfully connected to 'input'"
为什么我无法获取示例数据?我究竟做错了什么?我想念什么吗? 有人有关于如何配置此设置的一些提示吗?
这个页面帮助了我:
http://fabriccontroller.net/connecting-auth0-to-power-bi-with-stream-analytics-and-a-webtask/
在该页面上,我找到了这个完整的 url,我发现我正在查看错误的存储帐户。
https://{YOUR_STORAGE_ACCOUNT_NAME}.blob.core.windows.net/{YOUR_STORAGE_CONTAINER_NAME}/YYYY/MM/DD/HH/{LOG_ID}.json