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.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,22 @@ ms.author: guywild
9
9
ms.reviewer: orens
10
10
---
11
11
12
-
# Send Azure Monitor activity log data
12
+
# Send Azure Monitor Activity log data
13
13
14
-
The Azure Monitor activity log is a platform log that provides insight into subscription-level events. The activity log includes information like when a resource is modified or a virtual machine is started. You can view the activity log in the Azure portal or retrieve entries with PowerShell and the Azure CLI. This article provides information on how to view the activity log and send it to different destinations.
14
+
The Azure Monitor Activity Log is a platform log that provides insight into subscription-level events. The Activity Log includes information like when a resource is modified or a virtual machine is started. You can view the Activity Log in the Azure portal or retrieve entries with PowerShell and the Azure CLI. This article provides information on how to view the Activity Log and send it to different destinations.
15
15
16
-
For more functionality, create a diagnostic setting to send the activity log to one or more of these locations for the following reasons:
16
+
For more functionality, create a diagnostic setting to send the Activity Log to one or more of these locations for the following reasons:
17
17
18
18
- Send to [Azure Monitor Logs](../logs/data-platform-logs.md) for more complex querying and alerting and for [longer retention of up to 12 years](../logs/data-retention-archive.md).
19
19
- Send to Azure Event Hubs to forward outside of Azure.
20
20
- Send to Azure Storage for cheaper, long-term archiving.
21
21
22
22
For details on how to create a diagnostic setting, see [Create diagnostic settings to send platform logs and metrics to different destinations](./diagnostic-settings.md).
23
+
> [!TIP]
24
+
> * Sending logs to Log Analytics workspace if free of charge for the default retention period.
25
+
> * Send to Azure Monitor Logs for more complex querying and alerting and for longer retention of up to 12 years.
26
+
> * Logs exported to a Log Analytics workspace can be [shown in Power BI](https://learn.microsoft.com/power-bi/transform-model/log-analytics/desktop-log-analytics-overview)
27
+
> *[Insights](./activity-log-insights.md) are provided for Activity Logs exported to Log Analytics.
23
28
24
29
> [!NOTE]
25
30
> * Entries in the Activity Log are system generated and can't be changed or deleted.
0 commit comments