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/sap/sap-audit-controls-workbook.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ appliesto:
11
11
ms.collection: usx-security
12
12
---
13
13
14
-
# Check compliance for your SAP security controls with the SAP - Security Audit Controls workbook(Preview)
14
+
# Check compliance for your SAP security controls with the SAP - Security Audit Controls workbook
15
15
16
16
This article describes how you can use the *SAP - Security Audit Controls* workbook to monitor and track security control framework compliance across your SAP systems, including the following functionality:
17
17
@@ -26,9 +26,6 @@ For example:
26
26
27
27
Content in this article is intended for your **security** team.
28
28
29
-
> [!IMPORTANT]
30
-
> The Microsoft Sentinel SAP Audit Controls workbook is currently in PREVIEW. The [Azure Preview Supplemental Terms](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) include additional legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
31
-
32
29
## Prerequisites
33
30
34
31
Before you can start using the **SAP - Security Audit log and Initial Access** workbook, you must have:
Copy file name to clipboardExpand all lines: articles/sentinel/sap/stop-collection.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ Before you stop the data collection from your SAP applications, ensure you have
27
27
- The Log Analytics workspace that's enabled for Microsoft Sentinel. For more information, see [Roles and permissions in Microsoft Sentinel](../roles.md).
28
28
- The SAP data connector agent machine or container.
29
29
30
+
<!--
30
31
We recommend that you back up your current configuration and logs before making any changes. <!--is this correct?-->
31
32
32
33
@@ -38,12 +39,6 @@ To stop ingesting SAP logs into the Microsoft Sentinel workspace, and to stop th
38
39
docker stop sapcon-[SID/agent-name]
39
40
```
40
41
41
-
To stop ingesting a specific SID for a multi-SID container, make sure that you also delete the SID from the connector page UI in Microsoft Sentinel: This option is available only if you [deployed the agent via the portal](deploy-data-connector-agent-container.md#deploy-the-data-connector-agent-from-the-portal-preview).
42
-
43
-
1. In Microsoft Sentinel, select **Configuration > Data connectors** and search for **Microsoft Sentinel for SAP**.
44
-
1. Select the data connector row and then select **Open connector page** in the side pane.
45
-
1. In the **Configuration** area on the **Microsoft Sentinel for SAP** data connector page, locate the SID agent you want to remove and select **Delete**. <!--need validation for this-->
46
-
47
42
The Docker container stops and doesn't send any more SAP logs to the Microsoft Sentinel workspace. This stops both the ingestion and billing for the SAP system related to the connector.
48
43
49
44
If you need to reenable the Docker container, sign into the data connector agent machine and run:
@@ -52,6 +47,15 @@ If you need to reenable the Docker container, sign into the data connector agent
52
47
docker start sapcon-[SID]
53
48
```
54
49
50
+
To stop ingesting a specific SID for a multi-SID container, make sure that you also delete the SID from the connector page UI in Microsoft Sentinel. This option is relevant only if you [deployed the agent via the portal](deploy-data-connector-agent-container.md#deploy-the-data-connector-agent-from-the-portal-preview).
51
+
52
+
1. In Microsoft Sentinel, select **Configuration > Data connectors** and search for **Microsoft Sentinel for SAP**.
53
+
1. Select the data connector row and then select **Open connector page** in the side pane.
54
+
1. In the **Configuration** area on the **Microsoft Sentinel for SAP** data connector page, locate the SID agent you want to remove and select **Delete**. <!--need validation for this-->
55
+
56
+
57
+
58
+
55
59
## Remove the user role and any optional CR installed on your ABAP system
56
60
57
61
If you're turning off the SAP data connector agent and stopping log ingestion from your SAP system, you might want to also remove the user role and optional CRs installed on your ABAP system.
0 commit comments