GCP
Global Resource Search
Free-text search across every discovered GCP resource — VMs, buckets, functions, databases.
Live preview — demo data
Same idea on another cloud
What this pane shows
A search bar over every resource the discovery layer knows about across the project: Compute Engine instances, Cloud Storage buckets, Cloud Functions, Cloud SQL, Firestore, IAM service accounts and many more. Results show the service, region and a couple of key attributes.
Key use cases
- Find a resource by partial name without knowing the exact project / region.
- Track every instance of a naming pattern across the estate.
- Audit how many resources share a substring.
- Quickly find the right resource to attach to a ticket.
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-global-search-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/global-search/global-search.js"
defer></script>
Tier
Available on Builder and above.
Build notes
Mock-only at the moment — live-wiring tracked in the roadmap.