Skip to content

Commit 5bd2521

Browse files
committed
updates
1 parent 7d6ee20 commit 5bd2521

File tree

2 files changed

+8
-18
lines changed

2 files changed

+8
-18
lines changed

articles/sentinel/summary-rules-tutorial.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Tutorial: Summarize insights from raw data in an Auxiliary table to an Analytics table in Microsoft Sentinel (Preview)
3-
description: Learn how to aggregate large sets of Microsoft Sentinel data across log tiers with summary rules.
2+
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.
44
author: batamig
55
ms.author: bagol
66
ms.topic: how-to #Don't change
@@ -16,15 +16,7 @@ ms.collection: usx-security
1616

1717
# Tutorial: Summarize insights from raw data in an Auxiliary table to an Analytics table in Microsoft Sentinel (Preview)
1818

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:
20-
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-
- **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-
- **Security and data privacy**, by removing or obfuscating privacy details in summarized shareable data and limiting access to tables with raw data.
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)
19+
This procedure describes a sample process for using summary rules with [auxiliary logs](basic-logs-use-cases.md), using a custom connection created via an ARM template to ingest CEF data from Logstash.
2820

2921
> [!IMPORTANT]
3022
> 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.
@@ -47,8 +39,6 @@ We recommend that you [experiment with your summary rule query](hunts.md) in the
4739

4840
## Use summary rules with auxiliary logs (sample process)
4941

50-
This procedure describes a sample process for using summary rules with [auxiliary logs](basic-logs-use-cases.md), using a custom connection created via an ARM template to ingest CEF data from Logstash.
51-
5242
1. Set up your custom CEF connector from Logstash:
5343

5444
1. Deploy the following ARM template to your Microsoft Sentinel workspace to create a custom table with data collection rules (DCR) and a data collection endpoint (DCE):

articles/sentinel/summary-rules.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Aggregate Microsoft Sentinel data with summary rules | Microsoft Sentinel
2+
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.
44
author: batamig
55
ms.author: bagol
@@ -56,9 +56,9 @@ To install a summary rule template:
5656

5757
1. Select a summary rule template.
5858

59-
A detailed panel with information about the summary rule template opens, displaying fields such as description, summary query, and destination table.
59+
A panel with information about the summary rule template opens, displaying fields such as description, summary query, and destination table.
6060

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.":::
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.":::
6262

6363
1. Select **Install** to install the template.
6464

@@ -84,7 +84,7 @@ Create a new summary rule to aggregate a specific large set of data into a dynam
8484

8585
- In the Azure portal, from the Microsoft Sentinel navigation menu, under **Configuration**, select **Summary rules (Preview)**. For example:
8686

87-
:::image type="content" source="media/summary-rules/summary-rules-azure.png" alt-text="Screenshot of the Summary rules page in the Azure portal.":::
87+
:::image type="content" source="media/summary-rules/summary-rules-azure.png" alt-text="Screenshot of the Summary rules page in the Azure portal.":::
8888

8989
1. Select **+ Create** and enter the following details:
9090

@@ -144,7 +144,7 @@ To delete a rule, select the rule row and then select **Delete** in the toolbar
144144
145145
## Sample summary rule scenarios
146146
147-
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 [Use summary rules with auxiliary logs (sample process)](#use-summary-rules-with-auxiliary-logs-sample-process) and [Log sources to use for Auxiliary Logs ingestion](basic-logs-use-cases.md).
147+
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).
148148
149149
### Quickly find a malicious IP address in your network traffic
150150

0 commit comments

Comments
 (0)