Skip to content

Commit bfa4708

Browse files
Merge pull request #259417 from guywi-ms/update-log-analytics-workspace-health-
Update log-analytics-workspace-health.md
2 parents db891f0 + 0df381d commit bfa4708

1 file changed

Lines changed: 14 additions & 6 deletions

File tree

articles/azure-monitor/logs/log-analytics-workspace-health.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: how-to
55
author: guywi-ms
66
ms.author: guywild
77
ms.reviewer: MeirMen
8-
ms.date: 02/07/2023
8+
ms.date: 11/23/2023
99

1010
#Customer-intent: As a Log Analytics workspace administrator, I want to know when there are latency issues in a Log Analytics workspace, so I can act to resolve the issue, contact Microsoft for support, or track that is Azure is meeting its SLA.
1111
---
@@ -26,22 +26,31 @@ Azure Service Health monitors:
2626

2727
## View Log Analytics workspace health and set up health status alerts
2828

29-
When Azure Service Health detects [average latency](../logs/data-ingestion-time.md#average-latency) in your Log Analytics workspace, the workspace resource health status is **Available**.
3029

3130
To view your Log Analytics workspace health and set up health status alerts:
3231

3332
1. Select **Resource health** from the Log Analytics workspace menu.
3433

3534
The **Resource health** screen shows:
3635

37-
- **Health history**: Indicates whether Azure Service Health has detected latency issues related to the specific Log Analytics workspace. To further investigate latency issues related to your workspace, see [Investigate latency](#investigate-log-analytics-workspace-health-issues).
36+
- **Health history**: Indicates whether Azure Service Health has detected latency or query execution issues in the specific Log Analytics workspace. To further investigate latency issues related to your workspace, see [Investigate latency](#investigate-log-analytics-workspace-health-issues).
3837
- **Azure service issues**: Displayed when a known issue with an Azure service might affect latency in the Log Analytics workspace. Select the message to view details about the service issue in Azure Service Health.
3938

4039
> [!NOTE]
4140
> - Service health notifications do not indicate that your Log Analytics workspace is necessarily affected by the know service issue. If your Log Analytics workspace resource health status is **Available**, Azure Service Health did not detect issues in your workspace.
4241
> - Resource Health excludes data types for which long ingestion latency is expected. For example, Application Insights data types that calculate the application map data and are known to add latency.
42+
4343

4444
:::image type="content" source="media/data-ingestion-time/log-analytics-workspace-latency.png" lightbox="media/data-ingestion-time/log-analytics-workspace-latency.png" alt-text="Screenshot that shows the Resource health screen for a Log Analytics workspace.":::
45+
46+
This table describes the possible resource health status values for a Log Analytics workspace:
47+
48+
| Resource health status | Description |
49+
|-|-|
50+
|Available| [Average latency](../logs/data-ingestion-time.md#average-latency) and no query execution issues detected.|
51+
|Unavailable|Higher than average latency detected.|
52+
|Degraded|Query failures detected.|
53+
|Unknown|Currently unable to determine Log Analytics workspace health because you haven't run queries or ingested data to this workspace recently.|
4554

4655
1. To set up health status alerts, you can either [enable recommended out-of-the-box alert](../alerts/alerts-overview.md#recommended-alert-rules) rules, or manually create new alert rules.
4756
- To enable the recommended alert rules:
@@ -78,7 +87,7 @@ To view Log Analytics workspace health metrics:
7887
| - | - |
7988
| Query count | Total number of user queries in the Log Analytics workspace within the selected time range.<br>This number includes only user-initiated queries, and doesn't include queries initiated by Sentinel rules and alert-related queries. |
8089
| Query failure count | Total number of failed user queries in the Log Analytics workspace within the selected time range.<br>This number includes all queries that return 5XX response codes - except 504 *Gateway Timeout* - which indicate an error related to the application gateway or the backend server.|
81-
| Query success rate | Total number of successful user queries in the Log Analytics workspace within the selected time range.<br>This number includes all queries that return 2XX, 4XX, and 504 response codes; in other words, all user queries that don't result in a service error. |
90+
| AvailabilityRate_Query | Percentage of successful user queries in the Log Analytics workspace within the selected time range.<br>This number includes all queries that return 2XX, 4XX, and 504 response codes; in other words, all user queries that don't result in a service error. |
8291

8392
## Investigate Log Analytics workspace health issues
8493

@@ -88,8 +97,7 @@ To investigate Log Analytics workspace health issues:
8897
- [Query](./queries.md) the data in your Log Analytics workspace to [understand which factors are contributing greater than expected latency in your workspace](../logs/data-ingestion-time.md).
8998
- [Use the `_LogOperation` function to view and set up alerts about operational issues](../logs/monitor-workspace.md) logged in your Log Analytics workspace.
9099

91-
92-
100+
93101

94102
## Next steps
95103

0 commit comments

Comments
 (0)