Overview
The Google Cloud Platform integration polls Cloud Logging and ingests:
- Admin Activity audit logs (always on; covers IAM, project, and resource changes)
- Data Access audit logs (when enabled per service)
- System Event audit logs
- Policy Denied audit logs
- VPC flow logs and any other log streams routed to a Cloud Logging sink
Prerequisites
- A GCP project (or organization) with the logs you want to ingest.
- A service account with the Logs Viewer (
roles/logging.viewer) role at the appropriate scope.
Step 1: Create a service account
- Open the Google Cloud Console and select your project.
- Go to IAM & Admin → Service Accounts → Create service account.
- Name it
atatus-siemand click Create and continue. - Grant the role Logs Viewer (
roles/logging.viewer). For broader scope, also grant Private Logs Viewer (roles/logging.privateLogViewer) for Data Access logs. - Click Done.
- Open the new service account → Keys tab → Add Key → Create new key → JSON. Download the JSON file securely.
Tip: To collect logs across multiple projects, grant the service account the role at the organization or folder level instead.
Step 2: Enable required APIs
- Go to APIs & Services → Library.
- Enable Cloud Logging API (and Cloud Audit Logs API if listed).
Step 3: (Optional) Enable Data Access logs
By default, Data Access audit logs are disabled.
- Go to IAM & Admin → Audit Logs.
- Select the services you want (for example,
Cloud Storage,BigQuery). - Enable Admin Read, Data Read, and Data Write as needed.
- Click Save.
Step 4: Connect Google Cloud Platform in Atatus
- In Atatus, go to Security → Cloud SIEM → Integrations.
- Locate the Google Cloud Platform card and click Connect.
- Fill in the form:
| Field | Description | Example |
|---|---|---|
| Service Account JSON | Paste the entire JSON key from Step 1. | { "type": "service_account", ... } |
| GCP Project ID | Project to read logs from. | my-project-123 |
| Poll Interval (minutes) | How often to fetch new events. | 5 |
| Enabled | Turn collection on. | true |
- Click Connect.
Verification
- The Google Cloud Platform card shows Configured.
- Audit log entries appear in Security → Cloud SIEM → Audit Logs → Events with source
gcp_audit.
+1-415-800-4104