Skip to content

Commit d77c42f

Browse files
Merge pull request #232109 from guywi-ms/patch-49
Update activity-log-schema.md
2 parents 86ad347 + 25d7b89 commit d77c42f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/azure-monitor/essentials/activity-log-schema.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ This category contains the record of all create, update, delete, and action oper
147147
| eventName | Friendly name of the Administrative event. |
148148
| category | Always "Administrative" |
149149
| httpRequest |Blob describing the Http Request. Usually includes the “clientRequestId”, “clientIpAddress” and “method” (HTTP method. For example, PUT). |
150-
| level |Level of the event. One of the following values: “Critical”, “Error”, “Warning”, and “Informational” |
150+
| level |[Severity level](#severity-level) of the event. |
151151
| resourceGroupName |Name of the resource group for the impacted resource. |
152152
| resourceProviderName |Name of the resource provider for the impacted resource |
153153
| resourceType | The type of resource that was affected by an Administrative event. |
@@ -290,7 +290,7 @@ This category contains the record of any resource health events that have occurr
290290
| eventDataId |Unique identifier of the alert event. |
291291
| category | Always "ResourceHealth" |
292292
| eventTimestamp |Timestamp when the event was generated by the Azure service processing the request corresponding the event. |
293-
| level |Level of the event. One of the following values: “Critical”, or “Informational” (other levels are not supported) |
293+
| level |[Severity level](#severity-level) of the event. |
294294
| operationId |A GUID shared among the events that correspond to a single operation. |
295295
| operationName |Name of the operation. |
296296
| resourceGroupName |Name of the resource group that contains the resource. |
@@ -384,7 +384,7 @@ This category contains the record of all activations of classic Azure alerts. An
384384
| description |Static text description of the alert event. |
385385
| eventDataId |Unique identifier of the alert event. |
386386
| category | Always "Alert" |
387-
| level |Level of the event. One of the following values: “Critical”, “Error”, “Warning”, and “Informational” |
387+
| level |[Severity level](#severity-level) of the event. |
388388
| resourceGroupName |Name of the resource group for the impacted resource if it is a metric alert. For other alert types, it is the name of the resource group that contains the alert itself. |
389389
| resourceProviderName |Name of the resource provider for the impacted resource if it is a metric alert. For other alert types, it is the name of the resource provider for the alert itself. |
390390
| resourceId | Name of the resource ID for the impacted resource if it is a metric alert. For other alert types, it is the resource ID of the alert resource itself. |
@@ -493,7 +493,7 @@ This category contains the record of any events related to the operation of the
493493
| correlationId | A GUID in the string format. |
494494
| description |Static text description of the autoscale event. |
495495
| eventDataId |Unique identifier of the autoscale event. |
496-
| level |Level of the event. One of the following values: “Critical”, “Error”, “Warning”, and “Informational” |
496+
| level |[Severity level](#severity-level) of the event. |
497497
| resourceGroupName |Name of the resource group for the autoscale setting. |
498498
| resourceProviderName |Name of the resource provider for the autoscale setting. |
499499
| resourceId |Resource ID of the autoscale setting. |
@@ -584,7 +584,7 @@ This category contains the record any alerts generated by Microsoft Defender for
584584
| eventName |Friendly name of the security event. |
585585
| category | Always "Security" |
586586
| ID |Unique resource identifier of the security event. |
587-
| level |Level of the event. One of the following values: “Critical”, “Error”, “Warning”, or “Informational” |
587+
| level |[Severity level](#severity-level) of the event.|
588588
| resourceGroupName |Name of the resource group for the resource. |
589589
| resourceProviderName |Name of the resource provider for Microsoft Defender for Cloud. Always "Microsoft.Security". |
590590
| resourceType |The type of resource that generated the security event, such as "Microsoft.Security/locations/alerts" |
@@ -664,7 +664,7 @@ This category contains the record of any new recommendations that are generated
664664
| eventDataId | Unique identifier of the recommendation event. |
665665
| category | Always "Recommendation" |
666666
| ID |Unique resource identifier of the recommendation event. |
667-
| level |Level of the event. One of the following values: “Critical”, “Error”, “Warning”, or “Informational” |
667+
| level |[Severity level](#severity-level) of the event.|
668668
| operationName |Name of the operation. Always "Microsoft.Advisor/generateRecommendations/action"|
669669
| resourceGroupName |Name of the resource group for the resource. |
670670
| resourceProviderName |Name of the resource provider for the resource that this recommendation applies to, such as "MICROSOFT.COMPUTE" |
@@ -779,7 +779,7 @@ This category contains records of all effect action operations performed by [Azu
779779
| category | Declares the activity log event as belonging to "Policy". |
780780
| eventTimestamp | Timestamp when the event was generated by the Azure service processing the request corresponding the event. |
781781
| ID | Unique identifier of the event on the specific resource. |
782-
| level | Level of the event. Audit uses "Warning" and Deny uses "Error". An auditIfNotExists or deployIfNotExists error can generate "Warning" or "Error" depending on severity. All other Policy events use "Informational". |
782+
| level | [Severity level](#severity-level) of the event. Audit uses "Warning" and Deny uses "Error". An auditIfNotExists or deployIfNotExists error can generate "Warning" or "Error" depending on severity. All other Policy events use "Informational". |
783783
| operationId | A GUID shared among the events that correspond to a single operation. |
784784
| operationName | Name of the operation and directly correlates to the Policy effect. |
785785
| resourceGroupName | Name of the resource group for the evaluated resource. |

0 commit comments

Comments
 (0)