Skip to content

Commit 5b60aee

Browse files
committed
Update summary-rules-tutorial.md
1 parent e2574fc commit 5b60aee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/sentinel/summary-rules-tutorial.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ This article provides an example of how to use summary rules to aggregate insigh
2828

2929
To complete this tutorial, you need:
3030

31-
- A Microsoft Sentinel-enabled workspace into which you actively consume CEF logs.
31+
- A Microsoft Sentinel-enabled workspace.
3232
- Access to Microsoft Sentinel with [**Microsoft Sentinel Contributor**](../role-based-access-control/built-in-roles.md#microsoft-sentinel-contributor) permissions. For more information, see [Roles and permissions in Microsoft Sentinel](roles.md).
3333
- [Monitoring Contributor](/azure/role-based-access-control/built-in-roles#monitoring-contributor) permissions to create a data collection rule (DCR) and a data collection endpoint (DCE). For more information, see [Data collection rules](https://learn.microsoft.com/azure/azure-monitor/logs/data-collection-rules).
34+
- A virtual machine (VM) with Logstash installed. For more information, see [Install Logstash](https://www.elastic.co/guide/en/logstash/current/installing-logstash.html).
3435
- To create summary rules in the Microsoft Defender portal, you must first onboard your workspace to the Defender portal. For more information, see [Connect Microsoft Sentinel to the Microsoft Defender portal](/microsoft-365/security/defender/microsoft-sentinel-onboard).
3536

3637
## Use summary rules with auxiliary logs (sample process)
@@ -55,7 +56,7 @@ To complete this tutorial, you need:
5556
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:
5657

5758
```kusto
58-
CefAux_CL
59+
CommonSecurityLog_CL
5960
| take 10
6061
```
6162

0 commit comments

Comments
 (0)