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/false-positives.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to resolve false positives in Microsoft Sentinel by creat
4
4
author: batamig
5
5
ms.author: bagol
6
6
ms.topic: how-to
7
-
ms.date: 01/11/2024
7
+
ms.date: 01/15/2024
8
8
---
9
9
10
10
# Handle false positives in Microsoft Sentinel
@@ -142,9 +142,12 @@ let subnets = _GetWatchlist('subnetallowlist');
142
142
143
143
### Example: Manage exceptions for the Microsoft Sentinel solution for SAP® applications
144
144
145
-
The [Microsoft Sentinel solution for SAP® applications](sap/solution-overview.md) provides functions that call watchlists, where you can define excluded users or systems from triggering alerts.
145
+
The [Microsoft Sentinel solution for SAP® applications](sap/solution-overview.md) provides functions you can use to exclude users or systems from triggering alerts.
146
146
147
-
- Use the [**SAPUsersGetVIP**](sap/sap-solution-log-reference.md#sapusersgetvip) function to tag users and exclude them from triggering alerts. List specific users to exclude, or users with specific SAP roles or profiles. Use asterisks (*****) as wildcards when defining the user names to exclude all users with a specified syntax.
147
+
- Use the [**SAPUsersGetVIP**](sap/sap-solution-log-reference.md#sapusersgetvip) function to:
148
+
149
+
- Call tags for users you want to exclude from triggering alerts. Tag users in the *SAP_User_Config* watchlist, using asterisks (*) as wildcards to tag all users with a specified naming syntax.
150
+
- List specific SAP roles and/or profiles you want to exclude from triggering alerts.
148
151
149
152
- Use functions that support the *SelectedSystemRoles* parameter to determine that only specific types of systems trigger alerts, including only *Production* systems, only *UAT* systems, or both.
Copy file name to clipboardExpand all lines: articles/sentinel/whats-new.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Use analytics rules together with the [Microsoft Sentinel solution for SAP® app
29
29
30
30
- The [**SAPUsersGetVIP**](sap/sap-solution-log-reference.md#sapusersgetvip) function now supports excluding users according to their SAP-given roles or profile.
31
31
32
-
- The **SAP User Config** watchlist now supports using wildcards in the **SAPUser** field to exclude all users with a specific syntax.
32
+
- The **SAP_User_Config** watchlist now supports using wildcards in the **SAPUser** field to exclude all users with a specific syntax.
33
33
34
34
For more information, see [Microsoft Sentinel solution for SAP® applications data reference](sap/sap-solution-log-reference.md) and [Handle false positives in Microsoft Sentinel](false-positives.md).
0 commit comments