Bug fixes
- Renamed
steampipe.spvars.example
files topowerpipe.ppvars.example
and updated documentation. (#53)
This mod now requires Powerpipe. Steampipe users should check the migration guide.
Powerpipe
Powerpipe is now the preferred way to run this mod! Migrating from Steampipe →
All v0.x versions of this mod will work in both Steampipe and Powerpipe, but v1.0.0 onwards will be in Powerpipe format only.
Enhancements
- Focus documentation on Powerpipe commands.
- Show how to combine Powerpipe mods with Steampipe plugins.
What's new?
- Added
tags
as dimensions to group and filter findings. (see var.tag_dimensions) (#41) - Added
connection_name
in the common dimensions to group and filter findings. (see var.common_dimensions) (#41)
Enhancements
- Updated docs/index.md and README with new dashboard screenshots and latest format. (#36)
Enhancements
- Added
category
,service
, andtype
tags to benchmarks and controls. (#32)
Bug fixes
- Fixed the inline query of
compute_snapshot_max_age
control to correctly review the age of snapshots (#28)
What's new?
- Added default values to all variables (set to the same values in
steampipe.spvars.example
) - Added
*.spvars
and*.auto.spvars
files to.gitignore
- Renamed
steampipe.spvars
tosteampipe.spvars.example
, so the variable default values will be used initially. To use this example file instead, copysteampipe.spvars.example
as a new filesteampipe.spvars
, and then modify the variable values in it. For more information on how to set variable values, please see Input Variable Configuration.
Bug fixes
- Fixed the broken link for the console output image in the
docs/index.md
file
Enhancements
docs/index.md
file now includes the console output image
Bug fixes
- Fixed the
sql_db_instance_avg_cpu_utilization_high
variable to use50%
instead of25%
(18)
What's new?
- Added: Input variables have been added to most controls to allow different thresholds to be passed in. To get started, please see GCP Thrifty Configuration and for a list of variables and their default values, please see steampipe.spvars.
Bug fixes
- Fixed broken links to the Mod developer guide and LICENSE in README.md
What's new?
- New controls added:
- compute_disk_low_usage
- compute_instance_low_utilization
- logging_bucket_higher_retention_period
- sql_db_instance_low_connection_count
- sql_db_instance_low_utilization
Bug fixes
- Fixed: Brand color now matches GCP plugin brand color
What's new?
- Added initial BigQuery, Compute, and Storage benchmarks