Skip to content
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": "GCPCLOUDIDSLogsCCPDefinition",
"title": "Google Cloud Platform Cloud IDS (via Codeless Connector Framework) (Preview)",
"title": "Google Cloud Platform Cloud IDS (via Codeless Connector Framework)",
"publisher": "Microsoft",
"descriptionMarkdown": "The Google Cloud Platform IDS data connector provides the capability to ingest Cloud IDS Traffic logs, Threat logs and Audit logs into Microsoft Sentinel using the Google Cloud IDS API. Refer to [Cloud IDS API](https://cloud.google.com/intrusion-detection-system/docs/audit-logging#google.cloud.ids.v1.IDS) documentation for more information.",
"graphQueriesTableName": "GCPIDS",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"Data Connectors/GCPCloudIDSLog_CCP/GCPCloudIDSLog_ConnectorDefinition.json"
],
"BasePath": "C:\\Github\\Azure-Sentinel\\Solutions",
"Version": "3.0.1",
"Version": "3.0.2",
"Metadata": "SolutionMetadata.json",
"TemplateSpec": true,
"Is1PConnector": false
Expand Down
Binary file not shown.
14 changes: 7 additions & 7 deletions Solutions/GoogleCloudPlatformIDS/Package/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"email": "support@microsoft.com",
"_email": "[variables('email')]",
"_solutionName": "GoogleCloudPlatformIDS",
"_solutionVersion": "3.0.0",
"_solutionVersion": "3.0.1",
"solutionId": "azuresentinel.azure-sentinel-solution-gcpids",
"_solutionId": "[variables('solutionId')]",
"workspaceResourceId": "[resourceId('microsoft.OperationalInsights/Workspaces', parameters('workspace'))]",
Expand All @@ -71,7 +71,7 @@
],
"properties": {
"contentId": "[variables('_dataConnectorContentIdConnectorDefinition1')]",
"displayName": "Google Cloud Platform Cloud IDS (via Codeless Connector Framework) (Preview)",
"displayName": "Google Cloud Platform Cloud IDS (via Codeless Connector Framework)",
"contentKind": "DataConnector",
"mainTemplate": {
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
Expand All @@ -88,7 +88,7 @@
"properties": {
"connectorUiConfig": {
"id": "GCPCLOUDIDSLogsCCPDefinition",
"title": "Google Cloud Platform Cloud IDS (via Codeless Connector Framework) (Preview)",
"title": "Google Cloud Platform Cloud IDS (via Codeless Connector Framework)",
"publisher": "Microsoft",
"descriptionMarkdown": "The Google Cloud Platform IDS data connector provides the capability to ingest Cloud IDS Traffic logs, Threat logs and Audit logs into Microsoft Sentinel using the Google Cloud IDS API. Refer to [Cloud IDS API](https://cloud.google.com/intrusion-detection-system/docs/audit-logging#google.cloud.ids.v1.IDS) documentation for more information.",
"graphQueriesTableName": "GCPIDS",
Expand Down Expand Up @@ -268,7 +268,7 @@
"properties": {
"connectorUiConfig": {
"id": "GCPCLOUDIDSLogsCCPDefinition",
"title": "Google Cloud Platform Cloud IDS (via Codeless Connector Framework) (Preview)",
"title": "Google Cloud Platform Cloud IDS (via Codeless Connector Framework)",
"publisher": "Microsoft",
"descriptionMarkdown": "The Google Cloud Platform IDS data connector provides the capability to ingest Cloud IDS Traffic logs, Threat logs and Audit logs into Microsoft Sentinel using the Google Cloud IDS API. Refer to [Cloud IDS API](https://cloud.google.com/intrusion-detection-system/docs/audit-logging#google.cloud.ids.v1.IDS) documentation for more information.",
"graphQueriesTableName": "GCPIDS",
Expand Down Expand Up @@ -409,7 +409,7 @@
],
"properties": {
"contentId": "[variables('_dataConnectorContentIdConnections1')]",
"displayName": "Google Cloud Platform Cloud IDS (via Codeless Connector Framework) (Preview)",
"displayName": "Google Cloud Platform Cloud IDS (via Codeless Connector Framework)",
"contentKind": "ResourcesDataConnector",
"mainTemplate": {
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
Expand Down Expand Up @@ -449,7 +449,7 @@
"minLength": 3
},
"connectorDefinitionName": {
"defaultValue": "Google Cloud Platform Cloud IDS (via Codeless Connector Framework) (Preview)",
"defaultValue": "Google Cloud Platform Cloud IDS (via Codeless Connector Framework)",
"type": "securestring",
"minLength": 1
},
Expand Down Expand Up @@ -538,7 +538,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": "GoogleCloudPlatformIDS",
Expand Down
3 changes: 2 additions & 1 deletion Solutions/GoogleCloudPlatformIDS/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
**Version** | **Date Modified (DD-MM-YYYY)**| **ChangeHistory** |
|------------|-------------------------------|-------------------------------------------------------------------------------------------|
| 3.0.0 | 11-03-2025 | Initial Solution Release |
| 3.0.1 | 13-08-2025 | Google Cloud Platform IDS **CCF Data Connector** moving to GA |
| 3.0.0 | 11-03-2025 | Initial Solution Release |
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ $standardStreamMapping += @{ Key = 'SENTINEL_GCPCLOUDSQL'; Value = 'Microsoft-GC
$standardStreamMapping += @{ Key = 'SENTINEL_GCPCLOUDRUN'; Value = 'Microsoft-GCPCloudRun'}
$standardStreamMapping += @{ Key = 'SENTINEL_GCP_IAM_LOGS'; Value = 'Microsoft-GCPIAM'}
$standardStreamMapping += @{ Key = 'SENTINEL_AWSS3SERVERACCESS'; Value = 'Microsoft-AWSS3ServerAccess'}
$standardStreamMapping += @{ Key = 'SENTINEL_GCP_IDS_LOGS'; Value = 'Microsoft-GCPIDS'}
# Function to check if a key exists in the array of hashtables
function GetKeyValue {
param (
Expand Down
Loading