Skip to content

Commit 7889f46

Browse files
authored
Merge pull request #225543 from yelevin/yelevin/advanced-scheduling
Advanced scheduling of analytics rules
2 parents c444b34 + 7806cbf commit 7889f46

File tree

4 files changed

+32
-10
lines changed

4 files changed

+32
-10
lines changed

articles/sentinel/detect-threats-custom.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Analytics rules search for specific events or sets of events across your environ
3030

3131
:::image type="content" source="media/tutorial-detect-threats-custom/create-scheduled-query-small.png" alt-text="Create scheduled query" lightbox="media/tutorial-detect-threats-custom/create-scheduled-query-full.png":::
3232

33-
### Analytics rule wizard - General tab
33+
### Analytics rule wizard—General tab
3434

3535
- Provide a unique **Name** and a **Description**.
3636

@@ -109,11 +109,24 @@ In the **Set rule logic** tab, you can either write a query directly in the **Ru
109109
110110
:::image type="content" source="media/tutorial-detect-threats-custom/set-rule-logic-tab-2.png" alt-text="Set query schedule and event grouping" lightbox="media/tutorial-detect-threats-custom/set-rule-logic-tab-all-2-new.png":::
111111
112-
- Set **Run query every** to control how often the query is run - as frequently as every 5 minutes or as infrequently as once every 14 days.
112+
- Set **Run query every** to control how often the query is run—as frequently as every 5 minutes or as infrequently as once every 14 days.
113113
114-
- Set **Lookup data from the last** to determine the time period of the data covered by the query - for example, it can query the past 10 minutes of data, or the past 6 hours of data. The maximum is 14 days.
114+
- Set **Lookup data from the last** to determine the time period of the data covered by the query—for example, it can query the past 10 minutes of data, or the past 6 hours of data. The maximum is 14 days.
115+
116+
- For the new **Start running** setting (in Preview):
117+
118+
- Leave it set to **Automatically** to continue the original behavior: the rule will run for the first time immediately upon being created, and after that at the interval set in the **Run query every** setting.
119+
120+
- Toggle the switch to **At specific time** if you want to determine when the rule first runs, instead of having it run immediately. Then choose the date using the calendar picker and enter the time in the format of the example shown.
121+
122+
:::image type="content" source="media/tutorial-detect-threats-custom/advanced-scheduling.png" alt-text="Screenshot of advanced scheduling toggle and settings.":::
123+
124+
Future runnings of the rule will occur at the specified interval after the first running.
125+
126+
The line of text under the **Start running** setting (with the information icon at its left) summarizes the current query scheduling and lookback settings.
115127
116128
> [!NOTE]
129+
>
117130
> **Query intervals and lookback period**
118131
>
119132
> 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.
9.41 KB
Loading
6.84 KB
Loading

articles/sentinel/whats-new.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ description: This article describes new features in Microsoft Sentinel from the
44
author: yelevin
55
ms.author: yelevin
66
ms.topic: conceptual
7-
ms.date: 12/08/2022
8-
ms.custom: ignite-fall-2021
7+
ms.date: 01/31/2023
98
---
109

1110
# What's new in Microsoft Sentinel
@@ -18,16 +17,22 @@ See these [important announcements](#announcements) about recent changes to feat
1817

1918
[!INCLUDE [reference-to-feature-availability](includes/reference-to-feature-availability.md)]
2019

20+
## February 2023
21+
22+
- [Advanced scheduling for analytics rules (Preview)](#advanced-scheduling-for-analytics-rules-preview)
23+
24+
### Advanced scheduling for analytics rules (Preview)
25+
26+
To give you more flexibility in scheduling your analytics rule execution times and to help you avoid potential conflicts, Microsoft Sentinel now allows you to determine when newly created analytics rules will run for the first time. The default behavior is as it has been: for them to run immediately upon creation.
27+
28+
[Learn more about advanced scheduling](detect-threats-custom.md#query-scheduling-and-alert-threshold).
29+
2130
## January 2023
2231

23-
- [Monitor SAP system health (Preview)](#monitor-sap-system-health-and-role-preview)
2432
- [New incident investigation experience (Preview)](#new-incident-investigation-experience-preview)
33+
- [Monitor SAP system health (Preview)](#monitor-sap-system-health-and-role-preview)
2534
- [Microsoft Purview Information Protection connector (Preview)](#microsoft-purview-information-protection-connector-preview)
2635

27-
### Monitor SAP system health and role (Preview)
28-
29-
To ensure proper functioning and performance of your SAP systems, you can now use the SAP data connector page to [monitor information about the health of your SAP systems](monitor-sap-system-health.md) and the status of the SAP roles for the system. You can also use an alert rule template to get information about the health of the SAP agent's data collection.
30-
3136
### New incident investigation experience (Preview)
3237

3338
SOC analysts need to understand the full scope of an attack as fast as possible to respond effectively.
@@ -40,6 +45,10 @@ Learn more about the new investigation experience:
4045
- [Understand Microsoft Sentinel's incident investigation and case management capabilities](incident-investigation.md)
4146
- [Navigate and investigate incidents in Microsoft Sentinel](investigate-incidents.md)
4247

48+
### Monitor SAP system health and role (Preview)
49+
50+
To ensure proper functioning and performance of your SAP systems, you can now use the SAP data connector page to [monitor information about the health of your SAP systems](monitor-sap-system-health.md) and the status of the SAP roles for the system. You can also use an alert rule template to get information about the health of the SAP agent's data collection.
51+
4352
### Microsoft Purview Information Protection connector (Preview)
4453

4554
With the new [Microsoft Purview Information Protection connector](connect-microsoft-purview.md), you can stream data from Microsoft Purview Information Protection (formerly Microsoft Information Protection or MIP) to Microsoft Sentinel. You can use the data ingested from the Microsoft Purview labeling clients and scanners to track, analyze, report on the data, and use it for compliance purposes.

0 commit comments

Comments
 (0)