Skip to content

Commit 416559d

Browse files
committed
fixing heading level
1 parent 61bea7b commit 416559d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/sentinel/false-positives.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,14 @@ You can also do subnet filtering by using a watchlist. For example, in the prece
140140
let subnets = _GetWatchlist('subnetallowlist');
141141
```
142142

143-
### Example: Manage exceptions for the Microsoft Sentinel solution for SAP® applications
143+
## Example: Manage exceptions for the Microsoft Sentinel solution for SAP® applications
144144

145145
The [Microsoft Sentinel solution for SAP® applications](sap/solution-overview.md) provides functions you can use to exclude users or systems from triggering alerts.
146146

147147
- **Exclude users**. Use the [**SAPUsersGetVIP**](sap/sap-solution-log-reference.md#sapusersgetvip) function to:
148148

149149
- 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.
150+
- List specific SAP roles and/or profiles you want to exclude from triggering alerts.
151151

152152
- **Exclude systems**. 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.
153153

0 commit comments

Comments
 (0)