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

Query: Top 10 Events

Usage

powerpipe query gcp_audit_log_detections.query.activity_dashboard_logs_by_event

Tailpipe Tables

SQL

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

Dashboards

The query is used in the dashboards: