Skip to content

Commit 6de2ea1

Browse files
authored
Merge pull request #284944 from MicrosoftDocs/main
Publish to live, Monday 4 AM PST, 8/19
2 parents 630be49 + 2e86aa6 commit 6de2ea1

File tree

12 files changed

+32
-91
lines changed

12 files changed

+32
-91
lines changed

articles/hdinsight/azure-monitor-agent.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Monitor Agent (AMA) migration guide for Azure HDInsight clusters
33
description: Learn how to migrate to Azure Monitor Agent (AMA) in Azure HDInsight clusters.
44
ms.service: azure-hdinsight
55
ms.topic: how-to
6-
ms.date: 07/31/2024
6+
ms.date: 08/14/2024
77
---
88

99
# Azure Monitor Agent (AMA) migration guide for Azure HDInsight clusters
@@ -84,13 +84,29 @@ Activate the new integration by going to your cluster's portal page and scrollin
8484
1. Then, select Enable and you can choose the Log Analytics workspace that you want your logs to be sent to.
8585
:::image type="content" source="./media/azure-monitor-agent/monitor-integration.png" alt-text=" Screenshot showing Azure monitor integration." border="true" lightbox="./media/azure-monitor-agent/monitor-integration.png":::
8686

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)
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).
8888

8989
1. Once you confirm the workspace selection, precondition steps commence.
9090

9191
:::image type="content" source="./media/azure-monitor-agent/pre-condition.png" alt-text="Screenshot showing preconditions." border="true" lightbox="./media/azure-monitor-agent/pre-condition.png":::
9292

93-
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.
108+
109+
1. Access the tables in LA workspace.
94110

95111
### Access the new tables
96112

14.8 KB
Loading

articles/iot-central/.openpublishing.redirection.iot-central.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -337,17 +337,22 @@
337337
},
338338
{
339339
"source_path_from_root": "/articles/iot-central/howto-create-and-manage-applications-as-CSP.md",
340-
"redirect_url": "/azure/iot-central/core/howto-create-and-manage-applications-csp",
340+
"redirect_url": "/azure/iot-central/core/howto-create-iot-central-application",
341341
"redirect_document_id": false
342342
},
343343
{
344344
"source_path_from_root": "/articles/iot-central/howto-create-and-manage-applications-csp.md",
345-
"redirect_url": "/azure/iot-central/core/howto-create-and-manage-applications-csp/",
345+
"redirect_url": "/azure/iot-central/core/howto-create-iot-central-application/",
346346
"redirect_document_id": false
347347
},
348348
{
349349
"source_path_from_root": "/articles/iot-central/preview/howto-create-and-manage-applications-csp.md",
350-
"redirect_url": "/azure/iot-central/core/howto-create-and-manage-applications-csp/",
350+
"redirect_url": "/azure/iot-central/core/howto-create-iot-central-application/",
351+
"redirect_document_id": false
352+
},
353+
{
354+
"source_path_from_root": "/articles/iot-central/core/howto-create-and-manage-applications-csp.md",
355+
"redirect_url": "/azure/iot-central/core/howto-create-iot-central-application/",
351356
"redirect_document_id": false
352357
},
353358
{

articles/iot-central/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,6 @@
215215
href: core/howto-integrate-with-devops.md
216216
- name: Manage and monitor applications
217217
href: core/howto-manage-and-monitor-iot-central.md
218-
- name: Manage from CSP portal
219-
href: core/howto-create-and-manage-applications-csp.md
220218
- name: Create a private endpoint for devices
221219
href: core/howto-create-private-endpoint.md
222220
- name: Export to a secure VNET

articles/iot-central/core/howto-create-and-manage-applications-csp.md

Lines changed: 0 additions & 77 deletions
This file was deleted.

articles/iot-central/core/howto-create-iot-central-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Whichever approach you choose, the configuration options are the same, and the p
2020
Other approaches, not described in this article include:
2121

2222
- [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).
2424

2525
## Parameters
2626

0 commit comments

Comments
 (0)