Skip to content

Commit bced872

Browse files
authored
Merge pull request Azure#13178 from mohitbholeonapsis/master
Add new fields to schema
2 parents 074e2cd + b87dd20 commit bced872

File tree

6 files changed

+39
-6
lines changed

6 files changed

+39
-6
lines changed

Solutions/Onapsis Defend/Data Connectors/Onapsis_PUSH_CCP/Onapsis_CL.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,16 @@
271271
{
272272
"name": "user_id",
273273
"type": "real"
274+
},
275+
{
276+
"name": "root_cause",
277+
"type": "string"
278+
},
279+
{
280+
"name": "solution",
281+
"type": "string"
274282
}
275283
]
276284
}
277285
}
278-
}
286+
}

Solutions/Onapsis Defend/Data Connectors/Onapsis_PUSH_CCP/Onapsis_DCR.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,14 @@
271271
{
272272
"name": "user_id",
273273
"type": "real"
274+
},
275+
{
276+
"name": "root_cause",
277+
"type": "string"
278+
},
279+
{
280+
"name": "solution",
281+
"type": "string"
274282
}
275283
]
276284
}
@@ -305,4 +313,4 @@
305313
}
306314
]
307315
}
308-
}
316+
}
7.41 KB
Binary file not shown.

Solutions/Onapsis Defend/Package/createUiDefinition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"name": "dataconnectors1-text",
6161
"type": "Microsoft.Common.TextBlock",
6262
"options": {
63-
"text": "This Solution installs the data connector for Onapsis Defend. You can get Onapsis Defend data in your Microsoft Sentinel workspace. After installing the solution, configure and enable this data connector by following guidance in Manage solution view."
63+
"text": "This Solution installs the data connector for Onapsis Defend: Integrate Unmatched SAP Threat Detection & Intel with Microsoft Sentinel. You can get Onapsis Defend: Integrate Unmatched SAP Threat Detection & Intel with Microsoft Sentinel data in your Microsoft Sentinel workspace. After installing the solution, configure and enable this data connector by following guidance in Manage solution view."
6464
}
6565
},
6666
{

Solutions/Onapsis Defend/Package/mainTemplate.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"variables": {
4747
"_solutionName": "Onapsis Defend",
48-
"_solutionVersion": "3.0.0",
48+
"_solutionVersion": "3.0.1",
4949
"solutionId": "onapsis.azure-sentinel-solution-onapsis-defend",
5050
"_solutionId": "[variables('solutionId')]",
5151
"workspaceResourceId": "[resourceId('microsoft.OperationalInsights/Workspaces', parameters('workspace'))]",
@@ -539,6 +539,14 @@
539539
{
540540
"name": "user_id",
541541
"type": "real"
542+
},
543+
{
544+
"name": "root_cause",
545+
"type": "string"
546+
},
547+
{
548+
"name": "solution",
549+
"type": "string"
542550
}
543551
]
544552
}
@@ -847,6 +855,14 @@
847855
{
848856
"name": "user_id",
849857
"type": "real"
858+
},
859+
{
860+
"name": "root_cause",
861+
"type": "string"
862+
},
863+
{
864+
"name": "solution",
865+
"type": "string"
850866
}
851867
]
852868
}
@@ -1173,7 +1189,7 @@
11731189
"apiVersion": "2023-04-01-preview",
11741190
"location": "[parameters('workspace-location')]",
11751191
"properties": {
1176-
"version": "3.0.0",
1192+
"version": "3.0.1",
11771193
"kind": "Solution",
11781194
"contentSchemaVersion": "3.0.0",
11791195
"displayName": "Onapsis Defend",
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
22
|-------------|--------------------------------|---------------------------------------------|
3-
| 3.0.0 | 01-08-2025 | Initial Solution Release. |
3+
| 3.0.1 | 21-11-2025 | Updated schema and added new fields. |
4+
| 3.0.0 | 01-08-2025 | Initial Solution Release. |

0 commit comments

Comments
 (0)