Skip to content

Commit 3f4f684

Browse files
committed
remove preview tag for summary rules- feature moved to GA
1 parent de891c0 commit 3f4f684

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

articles/sentinel/feature-availability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ For more information, see [Microsoft Defender XDR for US Government customers](/
7777
|[Microsoft Purview Information Protection](connect-microsoft-purview.md) |Public preview |Yes |No |No |
7878
|[Microsoft Sentinel solution for Microsoft Business Apps](business-applications/solution-overview.md) | GA |Yes |Yes |Yes |
7979
|[Office 365](connect-services-api-based.md) |GA |Yes |Yes |Yes |
80-
|[Summary rules](summary-rules.md) | Public preview |Yes |No |No |
80+
|[Summary rules](summary-rules.md) | GA |Yes |No |No |
8181
|[Syslog](connect-syslog.md) |GA |Yes |Yes |Yes |
8282
|[Syslog via AMA](connect-cef-syslog-ama.md) |GA |Yes |Yes |Yes |
8383
|[Windows DNS Events via AMA](connect-dns-ama.md) |GA |Yes |Yes |Yes |

articles/sentinel/summary-rules-tutorial.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ ms.collection: usx-security
1919
This article provides an example of how to use summary rules to aggregate insights from an [auxiliary logs table](basic-logs-use-cases.md) to an Analytics table. In this example, you ingest Common Event Format (CEF) data from Logstash by deploying a custom connector using an ARM template.
2020

2121
> [!IMPORTANT]
22-
> 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.
23-
>
22+
> 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.
2423
> [!INCLUDE [unified-soc-preview-without-alert](includes/unified-soc-preview-without-alert.md)]
2524
>
2625

articles/sentinel/summary-rules.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Aggregate Microsoft Sentinel data with summary rules (Preview)
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: guywi-ms
55
ms.author: guywild
@@ -14,7 +14,7 @@ ms.collection: usx-security
1414

1515
---
1616

17-
# Aggregate Microsoft Sentinel data with summary rules (Preview)
17+
# Aggregate Microsoft Sentinel data with summary rules
1818

1919
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:
2020

@@ -27,7 +27,7 @@ Microsoft Sentinel stores summary rule results in custom tables with the **Analy
2727
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]
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 legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
30+
> 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.
3131
>
3232
> [!INCLUDE [unified-soc-preview-without-alert](includes/unified-soc-preview-without-alert.md)]
3333
>
@@ -50,9 +50,9 @@ Create a new summary rule to aggregate a specific large set of data into a dynam
5050

5151
1. Open the Summary rule wizard:
5252

53-
- In the Defender portal, select **Microsoft Sentinel > Configuration > Summary rules (Preview)**.
54-
55-
- In the Azure portal, from the Microsoft Sentinel navigation menu, under **Configuration**, select **Summary rules (Preview)**. For example:
53+
- In the Defender portal, select **Microsoft Sentinel > Configuration > Summary rules**.
54+
55+
- In the Azure portal, from the Microsoft Sentinel navigation menu, under **Configuration**, select **Summary rules**. For example:
5656

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

@@ -100,7 +100,7 @@ Create a new summary rule to aggregate a specific large set of data into a dynam
100100
101101
1. Select **Next: Review + create >** > **Save** to complete the summary rule.
102102
103-
Existing summary rules are listed on the **Summary rules (Preview)** page, where you can review your rule status. For each rule, select the options menu at the end of the row to take any of the following actions:
103+
Existing summary rules are listed on the **Summary rules** page, where you can review your rule status. For each rule, select the options menu at the end of the row to take any of the following actions:
104104
105105
- View the rule's current data in the **Logs** page, as if you were to run the query immediately
106106
- View the run history for the selected rule
@@ -143,7 +143,7 @@ To deploy a summary rule template:
143143
144144
## Sample summary rule scenarios in Microsoft Sentinel
145145
146-
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).
146+
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](./summary-rules-tutorial.md) and [Log sources to use for Auxiliary Logs ingestion](basic-logs-use-cases.md).
147147
148148
### Quickly find a malicious IP address in your network traffic
149149

0 commit comments

Comments
 (0)