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
1. If this cluster already system assigned MSI, no need to anything.
119
+
120
+
121
+
1. Creation of DCR
122
+
123
+
For more information, see [Create and edit data collection rules (DCRs)](/azure/azure-monitor/essentials/data-collection-rule-create-edit?tabs=powershell#create-a-dcr).
124
+
125
+
```
126
+
# The URL of the DCR template file, change {HDIClusterType} to your cluster type.
For more information, see [Set up the Azure Monitor agent on Windows client devices](/azure/azure-monitor/agents/azure-monitor-agent-windows-client#create-and-associate-a-monitored-object).
@@ -124,12 +259,12 @@ Activate the new integration by going to your cluster's portal page and scrollin
124
259
```
125
260
126
261
127
-
1. If this cluster already system assigned MSI, no need to anything.
262
+
1. If this cluster already system assigned MSI, no need to anything.
128
263
129
264
130
-
1. Creation of DCR
265
+
1. Creation of DCR.
131
266
132
-
For more insormation, see [Create and edit data collection rules (DCRs)](/azure/azure-monitor/essentials/data-collection-rule-create-edit?tabs=CLI#create-a-dcr)
267
+
For more information, see [Create and edit data collection rules (DCRs)](/azure/azure-monitor/essentials/data-collection-rule-create-edit?tabs=CLI#create-a-dcr)
133
268
134
269
```
135
270
# The URL of the DCR template file, change {HDIClusterType} to your cluster type.
@@ -254,12 +389,11 @@ Activate the new integration by going to your cluster's portal page and scrollin
254
389
```
255
390
256
391
257
-
1. (Optional) disabling Azure Monitor Agent
392
+
1. (Optional) disabling Azure Monitor Agent.
258
393
259
394
```
260
395
az hdinsight azure-monitor-agent disable --name $cluster --resource-group $resourceGroup
261
396
```
262
-
263
397
264
398
### Enable Azure Monitor Agent logging for Spark cluster
265
399
@@ -281,7 +415,7 @@ The following steps describe how customers can enable the new Azure Monitor Agen
281
415
282
416
There are two ways you can access the new tables.
283
417
284
-
#### Approach 1:
418
+
#### Approach 1
285
419
286
420
1. The first way to access the new tables is through the Log Analytics workspace.
287
421
@@ -296,7 +430,7 @@ There are two ways you can access the new tables.
296
430
> [!NOTE]
297
431
>This process describes how the logs were accessed in the old integration. This requires the user to have access to the workspace.
298
432
299
-
#### Approach 2:
433
+
#### Approach 2
300
434
301
435
The second way to access the new tables is through Cluster portal access.
302
436
@@ -356,7 +490,7 @@ We provide a [mapping table](./log-analytics-migration.md#appendix-table-mappi
356
490
357
491
### Update dashboards for HDInsight clusters
358
492
359
-
If you build multiple dashboards to monitor your HDInsight clusters, you need to adjust the query behind the table once you enable the new Azure Monitor integration. The table name or the field name might change in the new integration, but all the information you have in old integration is included.
493
+
If you build multiple dashboards to monitor your HDInsight clusters, you need to adjust the query behind the table once you enable the new Azure Monitor integration. The table name or the field name might change in the new integration, but all the information you have in old integration is included.
360
494
361
495
Refer to the [mapping table](log-analytics-migration.md#appendix-table-mapping) between the old table/schema to the new table/schema to update the query behind the dashboards
0 commit comments