turbot/tailpipe-mod-aws-cloudtrail-log-detections

Query: Top 10 Services

Usage

powerpipe query aws_cloudtrail_log_detections.query.activity_dashboard_logs_by_service

Tailpipe Tables

SQL

select
event_source as "Service",
count(*) as "Logs"
from
aws_cloudtrail_log
where
not read_only
group by
event_source
order by
count(*) desc
limit 10;

Dashboards

The query is used in the dashboards: