Powerpipe on Ubuntu 24.04 LTS

Azure Observability

Powerpipe, the open source tool for dashboards and benchmarks as code, rendering a real security posture dashboard and compliance benchmark from first boot.

Base
Hardened build
minimal ports, security patches applied at build time
Access
Unique credentials
generated on first boot, readable only by root
Verified
Boots working
services pass a health gate before release
Support
24/7, 365 days
by email and live chat, 24 hour response SLA

Overview

Powerpipe is Turbot's open source tool for building and running dashboards and benchmarks as code. You describe dashboards, charts, tables and compliance controls in HCL mods, point Powerpipe at a SQL backend, and it renders an interactive dashboard site and grades your resources against controls. It is the modern successor to Steampipe's dashboarding, able to query Postgres, SQLite, DuckDB or MySQL and to layer in Turbot's large open source library of security and compliance mods.

This image ships a bundled sample mod that renders a real security posture dashboard and runs a real compliance benchmark against a local SQLite backend seeded with sample cloud inventory data, so Powerpipe works out of the box with no cloud credentials, no separate database server and no internet. When you are ready, repoint it at your own Steampipe, Postgres, SQLite or DuckDB backend and install official Turbot mods.

Why the cloudimg image

cloudimg ships Powerpipe hardened, fully patched and secure by default: the dashboard server binds to loopback only and is reachable solely through an nginx reverse proxy that enforces HTTP Basic Auth, with a unique password generated on the first boot of every instance and stored in a root only file. No shared or default credential survives into the image, and because the sample backend is a local SQLite file there is no database port to expose. A working dashboard and benchmark render real content from first boot, and 24/7 cloudimg support backs the image.

Common uses

  • Cloud, security and compliance posture dashboards as code
  • Running compliance benchmarks against your infrastructure data
  • A self hosted home for Turbot's open source mods and custom HCL dashboards

See it running

Real screenshots taken while testing this image against its deployment guide.

Powerpipe on Ubuntu 24.04 LTS screenshot 1 Powerpipe on Ubuntu 24.04 LTS screenshot 2 Powerpipe on Ubuntu 24.04 LTS screenshot 3