diff --git a/Solutions/SAP LogServ/Data Connectors/SAPLogServ_PUSH_CCP/SAPLogServ_dataConnector.json b/Solutions/SAP LogServ/Data Connectors/SAPLogServ_PUSH_CCP/SAPLogServ_dataConnector.json index 642f850fcd..6ca9807f24 100644 --- a/Solutions/SAP LogServ/Data Connectors/SAPLogServ_PUSH_CCP/SAPLogServ_dataConnector.json +++ b/Solutions/SAP LogServ/Data Connectors/SAPLogServ_PUSH_CCP/SAPLogServ_dataConnector.json @@ -1,15 +1,15 @@ { "name": "SAPLogServPolling", - "apiVersion": "2022-12-01-preview", + "apiVersion": "2023-02-01-preview", "type": "Microsoft.SecurityInsights/dataConnectors", "location": "{{location}}", "kind": "Push", "properties": { "connectorDefinitionName": "SAPLogServ", "dcrConfig": { - "dataCollectionRuleId": "[[parameters('dcrConfig').dataCollectionRuleId]", - "dataCollectionEndpoint": "[[parameters('dcrConfig').dataCollectionEndpoint]", - "dataCollectionRuleImmutableId": "[{{dataCollectionRuleImmutableId}}", + "dataCollectionRuleId": "{{dataCollectionRuleId}}", + "dataCollectionEndpoint": "{{dataCollectionEndpoint}}", + "dataCollectionRuleImmutableId": "{{dataCollectionRuleImmutableId}}", "streamName": "Custom-SAPLogServ_CL" }, "auth": { diff --git a/Solutions/SAP LogServ/Package/3.0.0.zip b/Solutions/SAP LogServ/Package/3.0.0.zip index ee912eac04..c56520ac4f 100644 Binary files a/Solutions/SAP LogServ/Package/3.0.0.zip and b/Solutions/SAP LogServ/Package/3.0.0.zip differ diff --git a/Solutions/SAP LogServ/Package/mainTemplate.json b/Solutions/SAP LogServ/Package/mainTemplate.json index ec6d25c4c7..3ac909c64b 100644 --- a/Solutions/SAP LogServ/Package/mainTemplate.json +++ b/Solutions/SAP LogServ/Package/mainTemplate.json @@ -46,7 +46,7 @@ "variables": { "_solutionName": "SAP LogServ", "_solutionVersion": "3.0.0", - "solutionId": "saplogserv.saplogserv", + "solutionId": "saplogserv.azure-sentinel-solution-saplogserv", "_solutionId": "[variables('solutionId')]", "workspaceResourceId": "[resourceId('microsoft.OperationalInsights/Workspaces', parameters('workspace'))]", "dataConnectorCCPVersion": "1.0.0", @@ -716,7 +716,7 @@ "properties": { "connectorDefinitionName": "SAPLogServ", "dcrConfig": { - "dataCollectionRuleId": "[[parameters('dcrConfig').dataCollectionRuleId]", + "dataCollectionRuleId": "{{dataCollectionRuleId}}", "dataCollectionEndpoint": "[[parameters('dcrConfig').dataCollectionEndpoint]", "dataCollectionRuleImmutableId": "[[parameters('dcrConfig').dataCollectionRuleImmutableId]", "streamName": "Custom-SAPLogServ_CL" diff --git a/Solutions/SAP LogServ/ReleaseNotes.md b/Solutions/SAP LogServ/ReleaseNotes.md index 2affb252d5..59fa1bd25b 100644 --- a/Solutions/SAP LogServ/ReleaseNotes.md +++ b/Solutions/SAP LogServ/ReleaseNotes.md @@ -1,3 +1,3 @@ | **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** | |-------------|--------------------------------|---------------------------------------------| -| 3.0.0 | 17-02-2025 | Initial release | \ No newline at end of file +| 3.0.0 | 17-02-2025 | Initial Solution Release | \ No newline at end of file diff --git a/Solutions/SAP LogServ/SolutionMetadata.json b/Solutions/SAP LogServ/SolutionMetadata.json index 5de267acdf..738cd5e6a0 100644 --- a/Solutions/SAP LogServ/SolutionMetadata.json +++ b/Solutions/SAP LogServ/SolutionMetadata.json @@ -1,6 +1,6 @@ { "publisherId": "saplogserv", - "offerId": "saplogserv", + "offerId": "azure-sentinel-solution-saplogserv", "firstPublishDate": "2025-02-17", "lastPublishDate": "2025-02-17", "providers": ["SAP"],