Queries for the AOIDigestion table

Row digestion errors

All logs about rows which have failed to be digested.

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

Failed file digestion by source

Breakdown of files that could not be digested by the top-level directory that they were uploaded to (typically the SiteId).

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