Skip to content

Commit c7b4dde

Browse files
committed
Changes to disable log procedure
1 parent 54cb1dc commit c7b4dde

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

articles/sentinel/sap/deployment-solution-configuration.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,18 +97,23 @@ By default, all analytics rules provided in the Microsoft Sentinel Solution for
9797
7. Function module tested
9898
8. The SAP audit log monitoring analytics rules
9999

100-
## Enabling and disabling the ingestion of specific SAP logs
100+
## Enable or disable the ingestion of specific SAP logs
101101

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`.
104108

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`:
106110

107111
```
108112
ABAPJobLog = False
109113
```
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).
112117

113118
> [!NOTE]
114119
>

0 commit comments

Comments
 (0)