Skip to content

Commit 2214c8a

Browse files
committed
Added NRT update
1 parent 5b907fa commit 2214c8a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

articles/sentinel/create-nrt-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ You create NRT rules the same way you create regular [scheduled-query analytics
5555

5656
- **Query scheduling** is not configurable, since queries are automatically scheduled to run once per minute with a one-minute lookback period.
5757
- **Alert threshold** is irrelevant, since an alert is always generated.
58-
- **Event grouping** configuration is not available, since events are always grouped into the alert created by the rule that captures the events. NRT rules cannot produce an alert for each event.
58+
- **Event grouping** configuration is now available to a limited degree. You can choose to have an NRT rule generate an alert for each event for up to 30 events. If you choose this option and the rule results in more than 30 events, single-event alerts will be generated for the first 29 events, and a 30th alert will summarize all the events in the result set.
5959

6060
In addition, the query itself has the following requirements:
6161

articles/sentinel/detect-threats-custom.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,12 @@ In the **Set rule logic** tab, you can either write a query directly in the **Ru
120120
> **Query intervals and lookback period**
121121
>
122122
> These two settings are independent of each other, up to a point. You can run a query at a short interval covering a time period longer than the interval (in effect having overlapping queries), but you cannot run a query at an interval that exceeds the coverage period, otherwise you will have gaps in the overall query coverage.
123-
>
124-
> **Ingestion delay**
125-
>
126-
> To account for **latency** that may occur between an event's generation at the source and its ingestion into Microsoft Sentinel, and to ensure complete coverage without data duplication, Microsoft Sentinel runs scheduled analytics rules on a **five-minute delay** from their scheduled time.
127-
>
128-
> For more information, see [Handle ingestion delay in scheduled analytics rules](ingestion-delay.md).
123+
>
124+
> **Ingestion delay**
125+
>
126+
> To account for **latency** that may occur between an event's generation at the source and its ingestion into Microsoft Sentinel, and to ensure complete coverage without data duplication, Microsoft Sentinel runs scheduled analytics rules on a **five-minute delay** from their scheduled time.
127+
>
128+
> For more information, see [Handle ingestion delay in scheduled analytics rules](ingestion-delay.md).
129129
130130
- Use the **Alert threshold** section to define the sensitivity level of the rule. For example, set **Generate alert when number of query results** to **Is greater than** and enter the number 1000 if you want the rule to generate an alert only if the query returns more than 1000 results each time it runs. This is a required field, so if you don’t want to set a threshold – that is, if you want your alert to register every event – enter 0 in the number field.
131131

articles/sentinel/near-real-time-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The following limitations currently govern the use of NRT rules:
5050

5151
1. Queries can run only within a single workspace. There is no cross-workspace capability.
5252

53-
1. Event grouping is not configurable. NRT rules produce a single alert that groups all the applicable events.
53+
1. Event grouping is now configurable to a limited degree. NRT rules can produce up to 30 single-event alerts. A rule with a query that results in more than 30 events will produce alerts for the first 29, then a 30th alert that summarizes all the applicable events.
5454

5555
## Next steps
5656

0 commit comments

Comments
 (0)