Skip to content

Commit c268b68

Browse files
Merge pull request #292440 from yelevin/patch-2
Update connect-microsoft-365-defender.md
2 parents 571f6f3 + b078495 commit c268b68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/sentinel/connect-microsoft-365-defender.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To ingest and synchronize Microsoft Defender XDR incidents with all their alerts
6666

6767
```kusto
6868
SecurityIncident
69-
| where ProviderName == "Microsoft 365 Defender"
69+
| where ProviderName == "Microsoft Defender XDR"
7070
```
7171

7272
When you enable the Microsoft Defender XDR connector, any Microsoft Defender components’ connectors that were previously connected are automatically disconnected in the background. Although they continue to *appear* connected, no data flows through them.
@@ -153,7 +153,7 @@ let Now = now();
153153
| extend Count = 0
154154
| union isfuzzy=true (
155155
SecurityIncident
156-
| where ProviderName == "Microsoft 365 Defender"
156+
| where ProviderName == "Microsoft Defender XDR"
157157
| summarize Count = count() by bin_at(TimeGenerated, 1d, Now)
158158
)
159159
| summarize Count=max(Count) by bin_at(TimeGenerated, 1d, Now)

0 commit comments

Comments
 (0)