turbot/tailpipe-mod-azure-activity-log-detections

Query: Top 10 Events

Usage

powerpipe query azure_activity_log_detections.query.activity_dashboard_logs_by_event

Tailpipe Tables

SQL

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

Dashboards

The query is used in the dashboards: