turbot/aws_insights

Query: redshift_cluster_logging_status

Usage

powerpipe query aws_insights.query.redshift_cluster_logging_status

Steampipe Tables

SQL

select
count(*) as value,
'Logging Disabled' as label,
case
count(*)
when 0 then 'ok'
else 'alert'
end as type
from
aws_redshift_cluster
where
logging_status ->> 'LoggingEnabled' = 'false'

Dashboards

The query is used in the dashboards: