Skip to content

Commit c9e1dbf

Browse files
authored
Merge pull request #199924 from AbbyMSFT/bug-fixes
Fixed some reported issues
2 parents 8761fa6 + 6b8a805 commit c9e1dbf

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
},
103103
{
104104
"source_path_from_root": "/articles/azure-monitor/alerts/alerts-metric-overview.md" ,
105-
"redirect_url": "/azure/azure-monitor/alerts/alert-types.md#metric-alerts",
105+
"redirect_url": "/azure/azure-monitor/alerts/alert-types.md",
106106
"redirect_document_id": false
107107
},
108108
{
@@ -112,12 +112,12 @@
112112
},
113113
{
114114
"source_path_from_root": "/articles/azure-monitor/alerts/alerts-unified-log.md" ,
115-
"redirect_url": "/azure/azure-monitor/alerts/alert-types.md#log-alerts",
115+
"redirect_url": "/azure/azure-monitor/alerts/alert-types.md",
116116
"redirect_document_id": false
117117
},
118118
{
119119
"source_path_from_root": "/articles/azure-monitor/alerts/activity-log-alerts.md" ,
120-
"redirect_url": "/azure/azure-monitor/alerts/alert-types.md#activity-log-alerts",
120+
"redirect_url": "/azure/azure-monitor/alerts/alert-types.md",
121121
"redirect_document_id": false
122122
},
123123
{

articles/azure-monitor/alerts/alerts-log.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ You can also [create log alert rules using Azure Resource Manager templates](../
6161

6262
|Field |Description |
6363
|---------|---------|
64-
|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 an Resource ID column is detected, it is selected automatically and changes the context of the fired alert to the record's resource. |
64+
|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 a Resource ID column is detected, it is selected automatically and changes the context of the fired alert to the record's resource. |
6565
|Operator|The operator used on the dimension name and value. |
6666
|Dimension values|The dimension values are based on data from the last 48 hours. Select **Add custom value** to add custom dimension values. |
6767

@@ -118,10 +118,11 @@ You can also [create log alert rules using Azure Resource Manager templates](../
118118
> [!NOTE]
119119
> This section above describes creating alert rules using the new alert rule wizard.
120120
> The new alert rule experience is a little different than the old experience. Please note these changes:
121-
> - Previously, search results were included in the payloads of the triggered alert and its associated notifications. This was a limited and error prone solution. To get detailed context information about the alert so that you can decide on the appropriate action :
122-
> - The recommended best practice it to use [Dimensions](alerts-unified-log.md#split-by-alert-dimensions). Dimensions provide the column value that fired the alert, giving you context for why the alert fired and how to fix the issue.
123-
> - When you need to investigate in the logs, use the link in the alert to the search results in Logs.
124-
> - If you need the raw search results or for any other advanced customizations, use Logic Apps.
121+
> - Previously, search results were included in the payloads of the triggered alert and its associated notifications. This was a limited solution, since the email included only 10 rows from the unfiltered results while the webhook payload contained 1000 unfiltered results.
122+
> To get detailed context information about the alert so that you can decide on the appropriate action :
123+
> - We recommend using [Dimensions](alerts-unified-log.md#split-by-alert-dimensions). Dimensions provide the column value that fired the alert, giving you context for why the alert fired and how to fix the issue.
124+
> - When you need to investigate in the logs, use the link in the alert to the search results in Logs.
125+
> - If you need the raw search results or for any other advanced customizations, use Logic Apps.
125126
> - The new alert rule wizard does not support customization of the JSON payload.
126127
> - Use custom properties in the [new API](/rest/api/monitor/scheduledqueryrule-2021-08-01/scheduled-query-rules/create-or-update#actions) to add static parameters and associated values to the webhook actions triggered by the alert.
127128
> - For more advanced customizations, use Logic Apps.

0 commit comments

Comments
 (0)