Skip to content

Commit c604312

Browse files
Merge pull request #276411 from nolavime/patch-174
Update alerts-create-log-alert-rule.md
2 parents b4015ac + 9fb725a commit c604312

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ Alerts triggered by these alert rules contain a payload that uses the [common al
4343
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.
4444

4545
Limitations for log search alert rule queries:
46-
- Log search alert rule queries do not support the 'bag_unpack()', 'pivot()', 'narrow()' and 'ago()'.
46+
- Log search alert rule queries do not support the 'bag_unpack()', 'pivot()' and 'narrow()'.
47+
- Log search alert rule queries support ['ago()'](https://learn.microsoft.com/azure/data-explorer/kusto/query/ago-function) with [timespan literals](https://learn.microsoft.com/azure/data-explorer/kusto/query/scalar-data-types/timespan#timespan-literals) only.
4748
- The word "AggregatedValue" is a reserved word, it cannot be used in the query on Log search Alerts rules.
4849
- The combined size of all data in the log alert rule properties cannot exceed 64KB.
4950

0 commit comments

Comments
 (0)