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
+19-14Lines changed: 19 additions & 14 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 [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 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:
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,40 +44,45 @@ 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
-
## Deploy pre-built summary rule templates
47
+
## Install pre-built summary rule templates
48
48
49
-
Summary rule templates are pre-built summary rules that you can install and customize to your needs.
49
+
Summary rule templates are pre-built summary rules that you can deploy as-is or customize to your needs.
50
50
51
51
To install a summary rule template:
52
52
53
-
1. Open the Content Hub page and filter **Content type** by **Summary rules** to view the available summary rule templates.
53
+
1. Open the **Content hub** and filter **Content type** by **Summary rules** to view the available summary rule templates.
54
54
55
-
:::image type="content" source="media/summary-rule-templatesmd/image3.png" alt-text="A screenshot of a computer Description automatically generated":::
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
57
1. Select a summary rule template.
58
58
59
-
A detailed panel with information about the summary rule template opens.
59
+
A detailed panel with information about the summary rule template opens, displaying fields such as description, summary query, and destination table.
60
+
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.":::
60
62
61
63
1. Select **Install** to install the template.
62
64
63
-
:::image type="content" source="media/summary-rule-templatesmd/image4.png" alt-text="A screenshot of a computer Description automatically generated":::
65
+
1. Select the **Templates** tab on the **Summary rules** page, where you can view and manage all of your installed summary rule templates.
64
66
65
-
1. Select the **Templates** tab on the **Summary rules** page, which lets you view and manage all of the installed summary rules templates.
67
+
:::image type="content" source="media/summary-rules/summary-rule-template-details.png" alt-text="A screenshot of a computer Description automatically generated":::
66
68
67
-
:::image type="content" source="media/summary-rule-templatesmd/image5.png" alt-text="A screenshot of a computer Description automatically generated":::
69
+
1. Select a summaryrule template. This opens the details panel.
68
70
69
-
1. Select a summary rule template. This opens the details panel with all of the summary rule information.
71
+
1. Select **Create** to open the Summary rule wizard, where all of the fields are prepopulated.
70
72
71
-
1. Select **Create** to customize the summary rule template or install it as-is if it suits your requirements. Follow the [summary rules
72
-
documentation](https://learn.microsoft.com/en-us/azure/sentinel/summary-rules) to create the rule.
73
+
1. Go through the the Summary rule wizard and select **Save** to deploy the summary rule.
73
74
74
-
:::image type="content" source="media/summary-rule-templatesmd/image6.png" alt-text="A screenshot of a computer Description automatically generated":::
75
+
For more information about the Summary rule wizard, see [Create a new summary rule](#create-a-new-summary-rule).
75
76
76
77
## Create a new summary rule
77
78
78
79
Create a new summary rule to aggregate a specific large set of data into a dynamic table. Configure your rule frequency to determine how often your aggregated data set is updated from the raw data.
79
80
80
-
1. In the Defender portal, select **Microsoft Sentinel > Configuration > Summary rules (Preview)**. In the Azure portal, from the Microsoft Sentinel navigation menu, under **Configuration**, select **Summary rules (Preview)**. For example:
81
+
1. Open the Summary rule wizard:
82
+
83
+
- In the Defender portal, select **Microsoft Sentinel > Configuration > Summary rules (Preview)**.
84
+
85
+
- In the Azure portal, from the Microsoft Sentinel navigation menu, under **Configuration**, select **Summary rules (Preview)**. For example:
81
86
82
87
:::image type="content" source="media/summary-rules/summary-rules-azure.png" alt-text="Screenshot of the Summary rules page in the Azure portal.":::
0 commit comments