Skip to content

Commit ca9c6b0

Browse files
committed
feedback incorporated
1 parent 1ba770f commit ca9c6b0

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

articles/automation/update-management/query-logs.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Query Azure Automation Update Management logs
33
description: This article tells how to query the logs for Update Management in your Log Analytics workspace.
44
services: automation
55
ms.subservice: update-management
6-
ms.date: 11/15/2022
6+
ms.date: 12/13/2022
77
ms.topic: conceptual
88
---
99

@@ -35,13 +35,13 @@ A record with a type of `Update` is created that represents updates available an
3535
| UpdateState | The current state of the update. |
3636
| Product | The products for which the update is applicable. |
3737
| 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|
4242
| BulletinID | Bulletin ID number. |
43-
| PackageRepository | |
44-
| PackageSeverity | |
43+
| PackageRepository | Repository info of the package.|
44+
| PackageSeverity | Severity of the update. |
4545
| OSName | Type of operating system. Values are Windows or Linux.|
4646
| OSVersion | The version of the operating system. |
4747
| OSFullName | Name of operating system. |
@@ -86,8 +86,7 @@ A record with a type of `UpdateRunProgress` is created that provides update depl
8686
| UpdateId | Unique identifier of the software update. |
8787
| SucceededOnRetry | Value indicating if the update execution failed on the first attempt and the current operation is a retry attempt. |
8888
| ErrorResult | Windows Update error code generated if an update fails to install. |
89-
| ResultCode| |
90-
| UpdateRunName| |
89+
| UpdateRunName| Name of the update schedule.|
9190
| 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. |
9291
| Computer | Fully-qualified domain name of reporting machine. |
9392
| Title | The title of the update. |

0 commit comments

Comments
 (0)