You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: This article tells how to query the logs for Update Management in your Log Analytics workspace.
4
4
services: automation
5
5
ms.subservice: update-management
6
-
ms.date: 11/15/2022
6
+
ms.date: 12/13/2022
7
7
ms.topic: conceptual
8
8
---
9
9
@@ -35,13 +35,13 @@ A record with a type of `Update` is created that represents updates available an
35
35
| UpdateState | The current state of the update. |
36
36
| Product | The products for which the update is applicable. |
37
37
| OSType |Type of operating system. Values are Windows or Linux. |
38
-
| ProductVersion||
39
-
| Product Arch||
40
-
| CVENumbers||
41
-
| BulletinUrl ||
38
+
| ProductVersion|Version of the update. |
39
+
| Product Arch|Applicable machine architecture |
40
+
| CVENumbers|Common Vulnerabilities and Exposures number |
41
+
| BulletinUrl |URL of the Bulletin|
42
42
| BulletinID | Bulletin ID number. |
43
-
| PackageRepository ||
44
-
| PackageSeverity ||
43
+
| PackageRepository |Repository info of the package.|
44
+
| PackageSeverity |Severity of the update. |
45
45
| OSName | Type of operating system. Values are Windows or Linux.|
46
46
| OSVersion | The version of the operating system. |
47
47
| OSFullName | Name of operating system. |
@@ -86,8 +86,7 @@ A record with a type of `UpdateRunProgress` is created that provides update depl
86
86
| UpdateId | Unique identifier of the software update. |
87
87
| SucceededOnRetry | Value indicating if the update execution failed on the first attempt and the current operation is a retry attempt. |
88
88
| ErrorResult | Windows Update error code generated if an update fails to install. |
89
-
| ResultCode||
90
-
| UpdateRunName||
89
+
| UpdateRunName| Name of the update schedule.|
91
90
| InstallationStatus | The possible installation states of an update on the client computer,<br> `NotStarted` - job not triggered yet.<br> `Failed` - job started but failed with an exception.<br> `InProgress` - job in progress.<br> `MaintenanceWindowExceeded` - if execution was remaining but maintenance window interval reached.<br> `Succeeded` - job succeeded.<br> `InstallFailed` - update failed to install successfully.<br> `NotIncluded` - the corresponding update's classification doesn't match with customer's entries in input classification list.<br> `Excluded` - user enters a KBID in excluded list. While patching, if KBID in excluded list matches with the system detected update KB ID, it is marked as excluded. |
92
91
| Computer | Fully-qualified domain name of reporting machine. |
0 commit comments