Skip to content

Commit aded27e

Browse files
committed
updates
1 parent 30bbcbf commit aded27e

File tree

3 files changed

+46
-42
lines changed

3 files changed

+46
-42
lines changed

articles/sentinel/sentinel-solutions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ appliesto:
1414

1515
---
1616

17-
# About Microsoft Sentinel Out-of-the-box content
17+
# About Microsoft Sentinel out-of-the-box content
1818

1919
Microsoft Sentinel *content* is Security Information and Event Management (SIEM) solution components that enable customers to ingest data, monitor, alert, hunt, investigate, respond, and connect with different products, platforms, and services.
2020

@@ -28,6 +28,7 @@ Content in Microsoft Sentinel includes any of the following types:
2828
- **[Notebooks](notebooks.md)** help SOC teams use advanced hunting features in Jupyter and Azure Notebooks
2929
- **[Watchlists](watchlists.md)** support the ingestion of *specific* data for enhanced threat detection and reduced alert fatigue
3030
- **[Playbooks and Azure Logic Apps custom connectors](automate-responses-with-playbooks.md)** provide features for automated investigation, remediation, and response scenarios in Microsoft Sentinel
31+
- **[Summary rule templates](summary-rules.md#deploy-pre-built-summary-rule-templates)** let you deploy tested, prebuilt rules that optimize costs and improve query performance by aggregating insights from incoming verbose logs
3132

3233
Microsoft Sentinel offers these content types as *solutions* and *standalone* items. *Solutions* are packages of Microsoft Sentinel content or Microsoft Sentinel API integrations, which fulfill an end-to-end product, domain, or industry vertical scenario in Microsoft Sentinel. Both solutions and standalone items are discoverable and managed from the Content hub.
3334

articles/sentinel/summary-rules-tutorial.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
title: Summarize insights from raw data in an Auxiliary table to an Analytics table in Microsoft Sentinel (Preview)
3-
description: This article walks you through a sample process for using summary rules with auxiliary logs in Microsoft Sentinel.
4-
author: batamig
5-
ms.author: bagol
3+
description: This article walks you through a sample process of using summary rules to extract actionable analytics from verbose logs ingested into low-cost storage.
4+
author: guywi-ms
5+
ms.author: guywild
66
ms.topic: how-to #Don't change
7-
ms.date: 10/16/2024
7+
ms.date: 05/25/2025
88
appliesto:
99
- Microsoft Sentinel in the Microsoft Defender portal
1010
- Microsoft Sentinel in the Azure portal
1111
ms.collection: usx-security
1212

13-
#customer intent: As a SOC engineer, I want to create summary rules in Microsoft Sentinel to aggregate large sets of data for use across my SOC team activities.
13+
#customer intent: As a SOC engineer, I want to understand how to use summary rules extract actionable analytics from verbose logs ingested into low-cost storage.
1414

1515
---
1616

@@ -56,9 +56,11 @@ This diagram shows the process described in this tutorial:
5656
- `dcr_immutable_id`
5757
- `dcr_stream_name`
5858

59-
1. Grant the Microsoft Entra application you created earlier the **Log Analytics Data Contributor** role on the Log Analytics workspace. For more information, see [Assign Azure roles using the Azure portal](https://learn.microsoft.com/azure/role-based-access-control/role-assignments-portal).
59+
1. Navigate to your data collection endpoint, and assign the **Log Analytics Data Contributor** role to your your Microsoft Entra application. This role grants your application permission to send logs to your Log Analytics workspace. For more information, see [Assign Azure roles using the Azure portal](https://learn.microsoft.com/azure/role-based-access-control/role-assignments-portal).
6060

61-
1. Use our [sample script](https://github.com/Azure/Azure-Sentinel/blob/master/DataConnectors/microsoft-sentinel-log-analytics-logstash-output-plugin/examples/auxiliry-logs/config/bronze.conf) to update your Logstash configuration file. The updates configure Logstash to send CEF logs to the custom table created by the ARM template, transforming JSON data to DCR format. In this script, make sure to replace placeholder values with your own values for the custom table and Microsoft Entra app you created earlier.
61+
1. Update the Logstash configuration file on your VM by copying our [sample Logstash configuration](https://github.com/Azure/Azure-Sentinel/blob/master/DataConnectors/microsoft-sentinel-log-analytics-logstash-output-plugin/examples/auxiliry-logs/config/bronze.conf). The updates configure Logstash to send CEF logs to the custom table created by the ARM template, transforming JSON data to the format used in your destination table schema. Make sure to replace placeholder values with your own values for the custom table and Microsoft Entra app you created earlier.
62+
63+
After you update the configuration file, CEF data that your VM logs will be sent to your Log Analytics workspace.
6264

6365
1. Check to see that your CEF data is flowing from Logstash as expected. For example, in Microsoft Sentinel, go to the **Logs** page and run the following query:
6466

articles/sentinel/summary-rules.md

Lines changed: 35 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
title: Aggregate Microsoft Sentinel data with summary rules
33
description: Learn how to aggregate large sets of Microsoft Sentinel data across log tiers with summary rules.
4-
author: batamig
5-
ms.author: bagol
4+
author: guywi-ms
5+
ms.author: guywild
66
ms.topic: how-to #Don't change
7-
ms.date: 10/16/2024
7+
ms.date: 05/25/2025
88
appliesto:
99
- Microsoft Sentinel in the Microsoft Defender portal
1010
- Microsoft Sentinel in the Azure portal
1111
ms.collection: usx-security
1212

13-
#customer intent: As a SOC engineer, I want to create summary rules in Microsoft Sentinel to aggregate large sets of data for use across my SOC team activities.
13+
#customer intent: As a SOC engineer, I want to create summary rules in Microsoft Sentinel to aggregate insights from incoming verbose log to optimize costs and query performance.
1414

1515
---
1616

@@ -24,7 +24,7 @@ Use prebuilt or custom [summary rules](/azure/azure-monitor/logs/summary-rules)
2424

2525
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).
2626

27-
This article explains how to deploy pre-built summary rule templates or describes how to create summary rules in Microsoft Sentinel, and provides examples of common scenarios for using summary rules.
27+
This article explains how to create summary rules or deploy pre-built summary rule templates in Microsoft Sentinel, and provides examples of common scenarios for using summary rules.
2828

2929
> [!IMPORTANT]
3030
> 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.
@@ -44,34 +44,6 @@ To create summary rules in Microsoft Sentinel:
4444

4545
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.
4646

47-
## Deploy pre-built summary rule templates
48-
49-
Summary rule templates are pre-built summary rules that you can deploy as-is or customize to your needs.
50-
51-
To deploy a summary rule template:
52-
53-
1. Open the **Content hub** and filter **Content type** by **Summary rules** to view the available summary rule templates.
54-
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-
57-
1. Select one summary rule template.
58-
59-
A 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.":::
62-
63-
1. Select **Install** to install the template.
64-
65-
1. Select the **Templates** tab on the **Summary rules** page, and select the summary rule you installed.
66-
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.":::
68-
69-
1. Select **Create** to open the Summary rule wizard, where all of the fields are prepopulated.
70-
71-
1. Go through the the Summary rule wizard and select **Save** to deploy the summary rule.
72-
73-
For more information about the Summary rule wizard, see [Create a new summary rule](#create-a-new-summary-rule).
74-
7547
## Create a new summary rule
7648

7749
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.
@@ -140,7 +112,36 @@ To delete a rule, select the rule row and then select **Delete** in the toolbar
140112
> [!NOTE]
141113
> Azure Monitor also supports creating summary rules via API or an Azure Resource Monitor (ARM) template. For more information, see [Create or update a summary rule](/azure/azure-monitor/logs/summary-rules?tabs=api).
142114
143-
## Sample summary rule scenarios
115+
## Deploy pre-built summary rule templates
116+
117+
Summary rule templates are pre-built summary rules that you can deploy as-is or customize to your needs.
118+
119+
To deploy a summary rule template:
120+
121+
1. Open the **Content hub** and filter **Content type** by **Summary rules** to view the available summary rule templates.
122+
123+
:::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.":::
124+
125+
1. Select one summary rule template.
126+
127+
A panel with information about the summary rule template opens, displaying fields such as description, summary query, and destination table.
128+
129+
:::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.":::
130+
131+
1. Select **Install** to install the template.
132+
133+
1. Select the **Templates** tab on the **Summary rules** page, and select the summary rule you installed.
134+
135+
:::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.":::
136+
137+
1. Select **Create** to open the Summary rule wizard, where all of the fields are prepopulated.
138+
139+
1. Go through the the Summary rule wizard and select **Save** to deploy the summary rule.
140+
141+
For more information about the Summary rule wizard, see [Create a new summary rule](#create-a-new-summary-rule).
142+
143+
144+
## Sample summary rule scenarios in Microsoft Sentinel
144145
145146
This section reviews common scenarios for creating summary rules in Microsoft Sentinel, and our recommendations for how to configure each rule. For more information and examples, see [Summarize insights from raw data in an Auxiliary table to an Analytics table in Microsoft Sentinel (Preview)](./summary-rules-tutorial.md) and [Log sources to use for Auxiliary Logs ingestion](basic-logs-use-cases.md).
146147

0 commit comments

Comments
 (0)