Skip to content

Commit 6ffaad4

Browse files
committed
Update GCP Audit Logs connector names and version
Renamed connector definition and poller resources for consistency and updated references in solution files. Bumped solution version to 3.0.2 and added corresponding package zip. These changes improve clarity and maintain version alignment across deployment templates.
1 parent 869f0a2 commit 6ffaad4

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Solutions/Google Cloud Platform Audit Logs/Data Connectors/GCPAuditLogs_ccp/GCPAuditLogs_Definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "Microsoft.SecurityInsights/dataConnectorDefinitions",
33
"apiVersion": "2022-09-01-preview",
4-
"name": "{{workspace}}/Microsoft.SecurityInsights/GCPAuditLogsDefinition",
4+
"name": "GCPAuditLogsDefinition",
55
"kind": "Customizable",
66
"properties": {
77
"connectorUiConfig": {

Solutions/Google Cloud Platform Audit Logs/Data Connectors/GCPAuditLogs_ccp/GCPAuditLogs_Poller.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[{
22
"type": "Microsoft.SecurityInsights/dataConnectors",
33
"apiVersion": "2022-10-01-preview",
4-
"name": "{{workspace}}/Microsoft.SecurityInsights/GCPAuditLogs",
4+
"name": "GCPAuditLogsPoller",
55
"kind": "GCP",
66
"properties": {
77
"connectorDefinitionName": "GCPAuditLogsDefinition",

Solutions/Google Cloud Platform Audit Logs/Data/Solution_GCPAuditLogs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Logo": "<img src=\"https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Solutions/Google%20Cloud%20Platform%20Audit%20Logs/logo/Google-Cloud-Branding.png\" width=\"75px\" height=\"75px\">",
55
"Description": "The Google Cloud Platform (GCP) audit logs, ingested from Microsoft Sentinel's connector, enables you to capture and track all activity that occurs in your GCP environment. These audit logs provide valuable insights for monitoring user activity, troubleshooting issues, and ensuring compliance with security regulations. They serve as a record of events that practitioners can utilize to monitor access and identify potential threats across GCP resources.",
66
"Data Connectors": [
7-
"Data Connectors/GCPAuditLogs_ccp/data_connector_definition.json"
7+
"Data Connectors/GCPAuditLogs_ccp/GCPAuditLogs_Definition.json"
88
],
99
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\Google Cloud Platform Audit Logs",
1010
"Version": "3.0.0",
6.05 KB
Binary file not shown.

Solutions/Google Cloud Platform Audit Logs/Package/mainTemplate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"email": "support@microsoft.com",
4848
"_email": "[variables('email')]",
4949
"_solutionName": "Google Cloud Platform Audit Logs",
50-
"_solutionVersion": "3.0.1",
50+
"_solutionVersion": "3.0.2",
5151
"solutionId": "azuresentinel.azure-sentinel-solution-gcpauditlogs-api",
5252
"_solutionId": "[variables('solutionId')]",
5353
"workspaceResourceId": "[resourceId('microsoft.OperationalInsights/Workspaces', parameters('workspace'))]",
@@ -481,7 +481,7 @@
481481
}
482482
},
483483
{
484-
"name": "[[concat(parameters('innerWorkspace'), '/Microsoft.SecurityInsights', '/GCPAuditLogs', parameters('guidValue'))]",
484+
"name": "[[concat(parameters('innerWorkspace'),'/Microsoft.SecurityInsights/', 'GCPAuditLogsPoller', parameters('guidValue'))]",
485485
"apiVersion": "2023-02-01-preview",
486486
"type": "Microsoft.OperationalInsights/workspaces/providers/dataConnectors",
487487
"location": "[parameters('workspace-location')]",
@@ -523,7 +523,7 @@
523523
"apiVersion": "2023-04-01-preview",
524524
"location": "[parameters('workspace-location')]",
525525
"properties": {
526-
"version": "3.0.1",
526+
"version": "3.0.2",
527527
"kind": "Solution",
528528
"contentSchemaVersion": "3.0.0",
529529
"displayName": "Google Cloud Platform Audit Logs",

0 commit comments

Comments
 (0)