Skip to content

Commit 8d485d2

Browse files
authored
Merge pull request #98640 from dvir-ms/patch-4
add _ResourceId option
2 parents 0ba9c44 + 8ffc8e2 commit 8d485d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/sentinel/sap/reference-systemconfig.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@ extractuseremail = <True/False>
179179
apiretry = <True/False>
180180
auditlogforcexal = <True/False>
181181
auditlogforcelegacyfiles = <True/False>
182+
azure_resource_id = <Azure _ResourceId>
183+
# Used to force a specific resource group for the SAP tables in Log Analytics, useful for applying RBAC on SAP data
184+
# example - /subscriptions/1234568-qwer-qwer-qwer-123456789/resourcegroups/RESOURCE_GROUP_NAME/providers/microsoft.compute/virtualmachines/VIRTUAL_MACHINE_NAME
185+
# for more information - https://learn.microsoft.com/azure/azure-monitor/logs/log-standard-columns#_resourceid.
182186

183187
timechunk = <value>
184188
# Default timechunk value is 60 (minutes). For certain tables, the data connector retrieves data from the ABAP server using timechunks (collecting all events that occurred within a certain timestamp). On busy systems this may result in large datasets, so to reduce memory and CPU utilization footprint, consider configuring to a smaller value.

0 commit comments

Comments
 (0)