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": "GCPFLoadBalancerLogsCCPDefinition",
"title": "GCP Pub/Sub Load Balancer Logs (Preview)",
"title": "GCP Pub/Sub Load Balancer Logs (via Codeless Connector Platform).",
"publisher": "Microsoft",
"descriptionMarkdown": "Google Cloud Platform (GCP) Load Balancer logs provide detailed insights into network traffic, capturing both inbound and outbound activities. These logs are used for monitoring access patterns and identifying potential security threats across GCP resources. Additionally, these logs also include GCP Web Application Firewall (WAF) logs, enhancing the ability to detect and mitigate risks effectively.",
"graphQueriesTableName": "GCPLoadBalancerLogs_CL",
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"email": "[email protected]",
"_email": "[variables('email')]",
"_solutionName": "Google Cloud Platform Load Balancer Logs",
"_solutionVersion": "3.0.0",
"_solutionVersion": "3.0.1",
"solutionId": "azuresentinel.azure-sentinel-solution-gcploadbalancerlogs-api",
"_solutionId": "[variables('solutionId')]",
"workspaceResourceId": "[resourceId('microsoft.OperationalInsights/Workspaces', parameters('workspace'))]",
Expand All @@ -72,7 +72,7 @@
],
"properties": {
"contentId": "[variables('_dataConnectorContentIdConnectorDefinition1')]",
"displayName": "GCP Pub/Sub Load Balancer Logs (Preview)",
"displayName": "GCP Pub/Sub Load Balancer Logs (via Codeless Connector Platform).",
"contentKind": "DataConnector",
"mainTemplate": {
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
Expand All @@ -89,7 +89,7 @@
"properties": {
"connectorUiConfig": {
"id": "GCPFLoadBalancerLogsCCPDefinition",
"title": "GCP Pub/Sub Load Balancer Logs (Preview)",
"title": "GCP Pub/Sub Load Balancer Logs (via Codeless Connector Platform).",
"publisher": "Microsoft",
"descriptionMarkdown": "Google Cloud Platform (GCP) Load Balancer logs provide detailed insights into network traffic, capturing both inbound and outbound activities. These logs are used for monitoring access patterns and identifying potential security threats across GCP resources. Additionally, these logs also include GCP Web Application Firewall (WAF) logs, enhancing the ability to detect and mitigate risks effectively.",
"graphQueriesTableName": "GCPLoadBalancerLogs_CL",
Expand Down Expand Up @@ -453,7 +453,7 @@
"properties": {
"connectorUiConfig": {
"id": "GCPFLoadBalancerLogsCCPDefinition",
"title": "GCP Pub/Sub Load Balancer Logs (Preview)",
"title": "GCP Pub/Sub Load Balancer Logs (via Codeless Connector Platform).",
"publisher": "Microsoft",
"descriptionMarkdown": "Google Cloud Platform (GCP) Load Balancer logs provide detailed insights into network traffic, capturing both inbound and outbound activities. These logs are used for monitoring access patterns and identifying potential security threats across GCP resources. Additionally, these logs also include GCP Web Application Firewall (WAF) logs, enhancing the ability to detect and mitigate risks effectively.",
"graphQueriesTableName": "GCPLoadBalancerLogs_CL",
Expand Down Expand Up @@ -593,12 +593,20 @@
],
"properties": {
"contentId": "[variables('_dataConnectorContentIdConnections1')]",
"displayName": "GCP Pub/Sub Load Balancer Logs (Preview)",
"displayName": "GCP Pub/Sub Load Balancer Logs (via Codeless Connector Platform).",
"contentKind": "ResourcesDataConnector",
"mainTemplate": {
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "[variables('dataConnectorCCPVersion')]",
"parameters": {
"guidValue": {
"defaultValue": "[[newGuid()]",
"type": "string"
},
"innerWorkspace": {
"defaultValue": "[parameters('workspace')]",
"type": "string"
},
"GCPServiceAccountEmail": {
"defaultValue": "Enter GCPServiceAccountEmail value",
"type": "string",
Expand All @@ -625,7 +633,7 @@
"minLength": 3
},
"connectorDefinitionName": {
"defaultValue": "GCP Pub/Sub Load Balancer Logs (Preview)",
"defaultValue": "GCP Pub/Sub Load Balancer Logs (via Codeless Connector Platform).",
"type": "string",
"minLength": 1
},
Expand Down Expand Up @@ -672,7 +680,7 @@
}
},
{
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/', 'GCPFirewallLogsTemplateConnections')]",
"name": "[[concat(parameters('innerWorkspace'),'/Microsoft.SecurityInsights/', 'GCPFirewallLogsTemplateConnections', parameters('guidValue'))]",
"apiVersion": "2023-02-01-preview",
"type": "Microsoft.OperationalInsights/workspaces/providers/dataConnectors",
"location": "[parameters('workspace-location')]",
Expand Down Expand Up @@ -714,7 +722,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": "Google Cloud Platform Load Balancer Logs",
Expand Down
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 | 14-02-2025 | Initial Solution Release |
| 3.0.1 | 28-03-2025 | Moving Solution from Public Preview to Globally available. |
| 3.0.0 | 14-02-2025 | Initial Solution Release. |
Loading