Skip to content

Commit e714dcd

Browse files
committed
moving cust procedure to main page
1 parent 72f9161 commit e714dcd

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

articles/sentinel/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,6 @@
160160
href: sap/sap-deploy-troubleshoot.md
161161
- name: Extra deployment steps
162162
items:
163-
- name: Customize the agentless data connector
164-
href: sap/configure-agentless.md
165163
- name: Collect SAP HANA audit logs
166164
href: sap/collect-sap-hana-audit-logs.md
167165
- name: Update the data connector agent

articles/sentinel/sap/deploy-data-connector-agent-container.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,18 @@ This procedure is only relevant when you want to customize the SAP agentless dat
382382
383383
Make sure to deploy the artifact when you're done customizing to activate the updated settings.
384384
385+
The following table lists the customizable parameters for the SAP agentless data connector for Microsoft Sentinel:
386+
387+
| Parameter | Description | Allowed values | Default value |
388+
|-----------|-------------|----------------|---------------|
389+
| **changedocs-object-classes** | List of object classes that are ingested from Change Docs logs. | Comma separated list of object classes | `BANK, CLEARING, IBAN, IDENTITY, KERBEROS, OA2_CLIENT, PCA_BLOCK, PCA_MASTER, PFCG, SECM, SU_USOBT_C, SECURITY_POLICY, STATUS, SU22_USOBT, SU22_USOBX, SUSR_PROF, SU_USOBX_C, USER_CUA` |
390+
| **collect-audit-logs** | Determines whether Audit Log data is ingested or not. | **true**: Ingested<br>**false**: Not ingested | **true** |
391+
| **collect-changedocs-logs** | Determines whether Change Docs logs are ingested or not. | **true**: Ingested<br>**false**: Not ingested | **true** |
392+
| **collect-user-master-data** | Determines whether User Master data is ingested or not. | **true**: Ingested<br>**false**: Not ingested | **true** |
393+
| **force-audit-log-to-read-from-all-clients** | Determines whether the Audit Log is read from all clients. | **true**: Read from all clients<br>**false**: Not read from all clients | **false** |
394+
| **ingestion-cycle-days** | Time, in days, given to ingest the full User Master data, including all roles and users. This parameter doesn't affect the ingestion of changes to User Master data. | Integer, between **1**-**14** | **1** |
395+
| **offset-in-seconds** | Determines the offset, in seconds, for both the start and end times of a data collection window. Use this parameter to delay data collection by the configured number of seconds. | Integer, between **1**-**600** | **60** |
396+
385397
:::zone-end
386398
387399
## Check connectivity and health

0 commit comments

Comments
 (0)