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/azure-monitor-agent.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,14 +57,14 @@ This document outlines the changes to the Azure Monitor integration and provides
57
57
58
58
The following sections describe how customers can use the new Azure Monitor Agent integration in different scenarios.
59
59
60
-
* The [Activate a new Azure Monitor Agent integration](/log-analytics-migration.md#activate-a-new-azure-monitor-integration) section outlines how to activate and use the new Azure Monitor integration.
60
+
* The [Activate a new Azure Monitor Agent integration](./log-analytics-migration.md#activate-a-new-azure-monitor-integration) section outlines how to activate and use the new Azure Monitor integration.
61
61
62
62
* The [Migrating from Azure Monitor Classic to the new Azure Monitor](./log-analytics-migration.md#migrate-to-the-new-azure-monitor-integration) Agent Integration section includes additional information for users that depend on the older adults Azure Monitor integration.
63
63
64
64
> [!NOTE]
65
65
> Customers using Azure Monitor Classic will no longer work after 31 August, 2024.
66
66
>
67
-
> Clusters with Image<ImageNumber> with the latest HDInsight API <APINumber> will have ability to enable the Azure Monitor Agent integration, and this will be the default setup for customers using <Imagenumber>.
67
+
> Clusters with Image**Image Number** with the latest HDInsight API **API Number** will have ability to enable the Azure Monitor Agent integration, and this will be the default setup for customers using **Image number**.
68
68
69
69
### Activate a new Azure Monitor Agent integration
Copy file name to clipboardExpand all lines: articles/hdinsight/selective-logging-analysis.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to use the selective logging feature with a script action
4
4
ms.service: hdinsight
5
5
ms.topic: how-to
6
6
ms.custom: references-regions
7
-
ms.date: 09/13/2023
7
+
ms.date: 07/31/2024
8
8
---
9
9
10
10
# Use selective logging with a script action in Azure HDInsight
@@ -51,13 +51,13 @@ For instructions on how to create an HDInsight cluster, see [Get started with Az
51
51
52
52
1. For the script type, select **Custom**.
53
53
1. Name the script. For example: **Disable two tables and two sources**.
54
-
1. The Bash script URI must be a link to [selectiveLoggingScript.sh](https://hdiconfigactions.blob.core.windows.net/log-analytics-patch/selectiveLoggingScripts/selectiveLoggingScript.sh).
54
+
1. The Bash script URI must be a link to [selectiveLoggingScript.sh](https://hdiconfigactions.blob.core.windows.net/log-analytics-patch/selectiveLoggingScriptsAma/selectiveLoggingScript.sh).
55
55
1. Select all the node types that apply for the cluster. The options are head node, worker node, and ZooKeeper node.
For more information, see the [Parameter syntax](#parameter-syntax) section.
63
63
@@ -66,7 +66,7 @@ For instructions on how to create an HDInsight cluster, see [Get started with Az
66
66
67
67
:::image type="content" source="./media/hdinsight-hadoop-oms-selective-log-analytics-tutorial/enable-table-and-log-types.png" alt-text="Screenshot that shows a successful run of a script to enable tables and log types.":::
68
68
69
-
You'll see your changes in the Log Analytics workspace.
69
+
You see your changes in the Log Analytics workspace.
70
70
71
71
## Troubleshooting
72
72
@@ -110,7 +110,7 @@ If you submit your script action but there are no changes in the Log Analytics w
110
110
If the script action shows a failure status in the script action history:
111
111
112
112
1. Check that the parameter syntax from the parameter syntax section is correct.
113
-
1. Check that the script link is correct. It should be: `https://hdiconfigactions.blob.core.windows.net/log-analytics-patch/selectiveLoggingScripts/selectiveLoggingScript.sh`.
113
+
1. Check that the script link is correct. It should be: `https://hdiconfigactions.blob.core.windows.net/log-analytics-patch/selectiveLoggingScriptsAma/selectiveLoggingScript.sh`.
0 commit comments