From 97df110382cf3ab198444a68074047a782d64df4 Mon Sep 17 00:00:00 2001 From: Dvir Naim <106969883+dvir-ms@users.noreply.github.com> Date: Wed, 30 Aug 2023 18:38:41 +0300 Subject: [PATCH] Create systemconfig.json --- Solutions/SAP/template/systemconfig.json | 96 ++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 Solutions/SAP/template/systemconfig.json diff --git a/Solutions/SAP/template/systemconfig.json b/Solutions/SAP/template/systemconfig.json new file mode 100644 index 00000000000..f73988496fe --- /dev/null +++ b/Solutions/SAP/template/systemconfig.json @@ -0,0 +1,96 @@ +{ + "": { + "signature": { + "timestamp": 1684233253361, + "turned_on": true + }, + "secrets_source": { + "secrets": "", + "keyvault": "", + "intprefix": "" + }, + "abap_central_instance": { + "ashost": "", + "sysnr": "", + "user": "", + "sysid": "", + "client": "" + }, + "azure_credentials": { + "loganalyticswsid": "", + "publickey": "" + }, + "file_extraction_abap": { + "osuser": "", + "ospasswd": "", + "appserver": "", + "instance": "", + "x509pkicert": "", + "abapseverity": "", + "abaptz": "" + }, + "file_extraction_java": { + "javaosuser": "", + "javaospasswd": "", + "javaappserver": "", + "javainstance": "", + "javax509pkicert": "", + "javaseverity": "", + "javatz": "" + }, + "logs_activation_status": { + "abapauditlog": "True", + "abapjoblog": "True", + "abapspoollog": "True", + "abapspooloutputlog": "True", + "abapchangedocslog": "True", + "abapapplog": "True", + "abapworkflowlog": "True", + "abapcrlog": "True", + "abaptabledatalog": "False", + "abapfileslogs": "False", + "syslog": "False", + "icm": "False", + "wp": "False", + "gw": "False", + "javafileslogs": "False" + }, + "connector_configuration": { + "extractuseremail": "True", + "apiretry": "False", + "auditlogforcexal": "False", + "auditlogforcelegacyfiles": "False", + "timechunk": "5" + }, + "abap_table_selector": { + "agr_tcodes_full": "True", + "usr01_full": "True", + "usr02_full": "True", + "usr02_incremental": "True", + "agr_1251_full": "True", + "agr_users_full": "True", + "agr_users_incremental": "True", + "agr_prof_full": "True", + "ust04_full": "True", + "usr21_full": "True", + "adr6_full": "True", + "adcp_full": "True", + "usr05_full": "True", + "usgrp_user_full": "True", + "user_addr_full": "True", + "devaccess_full": "True", + "agr_define_full": "True", + "agr_define_incremental": "True", + "pahi_full": "True", + "pahi_incremental": "True", + "agr_agrs_full": "True", + "usrstamp_full": "True", + "usrstamp_incremental": "True", + "agr_flags_full": "True", + "agr_flags_incremental": "True", + "sncsysacl_full": "False", + "usracl_full": "False", + "#selector_config": "[{\n\"log_id\": \"USR02_FULL\",\n\"blocked_cols\": [\"BCODE\", \"OCOD1\", \"OCOD2\", \"OCOD3\", \"OCOD4\", \"OCOD5\", \"PASSCODE\", \"PWDSALTEDHASH\"],\n\"interval_sub_type\": \"days\",\n\"interval_value\": 1,\n\"bulk_size\":10000\n},\n{\n\"log_id\": \"AGR_AGRS_FULL\",\n\"interval_sub_type\": \"days\",\n\"interval_value\": 7,\n\"bulk_size\":10000\n}]" + } + } +}