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 connector name #11477

Merged
merged 1 commit into from
Nov 25, 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 @@ -7,7 +7,7 @@
"properties": {
"connectorUiConfig": {
"id": "CloudGuardCCPDefinition",
"title": "CloudGuard Security Events",
"title": "CloudGuard CNAPP Security Events",
"publisher": "CheckPoint",
"descriptionMarkdown": "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.",
"graphQueriesTableName": "CloudGuard_SecurityEvents_CL",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"Data Connectors/CloudGuard_ccp/CloudGuard_DataConnectorDefinition.json"
],
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\Check Point CloudGuard",
"Version": "3.0.1",
"Version": "3.0.0",
"Metadata": "SolutionMetadata.json",
"TemplateSpec": true
}
Binary file modified Solutions/Check Point CloudGuard/Package/3.0.0.zip
Binary file not shown.
10 changes: 5 additions & 5 deletions Solutions/Check Point CloudGuard/Package/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
],
"properties": {
"contentId": "[variables('_dataConnectorContentIdConnectorDefinition1')]",
"displayName": "CloudGuard Security Events",
"displayName": "CloudGuard CNAPP Security Events",
"contentKind": "DataConnector",
"mainTemplate": {
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
Expand All @@ -89,7 +89,7 @@
"properties": {
"connectorUiConfig": {
"id": "CloudGuardCCPDefinition",
"title": "CloudGuard Security Events",
"title": "CloudGuard CNAPP Security Events",
"publisher": "CheckPoint",
"descriptionMarkdown": "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.",
"graphQueriesTableName": "CloudGuard_SecurityEvents_CL",
Expand Down Expand Up @@ -744,7 +744,7 @@
"properties": {
"connectorUiConfig": {
"id": "CloudGuardCCPDefinition",
"title": "CloudGuard Security Events",
"title": "CloudGuard CNAPP Security Events",
"publisher": "CheckPoint",
"descriptionMarkdown": "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.",
"graphQueriesTableName": "CloudGuard_SecurityEvents_CL",
Expand Down Expand Up @@ -898,14 +898,14 @@
],
"properties": {
"contentId": "[variables('_dataConnectorContentIdConnections1')]",
"displayName": "CloudGuard Security Events",
"displayName": "CloudGuard CNAPP Security Events",
"contentKind": "ResourcesDataConnector",
"mainTemplate": {
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "[variables('dataConnectorCCPVersion')]",
"parameters": {
"connectorDefinitionName": {
"defaultValue": "CloudGuard Security Events",
"defaultValue": "CloudGuard CNAPP Security Events",
"type": "string",
"minLength": 1
},
Expand Down
3 changes: 1 addition & 2 deletions Solutions/Check Point CloudGuard/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
| **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
| 3.0.0 | 18-11-2024 | Initial Solution release
Loading