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. Enable Azure Monitor Agent Integration with Log Analytics and select your workspace (existing workspace when you're migrating from your previous image to newer image)
87
+
1. Enable Azure Monitor Agent Integration with Log Analytics and select your workspace (existing workspace when you're migrating from your previous image to newer image).
88
88
89
89
1. Once you confirm the workspace selection, precondition steps commence.
1. Select Save once precondition steps are complete.
93
+
1. Select Save once precondition steps are complete.
94
+
95
+
### Enable Azure Monitor Agent logging for Spark cluster
96
+
97
+
Azure HDInsight Spark clusters control AMA integration using a Spark configuration `spark.hdi.ama.enabled`, by default the value is set to false. This configuration controls whether the Spark specific logs will come up in the Log Analytics workspace. If you want to enable AMA in your Spark clusters and retrieve the Spark event logs in their LA workspaces, you need to perform an additional step to enable AMA for spark specific logs.
98
+
99
+
The following steps describe how customers can enable the new Azure Monitor Agent logging for their spark workloads.
100
+
101
+
1. Go to Ambari -> Spark Configs.
102
+
103
+
1. Navigate to **Custom Spark defaults** and search for config `spark.hdi.ama.enabled`, the default value of this config will be false. Set this value as **true**.
104
+
105
+
:::image type="content" source="./media/azure-monitor-agent/enable-spark.png" alt-text="Screenshot showing how to enable Azure Monitor Agent logging for Spark cluster." border="true" lightbox="./media/azure-monitor-agent/enable-spark.png":::
106
+
107
+
1. Click **save** and restart Spark services on all nodes.
Copy file name to clipboardExpand all lines: articles/iot-central/core/howto-create-iot-central-application.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Whichever approach you choose, the configuration options are the same, and the p
20
20
Other approaches, not described in this article include:
21
21
22
22
-[Use the REST API to create and manage IoT Central applications.](../core/howto-manage-iot-central-with-rest-api.md).
23
-
-[Create and manage an Azure IoT Central application from the Microsoft Cloud Solution Provider portal](howto-create-and-manage-applications-csp.md).
23
+
-[Create and manage an Azure IoT Central application from the Microsoft Cloud Solution Provider portal](https://partner.microsoft.com/cloud-solution-provider).
0 commit comments