turbot/aws_insights

Query: cloudtrail_trail_logging

Usage

powerpipe query aws_insights.query.cloudtrail_trail_logging

Steampipe Tables

SQL

select
'Logging' as label,
case
when is_logging then 'Enabled'
else 'Disabled'
end as value,
case
when is_logging then 'ok'
else 'alert'
end as type
from
aws_cloudtrail_trail
where
region = home_region
and arn = $1;

Dashboards

The query is used in the dashboards: