Skip to content

Commit

Permalink
param vars add, API raise
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPankraz committed Feb 18, 2025
1 parent 4ea18e3 commit 6f89ea4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Binary file modified Solutions/SAP LogServ/Package/3.0.0.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions Solutions/SAP LogServ/Package/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Solutions/SAP LogServ/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
|-------------|--------------------------------|---------------------------------------------|
| 3.0.0 | 17-02-2025 | Initial release |
| 3.0.0 | 17-02-2025 | Initial Solution Release |
2 changes: 1 addition & 1 deletion Solutions/SAP LogServ/SolutionMetadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"publisherId": "saplogserv",
"offerId": "saplogserv",
"offerId": "azure-sentinel-solution-saplogserv",
"firstPublishDate": "2025-02-17",
"lastPublishDate": "2025-02-17",
"providers": ["SAP"],
Expand Down

0 comments on commit 6f89ea4

Please sign in to comment.