Skip to content

Commit 55ecb9b

Browse files
authored
Merge pull request #109473 from orspod/2020-3-advisor-resource-health
resource health
2 parents 484b9b8 + 1537139 commit 55ecb9b

File tree

7 files changed

+67
-0
lines changed

7 files changed

+67
-0
lines changed
111 KB
Loading
262 KB
Loading
603 KB
Loading
189 KB
Loading
28.3 KB
Loading
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
---
2+
title: Monitor Azure Data Explorer using Resource Health
3+
description: Use Azure Resource Health to monitor Azure Data Explorer resources.
4+
author: orspod
5+
ms.author: orspodek
6+
ms.reviewer: prvavill
7+
ms.service: data-explorer
8+
ms.topic: conceptual
9+
ms.date: 03/31/2020
10+
11+
---
12+
# Monitor Azure Data Explorer using Resource Health (Preview)
13+
14+
[Resource Health](/azure/service-health/resource-health-overview) for Azure Data Explorer informs you of the health of your Azure Data Explorer resource and provides actionable recommendations to troubleshoot problems. Resource health is updated every 1-2 minutes and reports the current and past health of your resources.
15+
16+
Resource Health determines the health of your Azure Data Explorer resource by examining various health status checks such as:
17+
* Resource availability
18+
* Query failures
19+
20+
## Access Resource Health reporting
21+
22+
1. In the [Azure portal](https://portal.azure.com/), select **Monitor** from list of services.
23+
1. Select **Service Health** > **Resource health**.
24+
1. In the **Subscription** dropdown, select your subscription. In the **Resource type** dropdown, select **Azure Data Explorer**.
25+
1. The resulting table lists all the resources in the chosen subscription. Each resource will have a health state icon indicating the resource health.
26+
1. Select your resource to view its [resource health status](#resource-health-status) and recommendations.
27+
28+
![Overview](media/monitor-with-resource-health/resource-health-overview.png)
29+
30+
## Resource health status
31+
32+
The health of a resource is displayed with one of the following statuses, available, unavailable, and unknown.
33+
34+
### Available
35+
36+
A health status of **Available** indicates that your Azure Data Explorer resource is healthy and doesn't have any issues.
37+
38+
![Available](media/monitor-with-resource-health/available.png)
39+
40+
### Unavailable
41+
42+
A health status of **Unavailable** indicates that there's an ongoing problem with your Azure Data Explorer resource that causes it to be unavailable for queries and ingestion. For example, nodes in your Azure Data Explorer resource may have rebooted unexpectedly. If your Azure Data Explorer resource remains in this state for an extended period of time, contact [support]().
43+
44+
![Unavailable](media/monitor-with-resource-health/unavailable.png)
45+
46+
### Unknown
47+
48+
A health status of **Unknown** indicates that **Resource Health** hasn't received information about this Azure Data Explorer resource for more than 10 minutes. This status isn't a definitive indication of the Azure Data Explorer resource health, but is an important data point in the troubleshooting process. If your Azure Data Explorer cluster is functioning as expected, the status will change to **Available** within a few minutes. The **Unknown** health status may suggest that an event in the platform is affecting the resource.
49+
50+
> [!TIP]
51+
> The Azure Data Explorer cluster resource health will be **Unknown** if it's in a stopped state.
52+
53+
![Unknown](media/monitor-with-resource-health/unknown.png)
54+
55+
## Historical information
56+
57+
In **Resource Health** pane > **Health history**, access up to four weeks of resource health status information. Select the arrow for additional information on the health event issues reported in this pane.
58+
59+
![History](media/monitor-with-resource-health/healthhistory.png)
60+
61+
## Next steps
62+
63+
* [Configuring Resource Health alerts](https://docs.microsoft.com/azure/service-health/resource-health-alert-arm-template-guide)
64+
* [Tutorial: Ingest and query monitoring data in Azure Data Explorer](ingest-data-no-code.md)
65+
* [Monitor Azure Data Explorer performance, health, and usage with metrics](using-metrics.md)

articles/data-explorer/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,8 @@
240240
href: using-diagnostic-logs.md
241241
- name: Use metrics to monitor cluster health
242242
href: using-metrics.md
243+
- name: Use resource health to monitor cluster health
244+
href: monitor-with-resource-health.md
243245
- name: Integrate with other tools
244246
items:
245247
- name: Azure Data Factory

0 commit comments

Comments
 (0)