Skip to content

Commit c27ab77

Browse files
authored
Merge pull request #204977 from sreekzz/patch-71
New file Selective-logging-analysis
2 parents 971879c + 377ac39 commit c27ab77

14 files changed

+241
-9
lines changed

articles/hdinsight/TOC.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,8 @@ items:
255255
items:
256256
- name: Use Azure Monitor logs
257257
href: ./hdinsight-hadoop-oms-log-analytics-tutorial.md
258+
- name: Use selective logging to monitor logs
259+
href: ./selective-logging-analysis.md
258260
- name: Use queries with Azure Monitor logs
259261
href: ./hdinsight-hadoop-oms-log-analytics-use-queries.md
260262
- name: Monitor cluster performance
@@ -417,7 +419,7 @@ items:
417419
href: ./spark/apache-spark-structured-streaming-overview.md
418420
- name: Create highly available Apache Spark streaming jobs in Apache Hadoop YARN
419421
href: ./spark/apache-spark-streaming-high-availability.md
420-
- name: Create Apache Spark streaming jobs with exactly-once event processing
422+
- name: Create Apache Spark streaming jobs with exactly once event processing
421423
href: ./spark/apache-spark-streaming-exactly-once.md
422424
- name: Apache Spark and Machine Learning
423425
items:
@@ -895,7 +897,7 @@ items:
895897
href: ./interactive-query/interactive-query-troubleshoot-slow-reducer.md
896898
- name: Apache Hive gateway timeout
897899
href: ./interactive-query/troubleshoot-gateway-timeout.md
898-
- name: Apache Hive View time out
900+
- name: Apache Hive View time-out
899901
href: ./interactive-query/interactive-query-troubleshoot-view-time-out.md
900902
- name: Permission error creating table
901903
href: ./interactive-query/interactive-query-troubleshoot-permission-error-create-table.md
@@ -959,7 +961,7 @@ items:
959961
href: ./storm/apache-storm-example-topology.md
960962
- name: Streaming pipelines
961963
items:
962-
- name: Event Hub and Apache Storm (C# & Java)
964+
- name: Event Hubs and Apache Storm (C# & Java)
963965
href: ./storm/apache-storm-develop-csharp-event-hub-topology.md
964966
- name: Manage
965967
items:
@@ -1055,3 +1057,4 @@ items:
10551057
items:
10561058
- name: Share Hive metastore with Synapse Spark
10571059
href: share-hive-metastore-with-synapse.md
1060+

articles/hdinsight/hdinsight-hadoop-oms-log-analytics-tutorial.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to use Azure Monitor logs to monitor jobs running in an H
44
ms.service: hdinsight
55
ms.topic: how-to
66
ms.custom: seoapr2020, devx-track-azurepowershell, references_regions, devx-track-azurecli
7-
ms.date: 09/21/2021
7+
ms.date: 08/01/2021
88
---
99

1010
# Use Azure Monitor logs to monitor HDInsight clusters
@@ -285,7 +285,7 @@ az hdinsight monitor disable --name $cluster --resource-group $resourceGroup
285285
```
286286
## <a name="oms-with-firewall"></a>Prerequisites for clusters behind a firewall
287287

288-
To be able to successfully setup Azure Monitor integration with HDInsight, behind a firewall, some customers may need to enable the following endpoints:
288+
To be able to successfully set up Azure Monitor integration with HDInsight, behind a firewall, some customers may need to enable the following endpoints:
289289

290290
|Agent Resource | Ports | Direction | Bypass HTTPS inspection |
291291
|---|---|---|---|
@@ -305,7 +305,7 @@ Once the setup is successful, enabling necessary endpoints for data ingestion is
305305

306306
## Install HDInsight cluster management solutions
307307

308-
HDInsight provides cluster-specific management solutions that you can add for Azure Monitor logs. [Management solutions](../azure-monitor/insights/solutions.md) add functionality to Azure Monitor logs, providing more data and analysis tools. These solutions collect important performance metrics from your HDInsight clusters. And provide the tools to search the metrics. These solutions also provide visualizations and dashboards for most cluster types supported in HDInsight. By using the metrics that you collect with the solution, you can create custom monitoring rules and alerts.
308+
HDInsight provides cluster-specific management solutions that you can add for Azure Monitor Logs. [Management solutions](../azure-monitor/insights/solutions.md) add functionality to Azure Monitor Logs, providing more data and analysis tools. These solutions collect important performance metrics from your HDInsight clusters. And provide the tools to search the metrics. These solutions also provide visualizations and dashboards for most cluster types supported in HDInsight. By using the metrics that you collect with the solution, you can create custom monitoring rules and alerts.
309309

310310
Available HDInsight solutions:
311311

@@ -354,6 +354,6 @@ If you have Azure Monitor Integration enabled on a cluster, updating the OMS age
354354
```
355355

356356
## Next steps
357-
357+
* [Selective logging analysis](selective-logging-analysis.md)
358358
* [Query Azure Monitor logs to monitor HDInsight clusters](hdinsight-hadoop-oms-log-analytics-use-queries.md)
359359
* [How to monitor cluster availability with Apache Ambari and Azure Monitor logs](./hdinsight-cluster-availability.md)

articles/hdinsight/log-analytics-migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Considering customer feedback, the Azure HDInsight team invested in integration
3333

3434

3535
> [!NOTE]
36-
> New Azure Montitor integration is in Public Preview. It is only available in East US and West Europe regions.
36+
> New Azure Montitor integration is in Public Preview across all regions where HDInsight is available.
3737
3838

3939
## Benefits of the new Azure Monitor integration
@@ -42,7 +42,7 @@ This document outlines the changes to the Azure Monitor integration and provides
4242

4343
**Redesigned schemas**: The schema formatting for the new Azure Monitor integration is better organized and easy to understand. There are two-thirds fewer schemas to remove as much ambiguity in the legacy schemas as possible.
4444

45-
**Selective Logging (releasing soon)**: There are logs and metrics available through Log Analytics. To help you save on monitoring costs, we'll be releasing a new selective logging feature. Use this feature to turn on and off different logs and metric sources. With this feature, you'll only have to pay for what you use.
45+
**Selective Logging**: There are logs and metrics available through Log Analytics. To help you save on monitoring costs, we'll be releasing a new selective logging feature. Use this feature to turn on and off different logs and metric sources. With this feature, you'll only have to pay for what you use. For more details see [Selective Logging](selective-logging-analysis.md)
4646

4747
**Logs cluster portal integration**: The **Logs** pane is new to the HDInsight Cluster portal. Anyone with access to the cluster can go to this pane to query any table that the cluster resource sends records to. Users don't need access to the Log Analytics workspace anymore to see the records for a specific cluster resource.
4848

103 KB
Loading
30.9 KB
Loading
88.9 KB
Loading
4.41 KB
Loading
27.9 KB
Loading
38.5 KB
Loading
64.8 KB
Loading

0 commit comments

Comments
 (0)