Skip to Content
PlatformFeaturesAsset Inventory

Asset Inventory

The Asset Inventory is a unified, normalized view of all your cloud assets across every connected integration. Regardless of whether your resources are in AWS, GCP, Azure, or any other supported provider, they appear in a single queryable inventory - with consistent schemas, searchable attributes, and organized categories.

Cloud assets are typically scattered across providers, accounts, and regions - each with different APIs, formats, and naming conventions. The Asset Inventory consolidates all of this into one place, so you can search, filter, and explore resources by metadata, tags, configurations, teams, projects, and cost centers.

Searching and Filtering

Use the search bar to find resources by any attribute. The Asset Inventory supports a purpose-built query language designed for fast, attribute-based searches - without writing SQL.

Examples of what you can search for:

  • Find resources by IP address, name, or any property value
  • Filter by tags: tags.Environment = "production"
  • Search across tag keys: tags.*service* != ""
  • Combine conditions: region IN ("eu-west-1", "us-east-1") AND tags.Team = "platform"

See the full Search Query Syntax reference for operators, wildcards, and advanced filtering.

Saved Searches

Bookmark your most common queries as saved searches for quick access. Saved searches can be shared with your team and accessed via the REST API.

Resource Categories

Assets are organized into categories in the left sidebar - Compute, Storage, Networking, IAM, Databases, and more. Select a category to filter the inventory to just those resource types. Expand any resource to see its full schema and attributes.

Going Deeper with SQL

For more advanced queries that go beyond the search syntax - such as joins across tables, aggregations, or complex conditions - use the SQL Console to write ClickHouse SQL directly against your synced data.

Last updated on