Skip to content

Commit 450869c

Browse files
committed
fixing links
1 parent 6be393b commit 450869c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/sentinel/summary-rules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ Create a new summary rule to aggregate a specific large set of data into a dynam
7878
7979
1. Select **Next: Set summary logic >** to continue.
8080

81-
1. On the **Set summary logic** page, enter your summary query. For example, to pull content from Google Cloud Platform, you might want to enter:
81+
1. On the **Set summary logic** page, enter your summary query. For example, to summarize data from Google Cloud Platform, you might want to enter:
8282

8383
```kusto
8484
GCPAuditLogs
8585
| where ServiceName == 'pubsub.googleapis.com'
8686
| summarize count() by Severity
8787
```
8888
89-
For for more information, see [Sample summary rule scenarios](#sample-summary-rule-scenarios) and [Kusto Query Language (KQL) in Azure Monitor](/azure/azure-monitor/log-query/log-query-overview).
89+
For for more information, see [Sample summary rule scenarios](#sample-summary-rule-scenarios-in-microsoft-sentinel) and [Kusto Query Language (KQL) in Azure Monitor](/azure/azure-monitor/log-query/log-query-overview).
9090
9191
1. Select **Preview results** to show an example of the data you'd collect with the configured query.
9292

0 commit comments

Comments
 (0)