Skip to main content
Version: v4.32

SecOps

Google Security Operations is Google's security operations platform that enables detection, investigation and response to incidents.

The to_google_secops operator makes it possible to send events to Google SecOps using the unstructured logs ingestion API.

Examples

Send a Single Event

from {log: "31-Mar-2025 01:35:02.187 client 0.0.0.0#4238: query: tenzir.com IN A + (255.255.255.255)"}
to_google_secops \
  customer_id="00000000-0000-0000-00000000000000000",
  private_key=secret("my_secops_key"),
  client_email="somebody@example.com",
  log_text=log,
  log_type="BIND_DNS",
  region="europe"