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
Copy file name to clipboardExpand all lines: articles/azure-monitor/essentials/activity-log-schema.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,7 +147,7 @@ This category contains the record of all create, update, delete, and action oper
147
147
| eventName | Friendly name of the Administrative event. |
148
148
| category | Always "Administrative" |
149
149
| 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. |
151
151
| resourceGroupName |Name of the resource group for the impacted resource. |
152
152
| resourceProviderName |Name of the resource provider for the impacted resource |
153
153
| 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
290
290
| eventDataId |Unique identifier of the alert event. |
291
291
| category | Always "ResourceHealth" |
292
292
| 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. |
294
294
| operationId |A GUID shared among the events that correspond to a single operation. |
295
295
| operationName |Name of the operation. |
296
296
| 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
384
384
| description |Static text description of the alert event. |
385
385
| eventDataId |Unique identifier of the alert event. |
386
386
| 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. |
388
388
| 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. |
389
389
| 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. |
390
390
| 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
493
493
| correlationId | A GUID in the string format. |
494
494
| description |Static text description of the autoscale event. |
495
495
| 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. |
497
497
| resourceGroupName |Name of the resource group for the autoscale setting. |
498
498
| resourceProviderName |Name of the resource provider for the autoscale setting. |
499
499
| resourceId |Resource ID of the autoscale setting. |
@@ -584,7 +584,7 @@ This category contains the record any alerts generated by Microsoft Defender for
584
584
| eventName |Friendly name of the security event. |
585
585
| category | Always "Security" |
586
586
| 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.|
588
588
| resourceGroupName |Name of the resource group for the resource. |
589
589
| resourceProviderName |Name of the resource provider for Microsoft Defender for Cloud. Always "Microsoft.Security". |
590
590
| 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
664
664
| eventDataId | Unique identifier of the recommendation event. |
665
665
| category | Always "Recommendation" |
666
666
| 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.|
668
668
| operationName |Name of the operation. Always "Microsoft.Advisor/generateRecommendations/action"|
669
669
| resourceGroupName |Name of the resource group for the resource. |
670
670
| 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
779
779
| category | Declares the activity log event as belonging to "Policy". |
780
780
| eventTimestamp | Timestamp when the event was generated by the Azure service processing the request corresponding the event. |
781
781
| 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". |
783
783
| operationId | A GUID shared among the events that correspond to a single operation. |
784
784
| operationName | Name of the operation and directly correlates to the Policy effect. |
785
785
| resourceGroupName | Name of the resource group for the evaluated resource. |
0 commit comments