共用方式為


AOIDigestion 數據表的查詢

如需在 Azure 入口網站 中使用這些查詢的詳細資訊,請參閱Log Analytics教學課程。 如需 REST API,請參閱 查詢

數據列消化錯誤

無法摘要之數據列的所有記錄。

AOIDigestion
| where Message startswith_cs "Failed to decode row"
| take 100

來源的檔案消化失敗

無法由上傳至的最上層目錄摘要的檔案明細(通常是 SiteId)。

AOIDigestion
| where Message startswith_cs "Failed to digest file"
| parse FilePath with Source:string "/" *
| summarize count() by Source