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/hdinsight/hdinsight-hadoop-oms-log-analytics-tutorial.md
+28-23Lines changed: 28 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.reviewer: jasonh
8
8
ms.service: hdinsight
9
9
ms.custom: hdinsightactive
10
10
ms.topic: conceptual
11
-
ms.date: 11/05/2018
11
+
ms.date: 02/20/2019
12
12
ms.author: hrasheed
13
13
14
14
---
@@ -33,7 +33,9 @@ If you don't have an Azure subscription, [create a free account](https://azure.m
33
33
* Spark
34
34
* Storm
35
35
36
-
For the instructions on how to create an HDInsight cluster, see [Get started with Azure HDInsight](hadoop/apache-hadoop-linux-tutorial-get-started.md).
36
+
For the instructions on how to create an HDInsight cluster, see [Get started with Azure HDInsight](hadoop/apache-hadoop-linux-tutorial-get-started.md).
37
+
38
+
***Azure PowerShell Az module**. See [Introducing the new Azure PowerShell Az module](https://docs.microsoft.com/powershell/azure/new-azureps-module-az).
37
39
38
40
> [!NOTE]
39
41
> It is recommended to place both the HDInsight cluster and the Log Analytics workspace in the same region for better performance. Azure Log Analytics is not available in all Azure regions.
@@ -48,41 +50,44 @@ In this section, you configure an existing HDInsight Hadoop cluster to use an Az
48
50
49
51
3. Under **ANALYTICS**, select **HDInsight clusters**.
50
52
51
-
4.From the left, under **Monitoring**, select **Operations Management Suite**.
53
+
4.Select your cluster from the list.
52
54
53
-
5. From the main view, under **OMS Monitoring**, select **Enable**.
55
+
5. From the left, under **Monitoring**, select **Operations Management Suite**.
54
56
55
-
6. From the **Select a workspace** drop-down list, select an existing Log Analytics workspace.
57
+
6. From the main view, under **OMS Monitoring**, select **Enable**.
56
58
57
-
7.Select **Save**.
59
+
7.From the **Select a workspace** drop-down list, select an existing Log Analytics workspace.
58
60
59
-

61
+
8. Select **Save**. It takes a few moments to save the setting.
60
62
61
-
It takes a few moments to save the setting.
63
+

62
64
63
65
## Enable Log Analytics by using Azure PowerShell
64
66
65
-
You can enable Log Analytics using Azure PowerShell. The cmdlet is:
67
+
You can enable Log Analytics using the Azure PowerShell Az module [Enable-AzHDInsightOperationsManagementSuite](https://docs.microsoft.com/powershell/module/az.hdinsight/enable-azhdinsightoperationsmanagementsuite) cmdlet.
See [Enable-AzureRmHDInsightOperationsManagementSuite](https://docs.microsoft.com/powershell/module/azurerm.hdinsight/Enable-AzureRmHDInsightOperationsManagementSuite?view=azurermps-5.0.0).
76
+
# obtain workspace id for defined Log Analytics workspace
See [Disable-AzureRmHDInsightOperationsManagementSuite](https://docs.microsoft.com/powershell/module/azurerm.hdinsight/disable-azurermhdinsightoperationsmanagementsuite?view=azurermps-5.0.0).
86
+
To disable, the use the [Disable-AzHDInsightOperationsManagementSuite](https://docs.microsoft.com/powershell/module/az.hdinsight/disable-azhdinsightoperationsmanagementsuite) cmdlet:
@@ -97,7 +102,7 @@ These are the available HDInsight solutions:
97
102
* HDInsight Spark Monitoring
98
103
* HDInsight Storm Monitoring
99
104
100
-
For the instructions to install a management solution, see [Management solutions in Azure](../azure-monitor/insights/solutions.md#install-a-monitoring-solution). To experiment, install a HDInsight Hadoop Monotiring solution. When it is done, you see an **HDInsightHadoop** tile listed under **Summary**. Select the **HDInsightHadoop** tile. The HDInsightHadoop solution looks like:
105
+
For the instructions to install a management solution, see [Management solutions in Azure](../azure-monitor/insights/solutions.md#install-a-monitoring-solution). To experiment, install a HDInsight Hadoop Monitoring solution. When it is done, you see an **HDInsightHadoop** tile listed under **Summary**. Select the **HDInsightHadoop** tile. The HDInsightHadoop solution looks like:
0 commit comments