Run this before the platform takes production telemetry, and re-run it quarterly and after any change to the network topology, the identity model, or the set of teams pushing data into it.
It overlaps the Grafana readiness gate deliberately and asks a different question. That gate covers who can log into the dashboard and what they can see once they are in. This review covers everything behind it: what each component listens on, who can call it directly without going through Grafana at all, and what the stored data would be worth to somebody who got there.
The two questions underneath
The first is exposure: the telemetry platform is a system with a network listener on every host in the estate and a copy of what those hosts are doing. Its defaults are permissive because upstream optimises for a first install that works, and every one of those defaults is a decision somebody has to make again for production.
The second is content. Telemetry is a data store, and it is the one data store nobody classified — the logs, spans and labels arrive from a hundred call sites written by people who were thinking about a bug, not about a retention policy. The first question decides how hard the platform is to reach. The second decides what the reach is worth.
Where the numbers come from
Most items are one shell command on a component host, one call to a config or metrics endpoint, or one object-store API call. Substitute your own addresses and bucket names; the ones below are the shapes used throughout this course, not an estate that exists.
Four items are attested rather than measured: the data classification, the source-redaction discipline, the leak runbook and the cross-tenant policy. Those are the four an auditor will ask about, and a command cannot answer any of them.
Access this needs
Shell access on the component hosts for the bind and firewall items, read access to each component’s HTTP API, read-only credentials for the object store, and read access to the repository holding the configuration and the runbooks. The scan items need a host on the network you are scanning from. Nothing on this list writes.
Sign-off
- Reviewer: ________________ Date: ___________
- Platform owner: ___________ Date: ___________
- Security owner: ___________ Date: ___________