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-processing-rules.md
+2-11Lines changed: 2 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,22 +64,13 @@ Alert rule ID | The rule applies only to alerts from a specific alert rule. The
64
64
Alert rule name | The rule applies only to alerts with this alert rule name. It can also be useful with a **Contains** operator. |
65
65
Description | The rule applies only to alerts that contain the specified string within the alert rule description field. |
66
66
Monitor condition | The rule applies only to alerts with the specified monitor condition, either **Fired** or **Resolved**. |
67
-
Monitor service | The rule applies only to alerts from any of the specified monitoring services that are sending the signal. Different services are available depending on the type of signal. For example: <br>
68
-
**Platform**: For metric signals, the monitor service is the metric namespace. ‘Platform’ means the metrics are provided by the resource provider, namely 'Azure'.<br>**Azure.ApplicationInsights**: Customer-reported metrics, sent by the Application Insights SDK.<br>
69
-
**Azure.VM.Windows.GuestMetrics**: VM guest metrics, collected by an extension running on the VM. Can include built-in operating system perf counters, and custom perf counters.<br>
70
-
**/<Customnamespaces/>**: A custom metric namespace, containing custom metrics sent with the Azure Monitor Metrics API.<br>
71
-
**Log Analytics**: The service that provides the ‘Custom log search’ and ‘Log (saved query)’ signals.<br>
72
-
**Activity Log – Administrative**: The service that provides the ‘Administrative’ activity log events.<br>
73
-
**Activity Log – Policy**: The service that provides the 'Policy' activity log events.<br>
74
-
**Activity Log – Autoscale** The service that provides the ‘Autoscale’ activity log events.<br>
75
-
**Activity Log – Security**: The service that provides the ‘Security’ activity log events.<br>
76
-
**Resource health**: The service that provides the resource-level health status.<br>
77
-
**Service health**: The service that provides the subscription-level health status.|
67
+
Monitor service | The rule applies only to alerts from any of the specified monitoring services that are sending the signal. Different services are available depending on the type of signal. For example: |
78
68
Resource | The rule applies only to alerts from the specified Azure resource. For example, you can use this filter with **Does not equal** to exclude one or more resources when the rule's scope is a subscription. |
79
69
Resource group | The rule applies only to alerts from the specified resource groups. For example, you can use this filter with **Does not equal** to exclude one or more resource groups when the rule's scope is a subscription. |
80
70
Resource type | The rule applies only to alerts on resources from the specified resource types, such as virtual machines. You can use **Equals** to match one or more specific resources. You can also use **Contains** to match a resource type and all its child resources. For example, use `resource type contains "MICROSOFT.SQL/SERVERS"` to match both SQL servers and all their child resources, like databases.
81
71
Severity | The rule applies only to alerts with the selected severities. |
82
72
73
+
83
74
#### Alert processing rule filters
84
75
85
76
* If you define multiple filters in a rule, all the rules apply. There's a logical AND between all filters.
0 commit comments