Skip to content

Commit 79834f1

Browse files
committed
edit pass: selective-logging-analysis
1 parent e18b57b commit 79834f1

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/hdinsight/selective-logging-analysis.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -52,21 +52,21 @@ For instructions on how to create an HDInsight cluster, see [Get started with Az
5252
1. For the script type, select **Custom**.
5353
1. Name the script. For example: **Disable two tables and two sources**.
5454
1. The Bash script URI must be a link to [selectiveLoggingScript.sh](https://hdiconfigactions.blob.core.windows.net/log-analytics-patch/selectiveLoggingScripts/selectiveLoggingScript.sh).
55-
1. Select all the node types that apply for the cluster. The options are head node, worker node, and Zookeeper node.
55+
1. Select all the node types that apply for the cluster. The options are head node, worker node, and ZooKeeper node.
5656
1. Define the parameters. For example:
5757
- Spark: `spark HDInsightSparkLogs:SparkExecutorLog --disable`
5858
- Interactive Query: `interactivehive HDInsightSparkLogs:SparkExecutorLog --enable`
5959
- Hadoop: `hadoop HDInsightSparkLogs:SparkExecutorLog --disable`
6060
- HBase: `hbase HDInsightSparkLogs: HDInsightHBaseLogs --enable`
6161

62-
For more details, see the [Parameter syntax](#parameter-syntax) section.
62+
For more information, see the [Parameter syntax](#parameter-syntax) section.
6363

6464
1. Select **Create**.
6565
1. After a few minutes, a green check mark appears next to your script action history. It means the script has successfully run.
6666

6767
:::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.":::
6868

69-
You'll see the desired changes in the Log Analytics workspace.
69+
You'll see your changes in the Log Analytics workspace.
7070

7171
## Troubleshooting
7272

@@ -91,7 +91,7 @@ If you submit your script action but there are no changes in the Log Analytics w
9191
:::image type="content" source="./media/hdinsight-hadoop-oms-selective-log-analytics-tutorial/background-operations-all.png" alt-text="Screenshot that shows the script run status for hosts.":::
9292

9393
1. Check that the parameter syntax from the parameter syntax section is correct.
94-
1. Check that the Log Analytics workspace is connected to the cluster and Log Analytics monitoring is turned on.
94+
1. Check that the Log Analytics workspace is connected to the cluster and that Log Analytics monitoring is turned on.
9595
1. Check that you selected the **Persist this script action to rerun when new nodes are added to the cluster** checkbox for the script action that you ran.
9696

9797
:::image type="content" source="./media/hdinsight-hadoop-oms-selective-log-analytics-tutorial/script-action-persists.png" alt-text="Screenshot that shows the checkbox for persisting a script action.":::
@@ -107,7 +107,7 @@ If you submit your script action but there are no changes in the Log Analytics w
107107

108108
### The script action failed
109109

110-
If the script action shows a **Failed** status in the script action history:
110+
If the script action shows a failure status in the script action history:
111111

112112
1. Check that the parameter syntax from the parameter syntax section is correct.
113113
1. Check that the script link is correct. It should be: `https://hdiconfigactions.blob.core.windows.net/log-analytics-patch/selectiveLoggingScripts/selectiveLoggingScript.sh`.
@@ -141,7 +141,7 @@ The following table names are for different log types (sources) inside Interacti
141141
| 5. | HDInsightHiveAndLLAPLogs | **Head node**: InteractiveHiveHSILog, InteractiveHiveMetastoreLog, ZeppelinLog | This table contains logs generated from Hive, LLAP, and their related components: WebHCat and Zeppelin. |
142142
| 6. | HDInsightHiveAndLLAPmetrics | No log types | This table contains JMX metrics from the Hive and LLAP frameworks. It contains all the same JMX metrics as the old Custom Logs tables. It contains one metric per record. |
143143
| 7. | HDInsightHiveTezAppStats | No log types |
144-
| 8. | HDInsightSecurityLogs | **Head node**: AmbariAuditLog, AuthLog **Zookeeper node, worker node**: AuthLog | This table contains records from the Ambari audit and authentication logs. |
144+
| 8. | HDInsightSecurityLogs | **Head node**: AmbariAuditLog, AuthLog **ZooKeeper node, worker node**: AuthLog | This table contains records from the Ambari audit and authentication logs. |
145145

146146
### HBase cluster
147147

@@ -152,9 +152,9 @@ The following table names are for different log types (sources) inside HBase tab
152152
| 1. | HDInsightAmbariClusterAlerts | No other log types | This table contains Ambari cluster alerts from each node in the cluster (except for edge nodes). Each alert is a record in this table.
153153
| 2. | HDInsightAmbariSystem Metrics | No other log types | This table contains system metrics collected from Ambari. The metrics now come from each node in the cluster (except for edge nodes) instead of just the two head nodes. Each metric is now a column, and each metric is reported once per record. |
154154
| 3. | HDInsightHadoopAndYarnLogs | **Head node**: MRJobSummary, Resource Manager, TimelineServer **Worker node**: NodeManager | This table contains all logs generated from the Hadoop and YARN frameworks. |
155-
| 4. | HDInsightSecurityLogs | **Head node**: AmbariAuditLog, AuthLog **Worker node**: AuthLog **Zookeeper node**: AuthLog | This table contains records from the Ambari audit and authentication logs. |
156-
| 5. | HDInsightHBaseLogs | **Head node**: HDFSGarbageCollectorLog, HDFSNameNodeLog **Worker node**: PhoenixServerLog, HBaseRegionServerLog, HBaseRestServerLog **Zookeeper node**: HBaseMasterLog | This table contains logs from HBase and its related components: Phoenix and HDFS. |
157-
| 6. | HDInsightHBaseMetrics | No log types | This table contains JMX metrics from HBase. It contains all the same JMX metrics from the tables listed in the **Old Schema** column. In contrast from the old tables, each row contains one metric. |
155+
| 4. | HDInsightSecurityLogs | **Head node**: AmbariAuditLog, AuthLog **Worker node**: AuthLog **ZooKeeper node**: AuthLog | This table contains records from the Ambari audit and authentication logs. |
156+
| 5. | HDInsightHBaseLogs | **Head node**: HDFSGarbageCollectorLog, HDFSNameNodeLog **Worker node**: PhoenixServerLog, HBaseRegionServerLog, HBaseRestServerLog **ZooKeeper node**: HBaseMasterLog | This table contains logs from HBase and its related components: Phoenix and HDFS. |
157+
| 6. | HDInsightHBaseMetrics | No log types | This table contains JMX metrics from HBase. It contains all the same JMX metrics from the tables listed in the Old Schema column. In contrast from the old tables, each row contains one metric. |
158158
| 7. | HDInsightHadoopAndYarn Metrics | No log types | This table contains JMX metrics from the Hadoop and YARN frameworks. It contains all the same JMX metrics as the old Custom Logs tables, plus more metrics that we considered important. We added Timeline Server, Node Manager, and Job History Server metrics. It contains one metric per record. |
159159

160160
### Hadoop cluster
@@ -166,10 +166,10 @@ The following table names are for different log types (sources) inside Hadoop ta
166166
| 1. | HDInsightAmbariClusterAlerts | No log types | This table contains Ambari cluster alerts from each node in the cluster (except for edge nodes). Each alert is a record in this table. |
167167
| 2. | HDInsightAmbariSystem Metrics | No log types | This table contains system metrics collected from Ambari. The metrics now come from each node in the cluster (except for edge nodes) instead of just the two head nodes. Each metric is now a column, and each metric is reported once per record. |
168168
| 3. | HDInsightHadoopAndYarnLogs | **Head node**: MRJobSummary, Resource Manager, TimelineServer **Worker node**: NodeManager | This table contains all logs generated from the Hadoop and YARN frameworks. |
169-
| 4. | HDInsightHadoopAndYarnMetrics | No Log Types | This table contains JMX metrics from the Hadoop and YARN frameworks. It contains all the same JMX metrics as the old Custom Logs tables, plus more metrics that we considered important. We added Timeline Server, Node Manager, and Job History Server metrics. It contains one metric per record. |
169+
| 4. | HDInsightHadoopAndYarnMetrics | No log types | This table contains JMX metrics from the Hadoop and YARN frameworks. It contains all the same JMX metrics as the old Custom Logs tables, plus more metrics that we considered important. We added Timeline Server, Node Manager, and Job History Server metrics. It contains one metric per record. |
170170
| 5. | HDInsightHiveAndLLAPLogs | **Head node**: HiveMetastoreLog, HiveServer2Log, WebHcatLog | This table contains logs generated from Hive, LLAP, and their related components: WebHCat and Zeppelin. |
171171
| 6. | HDInsight Hive And LLAP Metrics | No log types | This table contains JMX metrics from the Hive and LLAP frameworks. It contains all the same JMX metrics as the old Custom Logs tables. It contains one metric per record. |
172-
| 7. | HDInsight Security Logs | **Head node**: AmbariAuditLog, AuthLog **Zookeeper node**: AuthLog | This table contains records from the Ambari audit and authentication logs. |
172+
| 7. | HDInsight Security Logs | **Head node**: AmbariAuditLog, AuthLog **ZooKeeper node**: AuthLog | This table contains records from the Ambari audit and authentication logs. |
173173

174174
## Parameter syntax
175175

0 commit comments

Comments
 (0)