Skip to content

Commit

Permalink
CloudGuard - Updated texts and author
Browse files Browse the repository at this point in the history
  • Loading branch information
YohaiCP committed Nov 20, 2024
1 parent 7262619 commit 71d5085
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
{
"type": "Textbox",
"parameters": {
"label": "endpoint URL",
"placeholder": "https://api.dome9.com",
"label": "CloudGuard Endpoint URL",
"placeholder": "e.g. https://api.dome9.com",
"type": "text",
"name": "endpoint_url"
}
Expand All @@ -98,7 +98,7 @@
"type": "Textbox",
"parameters": {
"label": "Filter",
"placeholder": "Paste filter from CloudGuard or leave empty to get all security events",
"placeholder": "Paste filter from CloudGuard",
"type": "text",
"name": "query_filter"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"Name": "Check Point CloudGuard",
"Author": "Yohai Nirenberg - yohain@checkpoint.com",
"Author": "Checkpoint - support@checkpoint.com",
"Logo": "<img src=\"https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Logos/CloudGuardLogo.svg\" width=\"75px\" height=\"75px\">",
"Description": "The [CloudGuard](https://sc1.checkpoint.com/documents/CloudGuard_Dome9/Documentation/Overview/CloudGuard-CSPM-Introduction.htm?cshid=help_center_documentation) data connector enables the ingestion of security events from the CloudGuard API into Microsoft Sentinel™, using Microsoft Sentinel’s Codeless Connector Platform. The connector supports DCR-based [ingestion time transformations](https://docs.microsoft.com/azure/azure-monitor/logs/custom-logs-overview) which parses incoming security event data into custom columns. This pre-parsing process eliminates the need for query-time parsing, resulting in improved performance for data queries",
"Data Connectors": [
"Data Connectors/CloudGuard_ccp/CloudGuard_DataConnectorDefinition.json"
],
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\Check Point CloudGuard",
"Version": "3.0.0",
"Version": "3.0.1",
"Metadata": "SolutionMetadata.json",
"TemplateSpec": true
}
Binary file not shown.
28 changes: 14 additions & 14 deletions Solutions/Check Point CloudGuard/Package/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"metadata": {
"author": "Yohai Nirenberg - yohain@checkpoint.com",
"author": "Checkpoint - support@checkpoint.com",
"comments": "Solution template for Check Point CloudGuard"
},
"parameters": {
Expand Down Expand Up @@ -44,10 +44,10 @@
}
},
"variables": {
"email": "yohain@checkpoint.com",
"email": "support@checkpoint.com",
"_email": "[variables('email')]",
"_solutionName": "Check Point CloudGuard",
"_solutionVersion": "3.0.0",
"_solutionVersion": "3.0.1",
"solutionId": "checkpoint-cloudguard.checkpoint-sentinel-solutions-cloud-guard",
"_solutionId": "[variables('solutionId')]",
"workspaceResourceId": "[resourceId('microsoft.OperationalInsights/Workspaces', parameters('workspace'))]",
Expand Down Expand Up @@ -170,8 +170,8 @@
{
"type": "Textbox",
"parameters": {
"label": "endpoint URL",
"placeholder": "https://api.dome9.com",
"label": "CloudGuard Endpoint URL",
"placeholder": "e.g. https://api.dome9.com",
"type": "text",
"name": "endpoint_url"
}
Expand All @@ -180,7 +180,7 @@
"type": "Textbox",
"parameters": {
"label": "Filter",
"placeholder": "Paste filter from CloudGuard or leave empty to get all security events",
"placeholder": "Paste filter from CloudGuard",
"type": "text",
"name": "query_filter"
}
Expand Down Expand Up @@ -214,7 +214,7 @@
"kind": "Solution"
},
"author": {
"name": "Yohai Nirenberg",
"name": "Checkpoint",
"email": "[variables('_email')]"
},
"support": {
Expand Down Expand Up @@ -825,8 +825,8 @@
{
"type": "Textbox",
"parameters": {
"label": "endpoint URL",
"placeholder": "https://api.dome9.com",
"label": "CloudGuard Endpoint URL",
"placeholder": "e.g. https://api.dome9.com",
"type": "text",
"name": "endpoint_url"
}
Expand All @@ -835,7 +835,7 @@
"type": "Textbox",
"parameters": {
"label": "Filter",
"placeholder": "Paste filter from CloudGuard or leave empty to get all security events",
"placeholder": "Paste filter from CloudGuard",
"type": "text",
"name": "query_filter"
}
Expand Down Expand Up @@ -869,7 +869,7 @@
"kind": "Solution"
},
"author": {
"name": "Yohai Nirenberg",
"name": "Checkpoint",
"email": "[variables('_email')]"
},
"support": {
Expand Down Expand Up @@ -960,7 +960,7 @@
"kind": "Solution"
},
"author": {
"name": "Yohai Nirenberg",
"name": "Checkpoint",
"email": "[variables('_email')]"
},
"support": {
Expand Down Expand Up @@ -1036,7 +1036,7 @@
"apiVersion": "2023-04-01-preview",
"location": "[parameters('workspace-location')]",
"properties": {
"version": "3.0.0",
"version": "3.0.1",
"kind": "Solution",
"contentSchemaVersion": "3.0.0",
"displayName": "Check Point CloudGuard",
Expand All @@ -1054,7 +1054,7 @@
"sourceId": "[variables('_solutionId')]"
},
"author": {
"name": "Yohai Nirenberg",
"name": "Checkpoint",
"email": "[variables('_email')]"
},
"support": {
Expand Down

0 comments on commit 71d5085

Please sign in to comment.