turbot/tailpipe-mod-gcp-audit-log-detections

Query: Logs by Service

Usage

powerpipe query gcp_audit_log_detections.query.activity_dashboard_logs_by_service

Tailpipe Tables

SQL

select
service_name as "Service",
count(*) as "Logs"
from
gcp_audit_log
where
service_name is not null
group by
service_name
order by
count(*) desc
limit 10;

Dashboards

The query is used in the dashboards: