turbot/gcp_insights

Query: storage_bucket_logging

Usage

powerpipe query gcp_insights.query.storage_bucket_logging

Steampipe Tables

SQL

select
'Logging' as label,
case
when log_bucket is not null then 'Enabled'
else 'Disabled'
end as value,
case
when log_bucket is not null then 'ok'
else 'alert'
end as type
from
gcp_storage_bucket
where
id = $1;

Dashboards

The query is used in the dashboards: