GCP
Activity Timeline (24h)
Activity timeline from Cloud Audit Logs — who changed what, when, filterable by service.
Live preview — demo data
Same idea on another cloud
What this pane shows
Every mutating action against the project (Admin Activity and Data Access audit logs), filtered to changes only. Filter by service category to focus on IAM, networking, storage, compute or other dimensions; expand any row for the full request parameters and caller context.
Key use cases
- Answer "what changed?" during an incident investigation.
- Audit which principal made a sensitive IAM change.
- Trace a configuration change back to the deploy job that made it.
- Filter to security-relevant actions for a focused review.
How to embed
Drop this snippet on any HTML page that loads lp-embed.js. The pane
mounts itself wherever the matching <div> is in the DOM.
<div class="lp-gcp-incident-timeline-panel"
data-lp-account="<your-account-alias>"></div>
<script src="https://lightpane.io/embed/lp-embed.js"
data-lp-key="<your-access-key>"></script>
<script src="https://lightpane.io/_pane-tests/gcp/incident-timeline/incident-timeline.js"
defer></script>
Tier
Available on Builder and above.
Build notes
No outstanding build notes.