What It Does
- Queries Cloud Logging to find relevant log entries for GCP-hosted services
- Filters logs by time range, service, and severity
- Correlates log data with ticket context for root cause analysis
Connecting GCP Logging
- Open Integrations: Go to Settings → Integrations.
- Click Google Cloud Platform Logs: Click on the GCP Logging integration row to open the configuration modal.
- Provide service account credentials: Enter your Project ID (the service account’s home project), Service Account Email, and Private Key (from the service account JSON key file).
- Connect: Click Connect to save and activate the integration.
Create a dedicated service account with the Logs Viewer (
roles/logging.viewer) and Browser (roles/browser) roles for best security. Grant these at the folder or organization level to discover all accessible projects.