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/azure-monitor/alerts/alerts-create-activity-log-alert-rule.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,13 @@
1
1
---
2
-
title: Create or edit an activity log, service health, or resource health alert rule
3
-
description: This article shows you how to create a new activity log, service health, and resource health alert rule.
2
+
title: Create an activity log, service health, or resource health alert rule
3
+
description: This article shows you how to create or edit a new activity log, service health, and resource health alert rule.
4
4
author: AbbyMSFT
5
5
ms.author: abbyweisberg
6
6
ms.topic: how-to
7
7
ms.date: 11/27/2023
8
8
ms.reviewer: harelbr
9
+
10
+
# Customer intent: As an cloud Azure administrator, I want to create a new log search alert rule so that I can use a log search query to monitor the performance and availability of my resources.
9
11
---
10
12
11
13
# Create or edit an activity log, service health, or resource health alert rule
@@ -22,7 +24,7 @@ Alerts triggered by these alert rules contain a payload that uses the [common al
22
24
23
25
## Configure the alert rule conditions
24
26
25
-
1. On the **Condition** tab, when you select the **Signal name** field, the most commonly used signals are displayed in the drop-down list. Select one of these popular signals, or select **See all signals** if you want to choose a different signal for the condition.
27
+
1. On the **Condition** tab, select **Activity log**, **Resource health**, or **Service health**, or select **See all signals** if you want to choose a different signal for the condition.
26
28
27
29
:::image type="content" source="media/alerts-create-new-alert-rule/alerts-popular-signals.png" alt-text="Screenshot that shows popular signals when creating an alert rule.":::
Copy file name to clipboardExpand all lines: articles/azure-monitor/alerts/alerts-create-metric-alert-rule.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,13 @@
1
1
---
2
2
title: Create Azure Monitor metric alert rules
3
-
description: This article shows you how to create a new metric alert rule.
3
+
description: This article shows you how to create or edit an Azure Monitor metric alert rule.
4
4
author: AbbyMSFT
5
5
ms.author: abbyweisberg
6
6
ms.topic: how-to
7
7
ms.date: 03/07/2024
8
8
ms.reviewer: harelbr
9
+
10
+
# Customer intent: As an cloud Azure administrator, I want to create a new metric alert rule so that I can monitor the performance and availability of my resources.
9
11
---
10
12
11
13
# Create or edit a metric alert rule
@@ -61,7 +63,7 @@ To create a metric alert rule, you must have the following permissions:
61
63
|Field |Description |
62
64
|---------|---------|
63
65
|Threshold|Select if the threshold should be evaluated based on a static value or a dynamic value.<br>A **static threshold** evaluates the rule by using the threshold value that you configure.<br>**Dynamic thresholds** use machine learning algorithms to continuously learn the metric behavior patterns and calculate the appropriate thresholds for unexpected behavior. You can learn more about using [dynamic thresholds for metric alerts](alerts-types.md#apply-advanced-machine-learning-with-dynamic-thresholds). |
64
-
|Operator|Select the operator for comparing the metric value against the threshold. <br>If you're using static thresholds, select one of these operators: <br> - Greater than <br> - Greater than or equal to <br> - Less than <br> - Less than or equal to<br>If you're using dynamic thresholds, alert rules can use tailored thresholds based on metric behavior for both upper and lower bounds in the same alert rule. Select one of these operators: <br> - Greater than the upper threshold or lower than the lower threshold (default) <br> - Greater than the upper threshold <br> - Lesser than the lower threshold|
66
+
|Operator|Select the operator for comparing the metric value against the threshold. <br>If you're using static thresholds, select one of these operators: <br> - Greater than <br> - Greater than or equal to <br> - Less than <br> - Less than or equal to<br>If you're using dynamic thresholds, alert rules can use tailored thresholds based on metric behavior for both upper and lower bounds in the same alert rule. Select one of these operators: <br> - Greater than the upper threshold or lower than the lower threshold (default) <br> - Greater than the upper threshold <br> - Less than the lower threshold|
65
67
|Aggregation type|Select the aggregation function to apply on the data points: Sum, Count, Average, Min, or Max.|
66
68
|Threshold value|If you selected a **static** threshold, enter the threshold value for the condition logic.|
67
69
|Unit|If the selected metric signal supports different units, such as bytes, KB, MB, and GB, and if you selected a **static** threshold, enter the unit for the condition logic.|
@@ -78,7 +80,7 @@ To create a metric alert rule, you must have the following permissions:
78
80
|Field |Description |
79
81
|---------|---------|
80
82
|Dimension name|Dimensions can be either number or string columns. Dimensions are used to monitor specific time series and provide context to a fired alert.<br>Splitting on the **Azure Resource ID** column makes the specified resource into the alert target. If detected, the **ResourceID** column is selected automatically and changes the context of the fired alert to the record's resource.|
81
-
|Operator|The operator used on the dimension name and value. Select from these values:<br> - Equals <br> - Is not equal to <br> - Starts with. |
83
+
|Operator|The operator used on the dimension name and value. Select from these values:<br> - Equals <br> - Is not equal to <br> - Starts with|
82
84
|Dimension values|The dimension values are based on data from the last 48 hours. Select **Add custom value** to add custom dimension values.|
83
85
|Include all future values| Select this field to include any future values added to the selected dimension.|
0 commit comments