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
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ The second way to access the new tables is through Cluster portal access.
132
132
133
133
:::image type="content" source="./media/azure-monitor-agent/list-of-tables.png" alt-text="Screenshot showing list of tables." border="true" lightbox="./media/azure-monitor-agent/list-of-tables.png":::
134
134
135
-
**Use the new tables**
135
+
### Use the new tables
136
136
137
137
Default queries to use with new tables
138
138
@@ -142,48 +142,48 @@ These integrations can help you use the new tables:
142
142
143
143
:::image type="content" source="./media/azure-monitor-agent/list-of-queries.png" alt-text="Screenshot showing list of queries." border="true" lightbox="./media/azure-monitor-agent/list-of-queries.png":::
144
144
145
-
**Create your own queries**
145
+
### Create your own queries
146
146
147
147
You can enter your own queries in the Logs query editor. Queries used on the old tables won't be valid on the new tables as many of the new tables have new, refined schemas. The default queries are great references for shaping queries on the new tables.
148
148
149
-
**Insights**
149
+
### Insights
150
150
151
151
Insights are cluster-specific visualization dashboards made using [Azure Workbooks](/azure/azure-monitor/visualize/workbooks-overview). These dashboards give you detailed graphs and visualizations of how your cluster is running. The dashboards have sections for each cluster type, YARN, system metrics, and component logs. You can access your cluster's dashboard by visiting your cluster's page in the portal, scrolling down to the Monitoring section, and selecting the Insights pane. The dashboard loads automatically if enabled the new integration. Allow a few seconds for the graphs to load as they query the logs.
152
152
153
153
:::image type="content" source="./media/azure-monitor-agent/dashboard.png" alt-text="Screenshot showing the dashboard." border="true" lightbox="./media/azure-monitor-agent/dashboard.png":::
154
154
155
-
**Custom Azure workbooks**
155
+
### Custom Azure workbooks
156
156
157
157
You can create your own Azure workbooks with custom graphs and visualizations. In your cluster's portal page, scroll down to the Monitoring section and select the Workbooks pane in the menu on the left. You can either start using a blank template or use one of the templates under the HDInsight Clusters section. There's a template for each cluster type. Templates are useful if you want to save specific customizations that the default HDInsight Insights don't provide. Feel free to send in requests for new features in the HDInsight Insights if you feel they're lacking something.
158
158
159
-
**Alerts**
159
+
### Alerts
160
160
161
161
You can add custom alerts to your clusters and workspaces in the Log query editor. Go to the Logs query editor by selecting the Logs pane from either your cluster or workspace portal. Run a query and then select New Alert Rule as shown in the following screenshot. For more information, read about [configuring alerts](/azure/azure-monitor/alerts/alerts-create-log-alert-rule).
162
162
163
163
:::image type="content" source="./media/azure-monitor-agent/new-alert-rule.png" alt-text="Screenshot showing new alert rules." border="true" lightbox="./media/azure-monitor-agent/new-alert-rule.png":::
164
164
165
-
**Migrate to the new Azure Monitor Agent Integration**
165
+
### Migrate to the new Azure Monitor Agent Integration
166
166
167
167
If you're using the classic Azure Monitor integration, you need to make some adjustments to the new table formats after you switch to the new Azure Monitor integration.
168
168
169
169
To enable the new Azure Monitor integration, follow the steps outlined in the Activate a new [Azure Monitor Agent integration](./log-analytics-migration.md#activate-a-new-azure-monitor-integration) section.
170
170
171
-
**Run queries in Log Analytics**
171
+
### Run queries in Log Analytics
172
172
173
173
Since the new table format is different from the previous one, your queries need to be reworked so you can use our new tables. Once you enable the new Azure Monitor integration, you can browse the tables and schemas to identify the fields that are used in your old queries.
174
174
175
175
We provide a [mapping table](./log-analytics-migration.md#appendix-table-mapping) between the old table to the new table to help you quickly find the new fields you need to use to migrate your dashboards and queries.
176
176
177
177
**Default queries:** We created default queries that show how to use the new tables for common situations. The default queries also show what information is available in each table. You can access the default queries by following the instructions in the [Default queries to use with new tables](./log-analytics-migration.md#default-queries-to-use-with-new-tables) section in this article.
178
178
179
-
**Update dashboards for HDInsight clusters**
179
+
### Update dashboards for HDInsight clusters
180
180
181
181
If you build multiple dashboards to monitor your HDInsight clusters, you need to adjust the query behind the table once you enable the new Azure Monitor integration. The table name or the field name might change in the new integration, but all the information you have in old integration is included.
182
182
183
183
Refer to the [mapping table](log-analytics-migration.md#appendix-table-mapping) between the old table/schema to the new table/schema to update the query behind the dashboards
184
184
185
185
186
-
**Out-of-box dashboards**
186
+
### Out-of-box dashboards
187
187
188
188
We also improved the out-of-box dashboards both at the cluster-level. There's a button on the top right of every graph that allows you to see the underlying query that produces the information. The graph is a great way to familiarize yourself with how the new tables can be queried effectively.
0 commit comments