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/platform/activity-log-collect.md
+91-1Lines changed: 91 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ The following column have been added:
105
105
106
106
107
107
## Activity Logs Analytics monitoring solution
108
-
The Azure Log Analytics monitoring solution is currently being deprecated but can still be used if you already have it enabled.
108
+
The Azure Log Analytics monitoring solution is currently being deprecated but can still be used if you already have it enabled. The option to enable the solution for a new subscription has been removed from the Azure portal, but you can enable it using the template and procedure in [Enable solution for new subscription](#enable-solution-for-new-subscription).
109
109
110
110
111
111
### Use the solution
@@ -125,6 +125,96 @@ Click the **Azure Activity Logs** tile to open the **Azure Activity Logs** view.
125
125
| Activity Logs by Resource | Shows the total number of resources with Activity Logs and lists the top ten resources with record counts for each resource. Click the total area to run a log search for `AzureActivity | summarize AggregatedValue = count() by Resource`, which shows all Azure resources available to the solution. Click a resource to run a log query returning all activity records for that resource. |
126
126
| Activity Logs by Resource Provider | Shows the total number of resource providers that produce Activity Logs and lists the top ten. Click the total area to run a log query for `AzureActivity | summarize AggregatedValue = count() by ResourceProvider`, which shows all Azure resource providers. Click a resource provider to run a log query returning all activity records for the provider. |
127
127
128
+
## Enable solution for new subscription
129
+
To enable the solution to collect and analyze the Activity log for a new subscription, follow the procedure below.
130
+
131
+
1. Copy the following json into a file called *ActivityLogTemplate*.json.
0 commit comments