You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sentinel/whats-new.md
+31-3Lines changed: 31 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
---
2
2
title: What's new in Microsoft Sentinel
3
3
description: Learn about the latest new features and announcement in Microsoft Sentinel from the past few months.
4
-
author: batamig
5
-
ms.author: bagol
4
+
author: guywi-ms
5
+
ms.author: guywild
6
6
ms.topic: concept-article
7
7
ms.date: 09/28/2025
8
8
#Customer intent: As a security team member, I want to stay updated on the latest features and enhancements in Microsoft Sentinel so that I can effectively manage and optimize my organization's security posture.
@@ -18,9 +18,37 @@ The listed features were released in the last six months. For information about
-[Call to action: update queries and automation by December 13, 2025 - standardized account entity naming in incidents and alerts](#call-to-action-update-queries-and-automation-by-december-13-2025---standardized-account-entity-naming-in-incidents-and-alerts)
24
+
25
+
### Call to action: update queries and automation by December 13, 2025 - standardized account entity naming in incidents and alerts
26
+
27
+
Microsoft Sentinel is updating how it identifies account entities in incidents and alerts. This change introduces a standardized naming logic to improve consistency and reliability across your analytics and automation workflows.
28
+
29
+
> [!IMPORTANT]
30
+
> This change might affect your analytic rules, automation rules, playbooks, workbooks, hunting queries, and custom integrations.
31
+
32
+
Sentinel will now select the most reliable account identifier using the following priority:
22
33
34
+
1.**UPN prefix** – the part before “@” in a User Principal Name
1.**Display Name** – fallback if both above are missing
39
+
40
+
Update your KQL queries and automation logic to follow the new precedence-aware pattern. Use the [`coalesce()`(/kusto/query/coalesce-function)](/kusto/query/coalesce-function) function to ensure compatibility:
-[Call to action: update queries and automation by December 13, 2025 - standardized account entity naming in incidents and alerts](#call-to-action-update-queries-and-automation-by-december-13-2025---standardized-account-entity-naming-in-incidents-and-alerts)
0 commit comments