You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sentinel/summary-rules.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ ms.collection: usx-security
16
16
17
17
# Aggregate Microsoft Sentinel data with summary rules (preview)
18
18
19
-
Use prebuilt or custom [summary rules](/azure/azure-monitor/logs/summary-rules) in Microsoft Sentinel to aggregate insights from large sets of data in any log tier, including the [auxiliary log tier](billing.md#auxiliary-logs), at a regular cadence. Working with summarized data enhances query performance and helps optimize your data for:
19
+
Use prebuilt or custom [summary rules](/azure/azure-monitor/logs/summary-rules) in Microsoft Sentinel to aggregate insights at a regular cadence from large sets of data in any log tier, including the [auxiliary log tier](billing.md#auxiliary-logs). Working with summarized data enhances query performance and helps optimize your data for:
20
20
21
21
-**Analysis and reports**, especially over large data sets and time ranges, as required for security and incident analysis, month-over-month or annual business reports, and so on.
22
22
-**Cost savings** on verbose logs, which you can retain for as little or as long as you need in a less expensive log tier, and send as summarized data only to an Analytics table for analysis and reports.
@@ -44,29 +44,27 @@ To create summary rules in Microsoft Sentinel:
44
44
45
45
We recommend that you [experiment with your summary rule query](hunts.md) in the **Logs** page before creating your rule. Verify that the query doesn't reach or near the [query limit](/azure/azure-monitor/logs/summary-rules#restrictions-and-limitations), and check that the query produces the intended schema and expected results. If the query is close to the query limits, consider using a smaller `binSize` to process less data per bin. You can also modify the query to return fewer records or remove fields with higher volume.
46
46
47
-
## Install pre-built summary rule templates
47
+
## Deploy pre-built summary rule templates
48
48
49
49
Summary rule templates are pre-built summary rules that you can deploy as-is or customize to your needs.
50
50
51
-
To install a summary rule template:
51
+
To deploy a summary rule template:
52
52
53
53
1. Open the **Content hub** and filter **Content type** by **Summary rules** to view the available summary rule templates.
54
54
55
55
:::image type="content" source="media/summary-rules/summary-rule-templates-content-hub.png" alt-text="Screenshot of the Content Hub page in Microsoft Sentinel showing summary rule templates.":::
56
56
57
-
1. Select a summary rule template.
57
+
1. Select one summary rule template.
58
58
59
59
A panel with information about the summary rule template opens, displaying fields such as description, summary query, and destination table.
60
60
61
61
:::image type="content" source="media/summary-rules/summary-rule-template-details.png" alt-text="Screenshot showing the details panel of a summary rule template in Microsoft Sentinel, including fields like description, summary query, and destination table.":::
62
62
63
63
1. Select **Install** to install the template.
64
64
65
-
1. Select the **Templates** tab on the **Summary rules** page, where you can view and manage all of your installed summary rule templates.
65
+
1. Select the **Templates** tab on the **Summary rules** page, and select the summary rule you installed.
66
66
67
-
:::image type="content" source="media/summary-rules/summary-rule-template-details.png" alt-text="A screenshot of a computer Description automatically generated":::
68
-
69
-
1. Select a summary rule template. This opens the details panel.
67
+
:::image type="content" source="media/summary-rules/summary-rule-template-create.png" alt-text="A screenshot of the Templates tab of the Summary rules page.":::
70
68
71
69
1. Select **Create** to open the Summary rule wizard, where all of the fields are prepopulated.
0 commit comments