Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CloudGuard - Updated texts and author #11457

Merged
merged 3 commits into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 modified Solutions/Check Point CloudGuard/Package/3.0.0.zip
Binary file not shown.
24 changes: 12 additions & 12 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,7 +44,7 @@
}
},
"variables": {
"email": "yohain@checkpoint.com",
"email": "support@checkpoint.com",
"_email": "[variables('email')]",
"_solutionName": "Check Point CloudGuard",
"_solutionVersion": "3.0.0",
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 @@ -1054,7 +1054,7 @@
"sourceId": "[variables('_solutionId')]"
},
"author": {
"name": "Yohai Nirenberg",
"name": "Checkpoint",
"email": "[variables('_email')]"
},
"support": {
Expand Down
1 change: 1 addition & 0 deletions Solutions/Check Point CloudGuard/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
|-------------|--------------------------------|---------------------------------------------|
| 3.0.0 | 18-11-2024 | Initial Solution release
| 3.0.1 | 20-11-2024 | Minor text fixes
Loading