3.3 KiB
title, ms.reviewer, manager, description, ms.prod, ms.mktglfcycl, ms.pagetype, audience, itproauthor, author, ms.author, ms.collection, ms.topic
title | ms.reviewer | manager | description | ms.prod | ms.mktglfcycl | ms.pagetype | audience | itproauthor | author | ms.author | ms.collection | ms.topic |
---|---|---|---|---|---|---|---|---|---|---|---|---|
Update Compliance Data Schema | laurawi | an overview of Update Compliance data schema | w10 | deploy | deploy | itpro | jaimeo | jaimeo | jaimeo | M365-analytics | article |
Update Compliance Schema
When the visualizations provided in the default experience don't fulfill your reporting needs, or if you need to troubleshoot issues with devices, it's valuable to understand the schema for Update Compliance and have a high-level understanding of the capabilities of Azure Monitor log queries to power additional dashboards, integration with external data analysis tools, automated alerting, and more.
The table below summarizes the different tables that are part of the Update Compliance solution. To learn how to navigate Azure Monitor Logs to find this data, see Get started with log queries in Azure Monitor.
Note
Data is collected daily. The TimeGenerated field shows the time data was collected. It's added by Log Analytics when data is collected. Device data from the past 28 days is collected, even if no new data has been generated since the last time. LastScan is a clearer indicator of data freshness (that is, the last time the values were updated), while TimeGenerated indicates the freshness of data within Log Analytics.
Table | Category | Description |
---|---|---|
WaaSUpdateStatus | Device record | This table houses device-centric data and acts as the device record for Update Compliance. Each record provided in daily snapshots map to a single device in a single tenant. This table has data such as the current device's installed version of Windows, whether it is on the latest available updates, and whether the device needs attention. |
WaaSInsiderStatus | Device record | This table houses device-centric data specifically for devices enrolled to the Windows Insider Program. Devices enrolled to the Windows Insider Program do not currently have any WaaSDeploymentStatus records, so do not have Update Session data to report on update deployment progress. |
WaaSDeploymentStatus | Update Session record | This table tracks a specific update on a specific device. Multiple WaaSDeploymentStatus records can exist simultaneously for a given device, as each record is specific to a given update and its type. For example, a device can have both a WaaSDeploymentStatus tracking a Windows Feature Update, as well as one tracking a Windows Quality Update, at the same time. |
WUDOStatus | Delivery Optimization record | This table provides information, for a single device, on their bandwidth utilization across content types in the event they use Delivery Optimization. |
WUDOAggregatedStatus | Delivery Optimization record | This table aggregates all individual WUDOStatus records across the tenant and summarizes bandwidth savings across all devices enrolled to Delivery Optimization. |