Skip to content

Commit c688113

Browse files
committed
build add
1 parent 0403c21 commit c688113

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed
58 Bytes
Binary file not shown.

Solutions/SAP S4 Cloud Public Edition/Package/createUiDefinition.json

Lines changed: 1 addition & 1 deletion
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/SAPBTP.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/SAP%20S4%20Cloud%20Public%20Edition/ReleaseNotes.md)\n\n • There may be [known issues](https://aka.ms/sentinelsolutionsknownissues) pertaining to this Solution, please refer to them before installing.\n\nSAP S/4HANA Cloud is a next-generation enterprise resource planning (ERP) suite designed to help businesses run more efficiently and effectively. It provides a comprehensive set of tools and capabilities to manage core business processes, including finance, procurement, manufacturing, and supply chain management.\n\nThe SAP S/4HANA Cloud Public Edition Solution for Microsoft Sentinel will collect logs from the SAP S/4HANA Cloud security audit log, and will detect threats, suspicious activities, illegitimate activities, and more.\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/SAPBTP.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/SAP%20S4%20Cloud%20Public%20Edition/ReleaseNotes.md)\n\n • There may be [known issues](https://aka.ms/sentinelsolutionsknownissues) pertaining to this Solution, please refer to them before installing.\n\nSAP S/4HANA Cloud is a next-generation enterprise resource planning (ERP) suite designed to help businesses run more efficiently and effectively.\n\nThe SAP S/4HANA Cloud Public Edition add-on for the Microsoft Sentinel Solution for SAP will collect logs from the SAP S/4HANA Cloud security audit log, detect threats, suspicious activities, illegitimate activities, and more. Find additional details here: https://learn.microsoft.com/azure/sentinel/sap/solution-partner-overview.\n\nLooking for alternative authentication mechanisms? See [here](https://github.com/Azure-Samples/Sentinel-For-SAP-Community/tree/main/integration-artifacts). \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",

Solutions/SAP S4 Cloud Public Edition/Package/mainTemplate.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
],
7070
"properties": {
7171
"contentId": "[variables('_dataConnectorContentIdConnectorDefinition1')]",
72-
"displayName": "SAP S/4HANA Cloud, Public Edition",
72+
"displayName": "SAP S/4HANA Cloud Public Edition",
7373
"contentKind": "DataConnector",
7474
"mainTemplate": {
7575
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
@@ -86,10 +86,10 @@
8686
"properties": {
8787
"connectorUiConfig": {
8888
"id": "SAPS4PublicAlerts",
89-
"title": "SAP S/4HANA Cloud, Public Edition",
89+
"title": "SAP S/4HANA Cloud Public Edition",
9090
"logo": "SapLogo.svg",
9191
"publisher": "SAP",
92-
"descriptionMarkdown": "The SAP S/4HANA Cloud, Public Edition data connector enables ingestion of SAP's security audit log into Microsoft Sentinel, supporting cross-correlation, alerting, and threat hunting.",
92+
"descriptionMarkdown": "The SAP S/4HANA Cloud Public Edition data connector enables ingestion of SAP's security audit log into the Microsoft Sentinel Solution for SAP, supporting cross-correlation, alerting, and threat hunting. Looking for alternative authentication mechanisms? See [here](https://github.com/Azure-Samples/Sentinel-For-SAP-Community/tree/main/integration-artifacts).",
9393
"graphQueriesTableName": "ABAPAuditLog",
9494
"graphQueries": [
9595
{
@@ -360,7 +360,7 @@
360360
"destinations": [
361361
"clv2ws1"
362362
],
363-
"transformKql": "source\n| extend AgentId = \"S4-Public-Cloud\", ClientID = slgmand, Computer = terminal_name, Email = coalesce(email_adress, \"\"), MessageClass = eventID, MessageText = rsau_text, SAL_DATE = format_datetime(todatetime(log_tstmp), \"yyyy-MM-dd\"), SAL_TIME = format_datetime(todatetime(log_tstmp), \"HH:mm:ss\"), SystemID = sid, UpdatedOn = todatetime(log_tstmp), TransactionCode = slgtc, User = UserID, Variable1 = coalesce(param_a, \"\"), Variable2 = coalesce(param_b, \"\"), Variable3 = coalesce(param_c, \"\"), Variable4 = coalesce(param_d, \"\")\n| project AgentId, ClientID, Computer, Email, MessageClass, MessageText, SAL_DATE, SAL_TIME, SystemID, UpdatedOn, TransactionCode, User, Variable1, Variable2, Variable3, Variable4",
363+
"transformKql": "source\n| extend TimeGenerated = now(), AgentId = \"S4-Public-Cloud\", ClientID = slgmand, Computer = terminal_name, Email = email_adress, MessageClass = eventID, MessageText = rsau_text, SystemID = sid, UpdatedOn = todatetime(log_tstmp), TransactionCode = slgtc, User = UserID, Variable1 = param_a, Variable2 = param_b, Variable3 = param_c, Variable4 = param_d\n| project TimeGenerated, AgentId, ClientID, Computer, Email, MessageClass, MessageText, SAL_DATE, SAL_TIME, SystemID, UpdatedOn, TransactionCode, User, Variable1, Variable2, Variable3, Variable4",
364364
"outputStream": "Microsoft-ABAPAuditLog"
365365
}
366366
]
@@ -386,10 +386,10 @@
386386
"properties": {
387387
"connectorUiConfig": {
388388
"id": "SAPS4PublicAlerts",
389-
"title": "SAP S/4HANA Cloud, Public Edition",
389+
"title": "SAP S/4HANA Cloud Public Edition",
390390
"logo": "SapLogo.svg",
391391
"publisher": "SAP",
392-
"descriptionMarkdown": "The SAP S/4HANA Cloud, Public Edition data connector enables ingestion of SAP's security audit log into Microsoft Sentinel, supporting cross-correlation, alerting, and threat hunting.",
392+
"descriptionMarkdown": "The SAP S/4HANA Cloud Public Edition data connector enables ingestion of SAP's security audit log into the Microsoft Sentinel Solution for SAP, supporting cross-correlation, alerting, and threat hunting. Looking for alternative authentication mechanisms? See [here](https://github.com/Azure-Samples/Sentinel-For-SAP-Community/tree/main/integration-artifacts).",
393393
"graphQueriesTableName": "ABAPAuditLog",
394394
"graphQueries": [
395395
{
@@ -568,7 +568,7 @@
568568
],
569569
"properties": {
570570
"contentId": "[variables('_dataConnectorContentIdConnections1')]",
571-
"displayName": "SAP S/4HANA Cloud, Public Edition",
571+
"displayName": "SAP S/4HANA Cloud Public Edition",
572572
"contentKind": "ResourcesDataConnector",
573573
"mainTemplate": {
574574
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
@@ -583,7 +583,7 @@
583583
"type": "securestring"
584584
},
585585
"connectorDefinitionName": {
586-
"defaultValue": "SAP S/4HANA Cloud, Public Edition",
586+
"defaultValue": "SAP S/4HANA Cloud Public Edition",
587587
"type": "securestring",
588588
"minLength": 1
589589
},
@@ -712,7 +712,7 @@
712712
"contentSchemaVersion": "3.0.0",
713713
"displayName": "SAP S4 Cloud Public Edition",
714714
"publisherDisplayName": "SAP",
715-
"descriptionHtml": "<p><strong>Note:</strong> Please refer to the following before installing the solution:</p>\n<p>• Review the solution <a href=\"https://github.com/Azure/Azure-Sentinel/tree/master/Solutions/SAP%20S4%20Cloud%20Public%20Edition/ReleaseNotes.md\">Release Notes</a></p>\n<p>• There may be <a href=\"https://aka.ms/sentinelsolutionsknownissues\">known issues</a> pertaining to this Solution, please refer to them before installing.</p>\n<p>SAP S/4HANA Cloud is a next-generation enterprise resource planning (ERP) suite designed to help businesses run more efficiently and effectively. It provides a comprehensive set of tools and capabilities to manage core business processes, including finance, procurement, manufacturing, and supply chain management.</p>\n<p>The SAP S/4HANA Cloud Public Edition Solution for Microsoft Sentinel will collect logs from the SAP S/4HANA Cloud security audit log, and will detect threats, suspicious activities, illegitimate activities, and more.</p>\n<p><strong>Data Connectors:</strong> 1</p>\n<p><a href=\"https://aka.ms/azuresentinel\">Learn more about Microsoft Sentinel</a> | <a href=\"https://aka.ms/azuresentinelsolutionsdoc\">Learn more about Solutions</a></p>\n",
715+
"descriptionHtml": "<p><strong>Note:</strong> Please refer to the following before installing the solution:</p>\n<p>• Review the solution <a href=\"https://github.com/Azure/Azure-Sentinel/tree/master/Solutions/SAP%20S4%20Cloud%20Public%20Edition/ReleaseNotes.md\">Release Notes</a></p>\n<p>• There may be <a href=\"https://aka.ms/sentinelsolutionsknownissues\">known issues</a> pertaining to this Solution, please refer to them before installing.</p>\n<p>SAP S/4HANA Cloud is a next-generation enterprise resource planning (ERP) suite designed to help businesses run more efficiently and effectively.</p>\n<p>The SAP S/4HANA Cloud Public Edition add-on for the Microsoft Sentinel Solution for SAP will collect logs from the SAP S/4HANA Cloud security audit log, detect threats, suspicious activities, illegitimate activities, and more. Find additional details here: <a href=\"https://learn.microsoft.com/azure/sentinel/sap/solution-partner-overview\">https://learn.microsoft.com/azure/sentinel/sap/solution-partner-overview</a>.</p>\n<p>Looking for alternative authentication mechanisms? See <a href=\"https://github.com/Azure-Samples/Sentinel-For-SAP-Community/tree/main/integration-artifacts\">here</a>.</p>\n<p><strong>Data Connectors:</strong> 1</p>\n<p><a href=\"https://aka.ms/azuresentinel\">Learn more about Microsoft Sentinel</a> | <a href=\"https://aka.ms/azuresentinelsolutionsdoc\">Learn more about Solutions</a></p>\n",
716716
"contentKind": "Solution",
717717
"contentProductId": "[variables('_solutioncontentProductId')]",
718718
"id": "[variables('_solutioncontentProductId')]",

0 commit comments

Comments
 (0)