Skip to content

Commit 604308a

Browse files
Merge pull request #262267 from AbbyMSFT/log-limit
Log limit
2 parents ded218b + 2a4ff30 commit 604308a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/azure-monitor/alerts/alerts-create-log-alert-rule.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,13 @@ Alerts triggered by these alert rules contain a payload that uses the [common al
3131
- **Signal source**: The service that sends the "Custom log search" and "Log (saved query)" signals.
3232
Select the **Signal name** and **Apply**.
3333

34-
1. On the **Logs** pane, write a query that returns the log events for which you want to create an alert.
34+
1. On the **Logs** pane, write a query that returns the log events for which you want to create an alert. To use one of the predefined alert rule queries, expand the **Schema and filter** pane on the left of the **Logs** pane. Then select the **Queries** tab, and select one of the queries.
3535

36-
:::image type="content" source="media/alerts-create-new-alert-rule/alerts-log-rule-query-pane.png" alt-text="Screenshot that shows the Query pane when creating a new log alert rule.":::
37-
38-
To use one of the predefined alert rule queries, expand the **Schema and filter** pane on the left of the **Logs** pane. Then select the **Queries** tab, and select one of the queries.
36+
> [!NOTE]
37+
> Log alert rule queries do not support the 'bag_unpack()', 'pivot()' and 'narrow()' plugins.
3938
39+
:::image type="content" source="media/alerts-create-new-alert-rule/alerts-log-rule-query-pane.png" alt-text="Screenshot that shows the Query pane when creating a new log alert rule.":::
40+
4041
1. (Optional) If you're querying an ADX or ARG cluster, Log Analytics can't automatically identify the column with the event timestamp, so we recommend that you add a time range filter to the query. For example:
4142

4243
```KQL
@@ -187,4 +188,4 @@ Alerts triggered by these alert rules contain a payload that uses the [common al
187188
188189
189190
## Next steps
190-
[View and manage your alert instances](alerts-manage-alert-instances.md)
191+
[View and manage your alert instances](alerts-manage-alert-instances.md)

0 commit comments

Comments
 (0)