Skip to content

Commit 4d91332

Browse files
author
dr
committed
Fix Blacklens Validate_JSON invalid secureData configuration
Removed unsupported "outputs" from secureData.properties on the Validate_JSON ParseJson action. Bumped solution to 3.0.2.
1 parent 5628157 commit 4d91332

6 files changed

Lines changed: 15 additions & 15 deletions

File tree

Solutions/Blacklens/Data Connectors/deployment/azuredeploy_blacklens.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,7 @@
242242
"runtimeConfiguration": {
243243
"secureData": {
244244
"properties": [
245-
"inputs",
246-
"outputs"
245+
"inputs"
247246
]
248247
}
249248
}

Solutions/Blacklens/Data/Solution_Blacklens.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"Analytic Rules/blacklensInsights.yaml"
1111
],
1212
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\Blacklens",
13-
"Version": "3.0.1",
13+
"Version": "3.0.2",
1414
"Metadata": "SolutionMetadata.json",
1515
"TemplateSpec": false,
1616
"Is1PConnector": false
6.71 KB
Binary file not shown.

Solutions/Blacklens/Package/mainTemplate.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"email": "support@blacklens.io",
3434
"_email": "[variables('email')]",
3535
"_solutionName": "Blacklens",
36-
"_solutionVersion": "3.0.1",
36+
"_solutionVersion": "3.0.2",
3737
"solutionId": "snapsecgmbh1733575353555.blacklens-sentinel-solution",
3838
"_solutionId": "[variables('solutionId')]",
3939
"uiConfigId1": "blacklens_io",
@@ -64,7 +64,7 @@
6464
"[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/contentPackages', variables('_solutionId'))]"
6565
],
6666
"properties": {
67-
"description": "Blacklens data connector with template version 3.0.1",
67+
"description": "Blacklens data connector with template version 3.0.2",
6868
"mainTemplate": {
6969
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
7070
"contentVersion": "[variables('dataConnectorVersion1')]",
@@ -347,7 +347,7 @@
347347
"[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/contentPackages', variables('_solutionId'))]"
348348
],
349349
"properties": {
350-
"description": "blacklensInsights_AnalyticalRules Analytics Rule with template version 3.0.1",
350+
"description": "blacklensInsights_AnalyticalRules Analytics Rule with template version 3.0.2",
351351
"mainTemplate": {
352352
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
353353
"contentVersion": "[variables('analyticRuleObject1').analyticRuleVersion1]",
@@ -412,18 +412,18 @@
412412
"aggregationKind": "AlertPerResult"
413413
},
414414
"alertDetailsOverride": {
415-
"alertSeverityColumnName": "AlertSeverity",
415+
"alertDisplayNameFormat": "{{alert_title}}",
416416
"alertDescriptionFormat": "{{message}}",
417-
"alertDisplayNameFormat": "{{alert_title}}"
417+
"alertSeverityColumnName": "AlertSeverity"
418418
},
419419
"incidentConfiguration": {
420-
"createIncident": true,
421420
"groupingConfiguration": {
422421
"lookbackDuration": "PT5H",
422+
"enabled": false,
423423
"reopenClosedIncident": false,
424-
"matchingMethod": "AllEntities",
425-
"enabled": false
426-
}
424+
"matchingMethod": "AllEntities"
425+
},
426+
"createIncident": true
427427
}
428428
}
429429
},
@@ -474,7 +474,7 @@
474474
"apiVersion": "2023-04-01-preview",
475475
"location": "[parameters('workspace-location')]",
476476
"properties": {
477-
"version": "3.0.1",
477+
"version": "3.0.2",
478478
"kind": "Solution",
479479
"contentSchemaVersion": "3.0.0",
480480
"displayName": "Blacklens",
@@ -517,7 +517,7 @@
517517
]
518518
},
519519
"firstPublishDate": "2025-12-31",
520-
"lastPublishDate": "2026-03-30",
520+
"lastPublishDate": "2026-04-13",
521521
"providers": [
522522
"snapSEC GmbH"
523523
],
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
22
|-------------|--------------------------------|---------------------------------------------|
3+
| 3.0.2 | 13-04-2026 | Fix invalid secureData on ParseJson action. |
34
| 3.0.1 | 30-03-2026 | Bug fix. |
45
| 3.0.0 | 16-02-2026 | Initial Solution Release. |

Solutions/Blacklens/SolutionMetadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"publisherId": "snapsecgmbh1733575353555",
33
"offerId": "blacklens-sentinel-solution",
44
"firstPublishDate": "2025-12-31",
5-
"lastPublishDate": "2026-03-30",
5+
"lastPublishDate": "2026-04-13",
66
"providers": ["snapSEC GmbH"],
77
"categories": {
88
"domains": ["Security - Threat Intelligence"]

0 commit comments

Comments
 (0)