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/deployment-solution-configuration.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,21 +97,22 @@ By default, all analytics rules provided in the Microsoft Sentinel Solution for
97
97
7. Function module tested
98
98
8. The SAP audit log monitoring analytics rules
99
99
100
-
## Reduce the amount of SAP log ingestion
100
+
## Enabling and disabling the ingestion of specific SAP logs
101
101
102
-
To reduce the number of logs ingested into the Microsoft Sentinel workspace, you can stop ingestion for a specific log. To do this, edit the *systemconfig.ini* file, and for the relevant log, change the `True` value to `False`.
102
+
It is possible to enable and disable the ingestion of a specific log. To do this, edit the *systemconfig.ini* file located under /opt/sapcon/SID/ directory on the connector Virtual Machine.
103
+
Inside the configuration file you can pick a relevant log, change the value to `True` to enable the log or to `False` to disable the log.
103
104
104
-
For example, to stop the `ABAPJobLog`, change its value to `False`:
105
+
For example, to stop ingesting the `ABAPJobLog`, change its value to `False`:
105
106
106
107
```
107
108
ABAPJobLog = False
108
109
```
109
-
110
-
You can also [stop the user master data tables](sap-solution-deploy-alternate.md#configuring-user-master-data-collection).
110
+
The list of available logs can be found in the [systemconfig.ini reference](reference-systemconfig.md#logs-activation-status-section).
111
+
It is also possible to [stop ingesting the user master data tables](sap-solution-deploy-alternate.md#configuring-user-master-data-collection).
111
112
112
113
> [!NOTE]
113
114
>
114
-
> Once you stop one of the logs, the workbooks and analytics queries that use that log may not work.
115
+
> Once you stop one of the logs or tables, the workbooks and analytics queries that use that log may not work.
115
116
> [Understand which log each workbook uses](sap-solution-security-content.md#built-in-workbooks) and [understand which log each analytic rule uses](sap-solution-security-content.md#built-in-analytics-rules).
Connector execution logs for your Microsoft Sentinel Solution forSAP data connector deployment are stored in**/opt/sapcon/[SID]/log**. Log filename is**OmniLog.log**. A history of logfiles is kept, suffixed with*.<number>* such as**OmniLog.log.1**, **OmniLog.log.2** etc
121
76
122
77
## Review and update the Microsoft Sentinel for SAP data connector configuration
123
78
@@ -139,7 +94,7 @@ The following steps reset the connector and reingest SAP logs from the last 30 m
139
94
docker stop sapcon-[SID]
140
95
```
141
96
142
-
1. Delete the **metadata.db**filefrom the **sapcon/[SID]** directory. Run:
97
+
1. Delete the **metadata.db**filefrom the **/opt/sapcon/[SID]** directory. Run:
If ABAP runtime errors appear on large systems, try setting a smaller chunk size:
184
139
185
-
1. Edit the **sapcon/[SID]/systemconfig.ini**fileandin the **Connector Configuration** section define `timechunk = 5`.
140
+
1. Edit the **/opt/sapcon/[SID]/systemconfig.ini**fileandin the **Connector Configuration** section define `timechunk = 5`.
186
141
187
142
For example:
188
143
@@ -286,7 +241,7 @@ If you attempt to retrieve an audit log, without the [required change request](p
286
241
287
242
While your system should automatically switch to compatibility mode if needed, you may need to switch it manually. To switch to compatibility mode manually:
288
243
289
-
1. Edit the **sapcon/[SID]/systemconfig.ini**file
244
+
1. Edit the **/opt/sapcon/[SID]/systemconfig.ini**file
290
245
291
246
1. In the **Connector Configuration** section defineefine: `auditlogforcexal = True`
292
247
@@ -335,10 +290,10 @@ To check for misconfigurations, run the **RSDBTIME** report in transaction **SE3
335
290
docker stop sapcon-[SID]
336
291
```
337
292
338
-
1. Delete the **metadata.db**filefrom the **sapcon/[SID]** directory. Run:
293
+
1. Delete the **metadata.db**filefrom the **/opt/sapcon/[SID]** directory. Run:
339
294
340
295
```bash
341
-
rm ~/sapcon/[SID]/metadata.db
296
+
rm /opt/sapcon/[SID]/metadata.db
342
297
```
343
298
344
299
1. Update the SAP system and the SAP host operating system to have matching settings, such as the same time zone. For more information, see the [SAP Community Wiki](https://wiki.scn.sap.com/wiki/display/Basis/Time+zone+settings%2C+SAP+vs.+OS+level).
0 commit comments