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
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,18 +16,16 @@ 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 large sets of data in the background for a smoother security operations experience across all log tiers. Summary data is precompiled in custom log tables and provide fast query performance, including queries run on data derived from [low-cost log tiers](billing.md#auxiliary-logs). Summary rules can help optimize your data for:
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:
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.
23
23
-**Security and data privacy**, by removing or obfuscating privacy details in summarized shareable data and limiting access to tables with raw data.
24
24
25
-
Access summary rule results via Kusto Query Language (KQL) across detection, investigation, hunting, and reporting activities. Use summary rule results for longer periods in historical investigations, hunting, and compliance activities.
26
-
27
-
Summary rule results are stored in separate tables under the **Analytics** data plan, and charged accordingly. For more information on data plans and storage costs, see [Select a table plan based on usage patterns in a Log Analytics workspace](/azure/azure-monitor/logs/basic-logs-configure)
25
+
Microsoft Sentinel stores summary rule results in custom tables with the **Analytics** data plan. For more information on data plans and storage costs, see [Log table plans](/azure/azure-monitor/logs/basic-logs-configure).
28
26
29
27
> [!IMPORTANT]
30
-
> Summary rules are currently in PREVIEW. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for additional legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
28
+
> Summary rules are currently in PREVIEW. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
@@ -48,24 +46,24 @@ We recommend that you [experiment with your summary rule query](hunts.md) in the
48
46
49
47
1. To view the available summary rule templates, open the Content Hub page and filter **Content type** by **Summary rules**.
50
48
51
-
<imgsrc="media/summary-rule-templatesmd/image3.png"style="width:6.5in;height:4.05208in"alt="A screenshot of a computer Description automatically generated" />
49
+
<imgsrc="media/summary-rule-templatesmd/image3.png"alt="A screenshot of a computer Description automatically generated" />
52
50
53
51
1. Select a summary rule template. A detailed panel with information about the summary rule template opens.
54
52
55
53
1. Select **Install** to install the summary rule template.
56
54
57
-
<imgsrc="media/summary-rule-templatesmd/image4.png"style="width:6.5in;height:3.21111in"alt="A screenshot of a computer Description automatically generated" />
55
+
<imgsrc="media/summary-rule-templatesmd/image4.png"alt="A screenshot of a computer Description automatically generated" />
58
56
59
57
1. Select **Templates** tab on the **Summary rules** page to view and manage all the installed summary rules templates.
60
58
61
-
<imgsrc="media/summary-rule-templatesmd/image5.png"style="width:6.5in;height:3.18958in"alt="A screenshot of a computer Description automatically generated" />
59
+
<imgsrc="media/summary-rule-templatesmd/image5.png"alt="A screenshot of a computer Description automatically generated" />
62
60
63
61
1. Select a summary rule template. This opens the details panel with all of the summary rule information.
64
62
65
63
1. Select **Create** to customize the summary rule template or install it as-is if it suits your requirements. Follow the [summary rules
66
64
documentation](https://learn.microsoft.com/en-us/azure/sentinel/summary-rules) to create the rule.
67
65
68
-
<imgsrc="media/summary-rule-templatesmd/image6.png"style="width:6.5in;height:3.64722in"alt="A screenshot of a computer Description automatically generated" />
66
+
<imgsrc="media/summary-rule-templatesmd/image6.png"alt="A screenshot of a computer Description automatically generated" />
69
67
70
68
## Create a new summary rule
71
69
@@ -92,7 +90,7 @@ Create a new summary rule to aggregate a specific large set of data into a dynam
92
90
If **SummaryLogs** diagnostic settings are already enabled, but you want to modify the settings, select **Configure advanced diagnostic settings**. When you come back to the **Summary rule wizard** page, make sure to select **Refresh** to refresh your setting details.
93
91
94
92
> [!IMPORTANT]
95
-
> The **SummaryLogs** diagnostic settings has additional costs. For more information, see [Diagnostic settings in Azure Monitor](/azure/azure-monitor/essentials/diagnostic-settings?WT.mc_id=Portal-Microsoft_Azure_Monitoring).
93
+
> The **SummaryLogs** diagnostic setting has additional costs. For more information, see [Diagnostic settings in Azure Monitor](/azure/azure-monitor/essentials/diagnostic-settings?WT.mc_id=Portal-Microsoft_Azure_Monitoring).
96
94
>
97
95
98
96
1. Select **Next: Set summary logic >** to continue.
0 commit comments