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
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,18 +97,23 @@ 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
-
## Enabling and disabling the ingestion of specific SAP logs
100
+
## Enable or disable the ingestion of specific SAP logs
101
101
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.
102
+
To enable or disable the ingestion of a specific log:
103
+
104
+
1. Edit the *systemconfig.ini* file located under */opt/sapcon/SID/* on the connector's VM.
105
+
1. Inside the configuration file, locate the relevant log and do one of the following:
106
+
- To enable the log, change the value to `True`.
107
+
- To disable the log, change the value to `False`.
104
108
105
-
For example, to stop ingesting the `ABAPJobLog`, change its value to `False`:
109
+
For example, to stop ingestion for the `ABAPJobLog`, change its value to `False`:
106
110
107
111
```
108
112
ABAPJobLog = False
109
113
```
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).
114
+
Review the list of available logs in the [Systemconfig.ini file reference](reference-systemconfig.md#logs-activation-status-section).
115
+
116
+
You can also [stop ingesting the user master data tables](sap-solution-deploy-alternate.md#configuring-user-master-data-collection).
0 commit comments