Skip to content

Google Workspace

Overview

Google Workspace provides detailed audit logs of user activities, such as logins, file sharing, and administrative actions. Monitor these logs to understand how your Google Workspace applications are being used, and optimize their efficiency and security.

How to use with Terraform

To deploy this integration using Terraform, you can use the coralogix_integration resource provided by the Coralogix Terraform provider. Below is an example configuration:

resource "coralogix_integration" "google-workspace-audit-logs-collector" {
  integration_key = "google-workspace-audit-logs-collector"
  version         = "0.1.0"

  parameters = {
    IntegrationName = "GoogleWorkspaceAdminLogs"
    ServiceAccountKey = "<ServiceAccountKey>"
    ImpersonatedEmail = "<ImpersonatedEmail>"
    GoogleWorkspaceApplicationNames = false
    ApplicationName = "<ApplicationName>"
  }
}

Replace the placeholder values with your actual configuration parameters. Refer to the parameter table below for required fields and their descriptions.

Revisions

0.1.0
NameTypeRequiredDescription
ApplicationNameStringYesThe application name for the integration
GoogleWorkspaceApplicationNamesBooleanYesSelect the applications for which Coralogix will read the audit logs
ImpersonatedEmailStringYesEnter a valid email address of a super admin user to be impersonated
IntegrationNameStringYes
ServiceAccountKeyStringYes
SubsystemNameStringNoThe subsystem name for the integration, if not provided then google workspace application name will be used