diff --git a/Solutions/Google Cloud Platform Security Command Center/Data Connectors/GCPSecurityCommandCenter.json b/Solutions/Google Cloud Platform Security Command Center/Data Connectors/GCPSecurityCommandCenter.json index ce311ecc984..022557d7302 100644 --- a/Solutions/Google Cloud Platform Security Command Center/Data Connectors/GCPSecurityCommandCenter.json +++ b/Solutions/Google Cloud Platform Security Command Center/Data Connectors/GCPSecurityCommandCenter.json @@ -20,7 +20,7 @@ "dataTypes": [ { "name": "{{graphQueriesTableName}}", - "lastDataReceivedQuery": "{{graphQueriesTableName}}\n | where TimeGenerated > ago(12h) | where name_s == \"no data test\" | summarize Time = max(TimeGenerated)\n | where isnotempty(Time)" + "lastDataReceivedQuery": "{{graphQueriesTableName}}\n | where TimeGenerated > ago(12h) | summarize Time = max(TimeGenerated)\n | where isnotempty(Time)" } ], "connectivityCriteria": [ diff --git a/Solutions/Google Cloud Platform Security Command Center/Package/3.0.6.zip b/Solutions/Google Cloud Platform Security Command Center/Package/3.0.6.zip new file mode 100644 index 00000000000..5db960f7457 Binary files /dev/null and b/Solutions/Google Cloud Platform Security Command Center/Package/3.0.6.zip differ diff --git a/Solutions/Google Cloud Platform Security Command Center/Package/mainTemplate.json b/Solutions/Google Cloud Platform Security Command Center/Package/mainTemplate.json index a40b7983517..46a068e82be 100644 --- a/Solutions/Google Cloud Platform Security Command Center/Package/mainTemplate.json +++ b/Solutions/Google Cloud Platform Security Command Center/Package/mainTemplate.json @@ -42,7 +42,7 @@ "variables": { "workspaceResourceId": "[resourceId('microsoft.OperationalInsights/Workspaces', parameters('workspace'))]", "_solutionName": "Google Cloud Security Command Center", - "_solutionVersion": "3.0.5", + "_solutionVersion": "3.0.6", "_solutionAuthor": "Microsoft", "_packageIcon": "google_logo", "solutionId": "azuresentinel.azure-sentinel-solution-gcpscclogs-api", @@ -113,7 +113,7 @@ "dataTypes": [ { "name": "{{graphQueriesTableName}}", - "lastDataReceivedQuery": "{{graphQueriesTableName}}\n | where TimeGenerated > ago(12h) | where name_s == \"no data test\" | summarize Time = max(TimeGenerated)\n | where isnotempty(Time)" + "lastDataReceivedQuery": "{{graphQueriesTableName}}\n | where TimeGenerated > ago(12h) | summarize Time = max(TimeGenerated)\n | where isnotempty(Time)" } ], "connectivityCriteria": [ @@ -297,7 +297,7 @@ "dataTypes": [ { "name": "{{graphQueriesTableName}}", - "lastDataReceivedQuery": "{{graphQueriesTableName}}\n | where TimeGenerated > ago(12h) | where name_s == \"no data test\" | summarize Time = max(TimeGenerated)\n | where isnotempty(Time)" + "lastDataReceivedQuery": "{{graphQueriesTableName}}\n | where TimeGenerated > ago(12h) | summarize Time = max(TimeGenerated)\n | where isnotempty(Time)" } ], "connectivityCriteria": [ diff --git a/Solutions/Google Cloud Platform Security Command Center/ReleaseNotes.md b/Solutions/Google Cloud Platform Security Command Center/ReleaseNotes.md index 2afcd26bfe9..b505b3409c7 100644 --- a/Solutions/Google Cloud Platform Security Command Center/ReleaseNotes.md +++ b/Solutions/Google Cloud Platform Security Command Center/ReleaseNotes.md @@ -1,4 +1,5 @@ -| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** | -|-------------|--------------------------------|---------------------------------------------| -| 3.0.5 | 16-05-2024 | Modification in ** Data Connector ** | -| 3.0.4 | 28-02-2024 | Initial solution release | \ No newline at end of file +| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** | +|-------------|--------------------------------|------------------------------------------------| +| 3.0.6 | 12-11-2024 | Modified datatype query for **Data Connector** | +| 3.0.5 | 16-05-2024 | Modification in ** Data Connector ** | +| 3.0.4 | 28-02-2024 | Initial solution release | \ No newline at end of file