Skip to main content

GCP Logging

Connect Google Cloud Logging to give RunLLM's SRE agent real-time access to your GCP logs. During incident investigations, the agent can query logs using GCP filter syntax and discover the structure of your logging environment.

The agent can:

  • Query logs using GCP filter syntax
  • Retrieve extended log payloads for alert triage
  • Discover available resource types and log schema
ParameterDescription
GCP Project IDThe ID of your Google Cloud project (e.g., sre-observability).
Service Account KeyThe full contents of a GCP service account JSON key file with the Logs Viewer role. Paste the entire JSON object.

Optional parameters

ParameterDescription
Rules / InstructionsFree-form instructions that guide the agent on how to use this integration.
Create a least-privilege service account

In the GCP console, create a service account with only the Logs Viewer (roles/logging.viewer) role, then generate and download a JSON key. Paste the full contents of that JSON file into the Service Account Key field.