turbot/tailpipe-mod-aws-vpc-flow-log-detections

Query: Traffic by Log Status

Description

Distribution of record counts by log status.

Usage

powerpipe query aws_vpc_flow_log_detections.query.activity_dashboard_traffic_by_log_status

Tailpipe Tables

SQL

select
log_status,
count(*) as "Records"
from
aws_vpc_flow_log
where
log_status is not null
group by
log_status
order by
"Records" desc,
log_status;

Dashboards

The query is used in the dashboards: