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/data-explorer/monitor-with-resource-health.md
+25-14Lines changed: 25 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Monitor Azure Data Explorer Health Status using Resource Health
3
-
description: Use Azure Resource Health to monitor Azure Data Explorer and get support when an Azure issue impacts your Azure Data Explorer resources.
2
+
title: Monitor Azure Data Explorer using Resource Health
3
+
description: Use Azure Resource Health to monitor Azure Data Explorer resources.
4
4
author: orspod
5
5
ms.author: orspodek
6
6
ms.reviewer: prvavill
@@ -9,41 +9,52 @@ ms.topic: conceptual
9
9
ms.date: 03/30/2020
10
10
11
11
---
12
-
# Monitor Azure Data Explorer resource health status using Resource Health
12
+
# Monitor Azure Data Explorer using Resource Health
13
13
14
-
[Resource Health](/azure/service-health/resource-health-overview) for Azure Data Explorer helps you with health of Azure Data Explorer resource and provides actionable recommendations to troubleshoot problems. Resource Health report the current and past health of your resources.
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.
Resource Health determines the health of your Azure Data Explorer resource by examining variuos health status checks such as for now (the health status will be extended with more metrics)
19
-
* Azure Data Explorer resource availability
16
+
Resource Health determines the health of your Azure Data Explorer resource by examining various health status checks such as:
17
+
* Resource availability
20
18
* Query failures
21
19
22
-
The Resource Health is updated every 1-2 minutes.
20
+
## Access Resource Health reporting
21
+
22
+
1. In the [Azure portal](https://portal.azure.com/), select **Monitor** from list of services.
1. In the **Subscription** dropdown, select your subscription and in the **Resource type** dropdown, select **Azure Data Explorer**.
25
+
1. The resulting table will list 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.
A status of **Unavailable**means that there is ongoing problem with your Azure Data Explorer and it is not available for queries and ingestion. For example node(s) in the Azure Data Explorer resource rebooted unexpectdly. If your Azure Data Explorer remains in this state for an extended period of time, please contact support.
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]().
The health status of **Unknown** indicates that Resource Health hasn't received information about this Azure Data Explorer for more than 10 minutes. Although this status isn't a definitive indication of the state of the Azure Data Explorer, it is an important data point in the troubleshooting process. If your Azure Data Explorer is running as expected, the status will change to Available after a few minutes. If you're experiencing problems with your Azure Data Explorer, the Unknown health status might suggest that an event in the platform is affecting the resource. The status of Azure Data Explorer may also report as unknown if it is in stopped state.
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.
You can access up to 4 weeks health history in the Health history section of Resource Health. The section will also contains an unhealthy reason (when available) for the issues reported by Resource Health.
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.
0 commit comments