Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For information on using these queries in the Azure portal, see Log Analytics tutorial. For the REST API, see Query.
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