Skip to content

Commit 92fda2f

Browse files
authored
Merge pull request #12634 from mohitbholeonapsis/master
Rename solution and small fixes
2 parents 5b29e5e + 3fc50ff commit 92fda2f

File tree

13 files changed

+54
-54
lines changed

13 files changed

+54
-54
lines changed

Solutions/Onapsis Integration/Data Connectors/Onapsis.json renamed to Solutions/Onapsis Defend/Data Connectors/Onapsis.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"id": "Onapsis",
3-
"title": "Onapsis Integration",
3+
"title": "Onapsis Defend Integration",
44
"publisher": "Onapsis Platform",
55
"logo": "Onapsis.svg",
6-
"descriptionMarkdown": "Onapsis Integration is aimed at forwarding alerts and logs collected and detected by Onapsis Platform into Microsoft Sentinel SIEM",
7-
"graphQueriesTableName": "Onapsis_CL",
6+
"descriptionMarkdown": "Onapsis Defend Integration is aimed at forwarding alerts and logs collected and detected by Onapsis Platform into Microsoft Sentinel SIEM",
7+
"graphQueriesTableName": "Onapsis_Defend_CL",
88
"graphQueries": [
99
{
1010
"metricName": "Total events received",
1111
"legend": "Onapsis_SID",
12-
"baseQuery": "{{graphQueriesTableName}} | project TimeGenerated, Onapsis_SID= SystemUniqueId"
12+
"baseQuery": "{{graphQueriesTableName}} | project TimeGenerated, Onapsis_SID= sid"
1313
}
1414
],
1515
"sampleQueries": [
@@ -80,15 +80,15 @@
8080
{
8181
"parameters": {
8282
"label": "Deploy push connector resources",
83-
"applicationDisplayName": "Onapsis Integration push to Microsoft Sentinel"
83+
"applicationDisplayName": "Onapsis Defend Integration push to Microsoft Sentinel"
8484
},
8585
"type": "DeployPushConnectorButton_test"
8686
}
8787
]
8888
},
8989
{
90-
"title": "2. Maintain the data collection endpoint details and authentication info in Onapsis Integration",
91-
"description": "Share the data collection endpoint URL and authentication info with the Onapsis Integration administrator to configure the Onapsis Integration to send data to the data collection endpoint.\n\nLearn more from [this blog series](https://community.Onapsis.com/t5/enterprise-resource-planning-blog-posts-by-members/ultimate-blog-series-Onapsis-logserv-integration-with-microsoft-sentinel/ba-p/14126401).",
90+
"title": "2. Maintain the data collection endpoint details and authentication info in Onapsis Defend Integration",
91+
"description": "Share the data collection endpoint URL and authentication info with the Onapsis Defend Integration administrator to configure the Onapsis Defend Integration to send data to the data collection endpoint.",
9292
"instructions": [
9393
{
9494
"parameters": {
@@ -148,7 +148,7 @@
148148
"kind": "dataConnector",
149149
"source": {
150150
"kind": "solution",
151-
"name": "Onapsis Integration for Microsoft Sentinel"
151+
"name": "Onapsis Defend Integration for Microsoft Sentinel"
152152
},
153153
"author": {
154154
"name": "Onapsis Platform",

Solutions/Onapsis Integration/Data Connectors/Onapsis_PUSH_CCP/Onapsis_CL.json renamed to Solutions/Onapsis Defend/Data Connectors/Onapsis_PUSH_CCP/Onapsis_CL.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "Onapsis_CL",
2+
"name": "Onapsis_Defend_CL",
33
"apiVersion": "2025-02-01",
44
"type": "Microsoft.OperationalInsights/workspaces/tables",
55
"location": "{{location}}",
66
"tags": {},
77
"properties": {
88
"schema": {
9-
"name": "Onapsis_CL",
9+
"name": "Onapsis_Defend_CL",
1010
"columns": [
1111
{
1212
"name": "incident_type",

Solutions/Onapsis Integration/Data Connectors/Onapsis_PUSH_CCP/Onapsis_DCR.json renamed to Solutions/Onapsis Defend/Data Connectors/Onapsis_PUSH_CCP/Onapsis_DCR.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"properties": {
77
"dataCollectionEndpointId": "{{dataCollectionEndpointId}}",
88
"streamDeclarations": {
9-
"Custom-Onapsis_CL": {
9+
"Custom-Onapsis_Defend_CL": {
1010
"columns": [
1111
{
1212
"name": "incident_type",
@@ -286,12 +286,12 @@
286286
"dataFlows": [
287287
{
288288
"streams": [
289-
"Custom-Onapsis_CL"
289+
"Custom-Onapsis_Defend_CL"
290290
],
291291
"destinations": [
292292
"clv2ws1"
293293
],
294-
"outputStream": "Custom-Onapsis_CL"
294+
"outputStream": "Custom-Onapsis_Defend_CL"
295295
},
296296
{
297297
"streams": [

Solutions/Onapsis Integration/Data Connectors/Onapsis_PUSH_CCP/Onapsis_PollingConfig.json renamed to Solutions/Onapsis Defend/Data Connectors/Onapsis_PUSH_CCP/Onapsis_PollingConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dataCollectionRuleId": "{{dataCollectionRuleId}}",
1111
"dataCollectionEndpoint": "{{dataCollectionEndpoint}}",
1212
"dataCollectionRuleImmutableId": "{{dataCollectionRuleImmutableId}}",
13-
"streamName": "Custom-Onapsis_CL"
13+
"streamName": "Custom-Onapsis_Defend_CL"
1414
},
1515
"auth": {
1616
"type": "Push",

Solutions/Onapsis Integration/Data Connectors/Onapsis_PUSH_CCP/Onapsis_connectorDefinition.json renamed to Solutions/Onapsis Defend/Data Connectors/Onapsis_PUSH_CCP/Onapsis_connectorDefinition.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
"properties": {
88
"connectorUiConfig": {
99
"id": "Onapsis",
10-
"title": "Onapsis Integration",
10+
"title": "Onapsis Defend: Integrate Unmatched SAP Threat Detection & Intel with Microsoft Sentinel",
1111
"publisher": "Onapsis SE",
1212
"logo": "OnapsisLogo.svg",
13-
"descriptionMarkdown": "Onapsis Integration is created to consolidate alerts, logging, and information gathered by Onapsis into Microsoft Sentinel. This solution enables security teams to ingest, monitor, and analyze Onapsis data within Sentinel, supporting faster detection, investigation, and response to risks in your environment.",
14-
"graphQueriesTableName": "Onapsis_CL",
13+
"descriptionMarkdown": "Empower security teams with deep visibility into unique exploit, zero-day, and threat actor activity; suspicious user or insider behavior; sensitive data downloads; security control violations; and more - all enriched by the SAP experts at Onapsis.",
14+
"graphQueriesTableName": "Onapsis_Defend_CL",
1515
"graphQueries": [
1616
{
1717
"metricName": "Total events received",
1818
"legend": "Onapsis_SID",
19-
"baseQuery": "{{graphQueriesTableName}} | project TimeGenerated, Onapsis_SID= SystemUniqueId"
19+
"baseQuery": "{{graphQueriesTableName}} | project TimeGenerated, Onapsis_SID= sid"
2020
}
2121
],
2222
"sampleQueries": [
@@ -87,15 +87,15 @@
8787
{
8888
"parameters": {
8989
"label": "Deploy push connector resources",
90-
"applicationDisplayName": "Onapsis Integration push to Microsoft Sentinel"
90+
"applicationDisplayName": "Onapsis Defend Integration push to Microsoft Sentinel"
9191
},
9292
"type": "DeployPushConnectorButton_test"
9393
}
9494
]
9595
},
9696
{
97-
"title": "2. Maintain the data collection endpoint details and authentication info in Onapsis Integration",
98-
"description": "Share the data collection endpoint URL and authentication info with the Onapsis Integration administrator to configure the Onapsis Integration to send data to the data collection endpoint.\n\nLearn more from [this blog series](https://community.Onapsis.com/t5/enterprise-resource-planning-blog-posts-by-members/ultimate-blog-series-Onapsis-logserv-integration-with-microsoft-sentinel/ba-p/14126401).",
97+
"title": "2. Maintain the data collection endpoint details and authentication info in Onapsis Defend Integration",
98+
"description": "Share the data collection endpoint URL and authentication info with the Onapsis Defend Integration administrator to configure the Onapsis Defend Integration to send data to the data collection endpoint.\n\nLearn more from [this blog series](https://community.Onapsis.com/t5/enterprise-resource-planning-blog-posts-by-members/ultimate-blog-series-Onapsis-logserv-integration-with-microsoft-sentinel/ba-p/14126401).",
9999
"instructions": [
100100
{
101101
"parameters": {

Solutions/Onapsis Integration/Data/Solution_Onapsis.json renamed to Solutions/Onapsis Defend/Data/Solution_Onapsis.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"Name": "Onapsis Integration",
2+
"Name": "Onapsis Defend",
33
"Author": "Onapsis",
44
"Logo": "<img src=\"https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Logos/onapsis_logo.svg\" width=\"75px\" height=\"75px\">",
5-
"Description": "Onapsis Integration provides the Onapsis RISE logs to Microsoft Sentinel, allowing SOC teams to ingest, monitor, and hunt across Onapsis data. This integration enhances security by enabling faster detection, investigation, and mitigation of risks within Onapsis RISE environments.",
5+
"Description": "Empower security teams with deep visibility into unique exploit, zero-day, and threat actor activity; suspicious user or insider behavior; sensitive data downloads; security control violations; and more - all enriched by the SAP experts at Onapsis.",
66
"Data Connectors": [
77
"Data Connectors/Onapsis_PUSH_CCP/Onapsis_connectorDefinition.json"
88
],
9-
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\Onapsis Integration",
9+
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\Onapsis Defend",
1010
"Version": "3.0.0",
1111
"Metadata": "SolutionMetadata.json",
1212
"TemplateSpec": true,
7.68 KB
Binary file not shown.

Solutions/Onapsis Integration/Package/createUiDefinition.json renamed to Solutions/Onapsis Defend/Package/createUiDefinition.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"config": {
77
"isWizard": false,
88
"basics": {
9-
"description": "<img src=\"https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Logos/onapsis_logo.svg\" width=\"75px\" height=\"75px\">\n\n**Note:** Please refer to the following before installing the solution: \n\n• Review the solution [Release Notes](https://github.com/Azure/Azure-Sentinel/tree/master/Solutions/Onapsis%20Integration/ReleaseNotes.md)\n\n • There may be [known issues](https://aka.ms/sentinelsolutionsknownissues) pertaining to this Solution, please refer to them before installing.\n\nOnapsis Integration provides the Onapsis RISE logs to Microsoft Sentinel, allowing SOC teams to ingest, monitor, and hunt across Onapsis data. This integration enhances security by enabling faster detection, investigation, and mitigation of risks within Onapsis RISE environments.\n\n**Data Connectors:** 1\n\n[Learn more about Microsoft Sentinel](https://aka.ms/azuresentinel) | [Learn more about Solutions](https://aka.ms/azuresentinelsolutionsdoc)",
9+
"description": "<img src=\"https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Logos/onapsis_logo.svg\" width=\"75px\" height=\"75px\">\n\n**Note:** Please refer to the following before installing the solution: \n\n• Review the solution [Release Notes](https://github.com/Azure/Azure-Sentinel/tree/master/Solutions/Onapsis%20Defend/ReleaseNotes.md)\n\n • There may be [known issues](https://aka.ms/sentinelsolutionsknownissues) pertaining to this Solution, please refer to them before installing.\n\nEmpower security teams with deep visibility into unique exploit, zero-day, and threat actor activity; suspicious user or insider behavior; sensitive data downloads; security control violations; and more - all enriched by the SAP experts at Onapsis.\n\n**Data Connectors:** 1\n\n[Learn more about Microsoft Sentinel](https://aka.ms/azuresentinel) | [Learn more about Solutions](https://aka.ms/azuresentinelsolutionsdoc)",
1010
"subscription": {
1111
"resourceProviders": [
1212
"Microsoft.OperationsManagement/solutions",
@@ -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 Integration. You can get Onapsis Integration 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. 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."
6464
}
6565
},
6666
{

0 commit comments

Comments
 (0)