Skip to content

Commit 879fcc8

Browse files
author
Jill Grant
authored
Merge pull request #290066 from batamig/json-ii
removing mention of the json file
2 parents 1b0b890 + 5012d15 commit 879fcc8

13 files changed

+32
-46
lines changed

articles/sentinel/sap/cross-workspace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To do this, use the following steps:
6666

6767
- **Use Log Analytics in Azure Monitor to manage access to data by resource**. For more information, see [Manage access to Microsoft Sentinel data by resource](../resource-context-rbac.md).
6868

69-
- **Associate SAP resources with an Azure resource ID**. Specify the required `azure_resource_id` field in the connector configuration section on the data collector that you use to ingest data from the SAP system into Microsoft Sentinel. For more information, see [Connector configuration](reference-systemconfig-json.md#connector-configuration).
69+
- **Associate SAP resources with an Azure resource ID**. This option is supported only for a data connector agent deployed via CLI. Specify the required `azure_resource_id` field in the connector configuration section on the data collector that you use to ingest data from the SAP system into Microsoft Sentinel. For more information, see [Deploy an SAP data connector agent from the command line](deploy-command-line.md) and [Connector configuration](reference-systemconfig-json.md#connector-configuration).
7070

7171
:::image type="content" source="media/cross-workspace/sap-cross-workspace-combined.png" alt-text="Diagram that shows how to work with the Microsoft Sentinel solution for SAP applications by using the same workspace for SAP and SOC data." border="false":::
7272

articles/sentinel/sap/deploy-command-line.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ This procedure describes how to create a new agent and connect it to your SAP sy
147147
docker update --restart unless-stopped <container-name>
148148
```
149149
150-
The deployment procedure generates a **systemconfig.json** file that contains the configuration details for the SAP data connector agent. For more information, see [SAP data connector agent configuration file](deployment-overview.md#sap-data-connector-agent-configuration-file).
150+
The deployment procedure generates a [**systemconfig.json**](reference-systemconfig-json.md) file that contains the configuration details for the SAP data connector agent. The file is located in the `/sapcon-app/sapcon/config/system` directory on your VM.
151151
152152
## Deploy the data connector using a configuration file
153153
@@ -230,7 +230,7 @@ Azure Key Vault is the recommended method to store your authentication credentia
230230
docker update --restart unless-stopped <container-name>
231231
```
232232
233-
The deployment procedure generates a **systemconfig.json** file that contains the configuration details for the SAP data connector agent. For more information, see [SAP data connector agent configuration file](deployment-overview.md#sap-data-connector-agent-configuration-file).
233+
The deployment procedure generates a [**systemconfig.json**](reference-systemconfig-json.md) file that contains the configuration details for the SAP data connector agent. The file is located in the `/sapcon-app/sapcon/config/system` directory on your VM.
234234
235235
## Prepare the kickstart script for secure communication with SNC
236236

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: batamig
55
ms.author: bagol
66
ms.topic: how-to
77
ms.custom: devx-track-azurecli
8-
ms.date: 09/15/2024
8+
ms.date: 10/28/2024
99
appliesto:
1010
- Microsoft Sentinel in the Azure portal
1111
- Microsoft Sentinel in the Microsoft Defender portal
@@ -363,14 +363,14 @@ While deployment is also supported from the command line, we recommend that you
363363
364364
:::image type="content" source="media/deploy-data-connector-agent-container/logs-page.png" alt-text="Screenshot of the Logs tab in the Add new system side pane.":::
365365
366+
1. (Optional) For optimal results in monitoring the SAP PAHI table, select **Configuration History**. For more information, see [Verify that the PAHI table is updated at regular intervals](preparing-sap.md#verify-that-the-pahi-table-is-updated-at-regular-intervals).
367+
366368
1. Review the settings you defined. Select **Previous** to modify any settings, or select **Deploy** to deploy the system.
367369
368-
The system configuration you defined is deployed into Azure Key Vault. You can now see the system details in the table under **Configure an SAP system and assign it to a collector agent**. This table displays the associated agent name, SAP System ID (SID), and health status for systems that you added via the portal or otherwise.
370+
The system configuration you defined is deployed into the Azure key vault you defined during the deployment. You can now see the system details in the table under **Configure an SAP system and assign it to a collector agent**. This table displays the associated agent name, SAP System ID (SID), and health status for systems that you added via the portal or otherwise.
369371
370372
At this stage, the system's **Health** status is **Pending**. If the agent is updated successfully, it pulls the configuration from Azure Key vault, and the status changes to **System healthy**. This update can take up to 10 minutes.
371373
372-
The deployment procedure generates a **systemconfig.json** file that contains the configuration details for the SAP data connector agent. For more information, see [SAP data connector agent configuration file](deployment-overview.md#sap-data-connector-agent-configuration-file).
373-
374374
## Check connectivity and health
375375
376376
After you deploy the SAP data connector agent, check your agent's health and connectivity. For more information, see [Monitor the health and role of your SAP systems](../monitor-sap-system-health.md).

articles/sentinel/sap/deployment-overview.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,6 @@ We recommend that you involve all relevant teams when planning your deployment t
8080
- [Collect SAP HANA audit logs](collect-sap-hana-audit-logs.md)
8181
- [Deploy SAP connector manually](sap-solution-deploy-alternate.md)
8282

83-
## SAP data connector agent configuration file
84-
85-
The deployment procedure generates a **systemconfig.json** file that contains the configuration details for the SAP data connector agent. The file is located in the `/sapcon-app/sapcon/config/system` directory on your VM. You can use this file to update the configuration of your SAP data connector agent.
86-
87-
Earlier versions of the deployment script, released before June 2023, generated a **systemconfig.ini** file instead. For more information, see:
88-
89-
- [Systemconfig.json file reference](reference-systemconfig-json.md)
90-
- [Systemconfig.ini file reference](reference-systemconfig.md) (legacy)
91-
9283
## Stop SAP data collection
9384

9485
If you need to stop Microsoft Sentinel from collecting your SAP data, stop log ingestion and disable the connector. Then remove the extra user role and any optional CRs installed on your SAP system.

articles/sentinel/sap/preparing-sap.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,7 @@ The SAP PAHI table includes data on the history of the SAP system, the database,
9393

9494
If the PAHI table is updated regularly, the `SAP_COLLECTOR_FOR_PERFMONITOR` job is scheduled and runs hourly. If the `SAP_COLLECTOR_FOR_PERFMONITOR` job doesn't exist, make sure to configure it as needed.
9595

96-
For more information, see:
97-
98-
- SAP documentation: [Database Collector in Background Processing](https://help.sap.com/doc/saphelp_nw75/7.5.5/c4/3a735b505211d189550000e829fbbd/frameset.htm) and [Configuring the Data Collector](https://help.sap.com/docs/SAP_NETWEAVER_AS_ABAP_752/3364beced9d145a5ad185c89a1e04658/c43a818c505211d189550000e829fbbd.html)
99-
- [Optimize SAP PAHI table monitoring (recommended)](deploy-command-line.md#optimize-sap-pahi-table-monitoring-recommended)
96+
For more information, see [Database Collector in Background Processing](https://help.sap.com/doc/saphelp_nw75/7.5.5/c4/3a735b505211d189550000e829fbbd/frameset.htm) and [Configuring the Data Collector](https://help.sap.com/docs/SAP_NETWEAVER_AS_ABAP_752/3364beced9d145a5ad185c89a1e04658/c43a818c505211d189550000e829fbbd.html).
10097

10198
## Configure your system to use SNC for secure connections
10299

articles/sentinel/sap/reference-kickstart.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,4 +354,3 @@ For more information, see:
354354

355355
- [Deploy and configure the container hosting the SAP data connector agent](deploy-data-connector-agent-container.md)
356356
- [Troubleshoot your Microsoft Sentinel solution for SAP applications solution deployment](sap-deploy-troubleshoot.md)
357-
- [Systemconfig.json file reference](reference-systemconfig-json.md)

articles/sentinel/sap/reference-systemconfig-json.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ ms.collection: usx-security
1515
---
1616
# Microsoft Sentinel solution for SAP applications `systemconfig.json` file reference
1717

18-
The *systemconfig.json* file is used to configure the behavior of the Microsoft Sentinel for SAP applications data connector agent. This article describes the options available in each section of the configuration file.
18+
The *systemconfig.json* file is used to configure the behavior of the Microsoft Sentinel for SAP applications data connector agent when [deployed from the command line](deploy-command-line.md). This article describes the options available in each section of the configuration file.
1919

20-
Content in this article is intended for your **SAP BASIS** teams.
20+
Content in this article is intended for your **SAP BASIS** teams, and is only relevant when your data connector agent is deployed from the command line. We recommend [deploying your data connector agent from the portal](deploy-data-connector-agent-container.md) instead.
2121

2222
> [!IMPORTANT]
2323
> Microsoft Sentinel solution for SAP applications uses the *systemconfig.json* file for agent versions released on or after June 22, 2023. For previous agent versions, you must still use the *[systemconfig.ini file](reference-systemconfig.md)*.

articles/sentinel/sap/reference-systemconfig.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,10 @@ ms.collection: usx-security
1616

1717
# Microsoft Sentinel solution for SAP applications `systemconfig.ini` file reference
1818

19-
The *systemconfig.ini* file is used to configure the behavior of the Microsoft Sentinel for SAP applications data connector agent. This article describes the options available in each section of the configuration file.
19+
The *systemconfig.ini* file is the legacy file used to configure the behavior of the Microsoft Sentinel for SAP applications data connector agent in versions earlier than June 22, 2023. This article describes the options available in each section of the configuration file.
2020

21-
Content in this article is intended for your **SAP BASIS** teams.
21+
Content in this article is intended for your **SAP BASIS** teams. This article is not relevant if you've used the [recommended deployment procedure](deploy-data-connector-agent-container.md) from the portal. If you've installed a newer version of the agent from the command line, use the [Microsoft Sentinel solution for SAP applications `systemconfig.json` file reference](reference-systemconfig-json.md) instead.
2222

23-
> [!IMPORTANT]
24-
> Microsoft Sentinel solution for SAP applications uses the *[systemconfig.json file](reference-systemconfig-json.md)* for agent versions released on or after June 22, 2023. For previous agent versions, you must still use the *systemconfig.ini* file.
25-
>
26-
> If you update the agent version, the configuration file is automatically migrated.
2723

2824
## Systemconfig configuration file sections
2925

@@ -249,4 +245,3 @@ For more information, see:
249245

250246
- [Deploy and configure the container hosting the SAP data connector agent](deploy-data-connector-agent-container.md)
251247
- [Troubleshoot your Microsoft Sentinel solution for SAP applications solution deployment](sap-deploy-troubleshoot.md)
252-
- [Systemconfig.json file reference](reference-systemconfig-json.md)

articles/sentinel/sap/reference-update.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,3 @@ For more information, see:
107107

108108
- [Deploy and configure the container hosting the SAP data connector agent](deploy-data-connector-agent-container.md)
109109
- [Troubleshoot your Microsoft Sentinel solution for SAP applications solution deployment](sap-deploy-troubleshoot.md)
110-
- [Systemconfig.json file reference](reference-systemconfig-json.md)

articles/sentinel/sap/sap-deploy-troubleshoot.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.collection: usx-security
1818

1919
This article includes troubleshooting steps to help you ensure accurate and timely data ingestion and monitoring for your SAP environment with Microsoft Sentinel.
2020

21-
In this article, we refer to the [**systemconfig.json**](reference-systemconfig-json.md) file, which is used for agent versions released on or after June 22, 2023. If you're using an earlier version of the agent, refer to the [**systemconfig.ini**](reference-systemconfig.md) file instead.
21+
Selected troubleshooting procedures are only relevant when your data connector agent is [deployed via the command line](deploy-command-line.md). If you used the recommended procedure to [deploy the agent from the portal](deploy-data-connector-agent-container.md), use the portal to make any configuration changes.
2222

2323
## Useful Docker commands
2424

@@ -46,6 +46,8 @@ docker logs -f sapcon-[SID]
4646

4747
## Enable/disable debug mode printing
4848

49+
This procedure is only supported if you've deployed the [data connector agent from the command line](deploy-command-line.md).
50+
4951
1. On your data collector agent container virtual machine, edit the [**/opt/sapcon/[SID]/systemconfig.json**](reference-systemconfig-json.md) file.
5052

5153
1. Define the **General** section if it wasn't previously defined. In this section, define `logging_debug = True` to enable debug mode printing, or `logging_debug = False` to disable it.
@@ -67,9 +69,9 @@ Connector execution logs for your Microsoft Sentinel solution for SAP applicatio
6769

6870
## Review and update the Microsoft Sentinel for SAP agent connector configuration file
6971

70-
If you [deployed your agent via the portal](deploy-data-connector-agent-container.md#deploy-the-data-connector-agent-from-the-portal-preview), you can continue to maintain and change configuration settings via the portal.
72+
This procedure is only supported if you've deployed the [data connector agent from the command line](deploy-command-line.md). If you [deployed your agent via the portal](deploy-data-connector-agent-container.md#deploy-the-data-connector-agent-from-the-portal-preview), continue to maintain and change configuration settings via the portal.
7173

72-
If you deployed via the command line, or want to make manual updates directly to the configuration file, perform the following steps:
74+
If you deployed via the command line, perform the following steps:
7375

7476
1. On your VM, open the configuration file: **sapcon/[SID]/systemconfig.json**
7577

@@ -126,6 +128,8 @@ docker cp nwrfc750P_8-70002752.zip /sapcon-app/inst/
126128

127129
### ABAP runtime errors appear on a large system
128130

131+
This procedure is only supported if you've deployed the [data connector agent from the command line](deploy-command-line.md).
132+
129133
If ABAP runtime errors appear on large systems, try setting a smaller chunk size:
130134

131135
1. Edit the [**/opt/sapcon/[SID]/systemconfig.json**](reference-systemconfig-json.md) file and in the **Connector Configuration** section define `timechunk = 5`.
@@ -174,6 +178,8 @@ docker restart sapcon-[SID]
174178

175179
### Incorrect SAP ABAP user credentials in a fixed configuration
176180

181+
This section is only supported if you've deployed the [data connector agent from the command line](deploy-command-line.md).
182+
177183
A fixed configuration is when the password is stored directly in the [**systemconfig.json**](reference-systemconfig-json.md) configuration file.
178184

179185
If your credentials there are incorrect, verify your credentials.
@@ -232,6 +238,8 @@ Common issues include:
232238

233239
### Retrieving an audit log fails with warnings
234240

241+
This section is only supported if you've deployed the [data connector agent from the command line](deploy-command-line.md).
242+
235243
If you attempt to retrieve an audit log without the [required configurations](preparing-sap.md#configure-sap-auditing) and the process fails with warnings, verify that the SAP Auditlog can be retrieved using one of the following methods:
236244

237245
- Using a compatibility mode called *XAL* on older versions

0 commit comments

Comments
 (0)