Skip to content

Google Workspace Alert Center

Overview

Google Workspace Alert Center provides you with security alerts on potential threats and suspicious activities detected in your Google Workspace environment. Ingest your security alerts as logs into Coralogix for a single pane of glass for monitoring and investigating security threats.

For more information about this integration, click here.

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-alert-center-collector" {
  integration_key = "google-alert-center-collector"
  version         = "0.0.1"

  parameters = {
    IntegrationName = "GoogleAlertCenter"
    ServiceAccountKey = "<ServiceAccountKey>"
    ImpersonatedEmail = "<ImpersonatedEmail>"
    ApplicationName = "<ApplicationName>"
    SubsystemName = "Google Workspace Alert Center"
  }
}

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

Revisions

0.0.1
Name Type Required Description
ApplicationName String Yes The application name that the integration will be used with.
ImpersonatedEmail String Yes Existing super-administrator email address for the domain that granted access to the service account you created.
IntegrationName String Yes
ServiceAccountKey String Yes
SubsystemName String Yes This subsystem name, used to identify the integration.