Skip to main content
Skip table of contents

Cloud Dashboards

he pre-built Value-Oriented Dashboards include the following cloud dashboards:

  • Multi-Cloud Consolidated Compute. This dashboard displays information about the compute resources in all the clouds in your environment. Compute resources are those resources that include CPU and memory and usually run software.

  • Multi-Cloud Idle Instance Spend. This dashboard displays information about idle cloud instances and the cost of those idle cloud instances.

  • Multi-Cloud Individual Compute. This dashboard displays information about the compute resources in each cloud in your environment. Compute resources are those resources that include CPU and memory and usually run software.

  • Multi-Cloud Public Cloud Object Stores. This dashboard includes information about all storage resources in all the clouds in your environment.

Required Connectors

To find all the assets in your environment, including all the cloud assets in your environment, Lucidum recommends you configure Lucidum connectors for:

  • The Endpoint Management solutions in your environment (for example, Jamf, Intune, Citrix Endpoint Management, Symantec Endpoint Management, Hexnode)

  • The Endpoint Protection solutions in your environment (for example, Trellix Endpoint Security, Symantec Endpoint Protection, SentinelOne, Crowdstrike Falcon, Microsoft Defender for Endpoint )

  • The Mobile Device Management solutions in your environment (for example, Addigy, Citrix Endpoint, Jamf Pro, Kandji)

  • The directory solutions in your environment (For example, Azure AD, Microsoft AD, Jump Cloud, PingOne, OpenLDAP,)

  • The DHCP solutions in your environment (For example, Infoblox, Efficient IP, BlueCat)

  • The VPN solutions in your environment (For example, Cisco AnyConnect, FortiClient, Palo Alto VPN, Citrix Gateway, Zscaler Private Access)

  • The cloud solutions in your environment (for example, AWS, Azure, Google Cloud, Oracle Cloud)

Syntax

When you see :: in a query, this means that the query includes a list member. For example:

Tag::Key

looks like this in the Query Builder

Multi-Cloud Consolidated Compute

The Multi-Cloud Consolidated Compute dashboard displays information about the compute resources in all the clouds in your environment. Compute resources are those resources that include CPU and memory and usually run software.

The Multi-Cloud Consolidated Compute dashboard looks like this:

Base Query

Most of the charts in this dashboard use the following as a base query:

Lucidum_VOD_Cloud_Compute match Yes

Lucidum_VOD_Cloud_Compute is a Dynamic Field. Dynamic Fields are shortcuts for more complex queries. Lucidum_VOD_Cloud_Compute is a shortcut for this query:

Cloud Asset (yes/no) == Yes AND Asset Type == VM

This means that Lucidum_VOD_Cloud_Compute matches “yes” when an asset is a cloud asset and additionally, that asset is a cloud asset of type “VM”.

If you wanted to create a dashboard for a different type of cloud instance, you can supply a different asset type in the query. To view all Asset Types in your Lucidum system, in the Query Builder, select Asset Type. The value field includes a list of available Asset Types to choose from.

Charts

To view details about each chart, click the pencil icon (

).

  • Cloud Compute - All Sources. Displays a count of all compute instances across all clouds in your environment.

    • This chart uses the query Lucidum_VOD_Cloud_Compute match Yes

    • The Summary further filters and organizes the query results (set of additional fields for each Lucidum Asset Name that matches the query) for display in the chart. This chart does not use an additional filter.

    • The Chart Type is “Big Number”.

  • Instance Type Breakdown. This chart displays the size type of each cloud compute instance.

    • This chart uses the query Lucidum_VOD_Cloud_Compute match Yes

    • The Summary further filters and organizes the query results (set of additional fields for each Lucidum Asset Name that matches the query) for display in the chart. This chart uses the additional filter count Lucidum Asset Name by Instance Type

    • The Chart Type is “Bar”.

  • All Cloud Assets - By Type. This chart displays all the types of cloud instances in your environment.

    • This chart uses the query Cloud Asset (yes/no) == yes

    • The Summary further filters and organizes the query results (set of additional fields for each Lucidum Asset Name that matches the query) for display in the chart. This chart uses the additional filter count Lucidum Asset by Asset Type

    • The Chart Type is “Pie”.

  • Cloud Compute Assets. This chart lists the name of the cloud compute instances.

    • This chart uses the query Lucidum_VOD_Cloud_Compute match Yes

    • The Summary further filters and organizes the query results (set of additional fields for each Lucidum Asset Name that matches the query) for display in the chart. This chart uses the additional filter sum # of Users by Lucidum Asset Name

    • The Chart Type is “Table”.

  • Compute Tags in Use. Tagging is the process of using a consistent, descriptive naming strategy for cloud instances. This chart displays all the tags used to tag compute instances.

    • This chart uses the query Lucidum_VOD_Cloud_Compute match Yes AND Tag::Key exists

    • The Summary further filters and organizes the query results (set of additional fields for each Lucidum Asset Name that matches the query) for display in the chart. This chart uses the additional filter count Lucidum Asset Name by Tag::Key

    • The Chart Type is “Bar”.

  • Top-n Cloud Compute Assets by OS. This chart displays the operating systems running on your compute instances.

    • This chart uses the query Lucidum_VOD_Cloud_Compute match Yes

    • The Summary further filters and organizes the query results (set of additional fields for each Lucidum Asset Name that matches the query) for display in the chart. This chart uses the additional filter count of Lucidum Asset Name by OS and Version

    • The Chart Type is “Bar”.

  • Cloud Object Storage by Encryption Status. This chart displays the number of encrypted and unencrypted storage instances.

    • This chart uses the query Cloud Asset (yes/no) == yes AND Asset Type match STORAGE

    • The Summary further filters and organizes the query results (set of additional fields for each Lucidum Asset Name that matches the query) for display in the chart. This chart uses the additional filter count of Lucidum Asset Name by Encrypted (yes/no)

    • The Chart Type is “Pie”.

Multi-Cloud Idle Instance Spend

The Multi-Cloud Idle Instance Spend dashboard displays information about idle cloud instances and the cost of those idle cloud instances.

The Multi-Cloud Idle Instance Spend dashboard looks like this:

Base Query

Most of these charts use the base query:

Lucidum_VOD_Cloud_Computer match Yes AND Idle Instance (yes/no) == Yes

Lucidum_VOD_Cloud_Compute is a Dynamic Field. Dynamic Fields are shortcuts for more complex queries. Lucidum_VOD_Cloud_Compute is a shortcut for this query:

Cloud Asset (yes/no) == Yes AND Asset Type == VM

This means that Lucidum_VOD_Cloud_Compute matches “yes” when an asset is a cloud asset and additionally, that asset is a cloud asset of type “VM”.

So the complete query is:

Cloud Asset (yes/no) == Yes AND Asset Type == VM AND Idle Instance (yes/no) == Yes

This means that matching assets are cloud assets, of type VM, and are idle.

Idle instances are those with consistently very low CPU usage.

If you wanted to create a dashboard for a different type of cloud instance, you can supply a different asset type in the query. To view all Asset Types in your Lucidum system, in the Query Builder, select Asset Type. The value field includes a list of available Asset Types to choose from.

Charts

To view details about each chart, click the pencil icon (

).

  • Cloud Compute Instances. Displays a count of all compute instances across all clouds in your environment.

    • This chart uses the query Lucidum_VOD_Cloud_Compute match Yes

    • The Summary further filters and organizes the query results (set of additional fields for each Lucidum Asset Name that matches the query) for display in the chart. This chart does not use an additional filter.

    • The Chart Type is “Big Number.

  • Idle Instances Total. Displays a count of all idle compute instances across all clouds in your environment.

    • This chart uses the query Lucidum_VOD_Cloud_Compute match Yes AND Idle Instance (yes/no) == Yes

    • The Summary further filters and organizes the query results (set of additional fields for each Lucidum Asset Name that matches the query) for display in the chart. This chart does not use an additional filter.

    • The Chart Type is “Big Number.

  • Idle Instance %. This chart displays the number of idle cloud compute instances and active cloud compute instances.

    • This chart uses the query Lucidum_VOD_Cloud_Compute match Yes

    • The Summary further filters and organizes the query results (set of additional fields for each Lucidum Asset Name that matches the query) for display in the chart. This chart uses the additional filter count Lucidum Asset Name by Idle Instance (yes/no)

    • The Chart Type is “Pie”.

  • Tags on Idle Instances. Tagging is the process of using a consistent, descriptive naming strategy for cloud instances. This chart displays all the tags used to tag idle instances.

    • This chart uses the query Lucidum_VOD_Cloud_Compute match Yes AND Idle Instance (yes/no) == Yes AND Tag::Key exists

    • The Summary further filters and organizes the query results (set of additional fields for each Lucidum Asset Name that matches the query) for display in the chart. This chart uses the additional filter count Lucidum Asset Name by Tag::Key

    • The Chart Type is “Bar”.

  • Cloud Compute Estimated Monthly Cost. Lucidum can calculate the monthly cost of cloud instances. This chart displays the total cost of all cloud instances.

    • This chart uses the query Lucidum_VOD_Cloud_Compute match Yes

    • The Summary further filters and organizes the query results (set of additional fields for each Lucidum Asset Name that matches the query) for display in the chart. This chart uses the additional filter sum Monthly Cost (Us Dollars) by All to calculate the monthly cost for all cloud instance.

    • The Chart Type is “Big Number”.

  • Estimated Monthly Cost by Instance Type. Lucidum can calculate the monthly cost of cloud instances. This chart displays the total cost of cloud instances, by size type.

    • This chart uses the query Lucidum_VOD_Cloud_Compute match Yes AND Idle Instance (yes/no) == Yes

    • The Summary further filters and organizes the query results (set of additional fields for each Lucidum Asset Name that matches the query) for display in the chart. This chart uses the additional filter sum Monthly Cost (Us Dollars) by Instance Type to calculate the monthly cost for each size type.

    • The Chart Type is “Bar”.

  • Idle Instances Estimated Monthly Cost. Lucidum can calculate the monthly cost of cloud instances. This chart displays the total cost of idle cloud instances.

    • This chart uses the query Lucidum_VOD_Cloud_Compute match Yes AND Idle Instance (yes/no) == Yes

    • The Summary further filters and organizes the query results (set of additional fields for each Lucidum Asset Name that matches the query) for display in the chart. This chart uses the additional filter sum Monthly Cost (Us Dollars) by All to calculate the monthly cost for all idle cloud instances.

    • The Chart Type is “Big Number”.

  • Idle Instances by Instance Type. This chart displays all idle cloud instances in your environment by size type

    • This chart uses the query Lucidum_VOD_Cloud_Compute match Yes AND Idle Instance (yes/no) == Yes

    • The Summary further filters and organizes the query results (set of additional fields for each Lucidum Asset Name that matches the query) for display in the chart. This chart uses the additional filter count Lucidum Asset by Instance Type

    • The Chart Type is “Bar”.

  • Idle Instances by Department. This chart displays the departments that have idle instances.

    • This chart uses the query Lucidum_VOD_Cloud_Compute match Yes AND Idle Instance (yes/no) == Yes

    • The Summary further filters and organizes the query results (set of additional fields for each Lucidum Asset Name that matches the query) for display in the chart. This chart uses the additional filter count Lucidum Asset by Department

    • The Chart Type is “Bar”.

  • Idle Instances by Region. This chart displays the regions that have idle instances.

    • This chart uses the query Lucidum_VOD_Cloud_Compute match Yes AND Idle Instance (yes/no) == Yes

    • The Summary further filters and organizes the query results (set of additional fields for each Lucidum Asset Name that matches the query) for display in the chart. This chart uses the additional filter count Lucidum Asset by Region

    • The Chart Type is “Bar”.

Multi-Cloud Individual Compute

The Multi-Cloud Individual Compute dashboard displays information about the compute resources in each cloud in your environment. Compute resources are those resources that include CPU and memory and usually run software.

The Multi-Cloud Individual Compute dashboard looks like this:

Base Query

Most of the charts in this dashboard use something like the following as a base query:

Data Sources match azure_vms

This means that we are searching for assets whose data is stored in the database table “azure_vms”. When Lucidum ingests data from Azure, Lucidum automatically categorizes the ingested data and stores all the information about Azure VMs in the table “azure_vms”. If an instance appears in the database table “azure_vms”, it is an Azure VM.

If you wanted to create a dashboard for a different type of cloud instance, you can search for a different Data Source. To view all Data Sources in your Lucidum system, in the Query Builder, select Data Sources. The value field includes a list of available Data Sources to choose from.

Charts

To view details about each chart, click the pencil icon (

).

  • Azure VMs. This chart displays a count of all Azure VMs in your environment.

    • This chart uses the query Data Sources match azure_vms

    • The Summary further filters and organizes the query results (set of additional fields for each Lucidum Asset Name that matches the query) for display in the chart. This chart does not use an additional filter.

    • The Chart Type is “Big Number”.

  • Azure VM Tags. This chart displays the tag values used for Azure VMs.

    • This chart uses the query Data Sources match azure_vms

    • The Summary further filters and organizes the query results (set of additional fields for each Lucidum Asset Name that matches the query) for display in the chart. This chart uses the additional filter count Lucidum Asset Name by Tag::Key

    • The Chart Type is “Bar”.

  • Azure VMs by Location. This chart displays the locations with Azure VMs.

    • This chart uses the query Data Sources match azure_vms

    • The Summary further filters and organizes the query results (set of additional fields for each Lucidum Asset Name that matches the query) for display in the chart. This chart uses the additional filter count Lucidum Asset Name by Location

    • The Chart Type is “Bar”.

  • Azure VMs by Instance Type. This chart displays Azure VMs by size type.

    • This chart uses the query Data Sources match azure_vms

    • The Summary further filters and organizes the query results (set of additional fields for each Lucidum Asset Name that matches the query) for display in the chart. This chart uses the additional filter count Lucidum Asset Name by Instance Type

    • The Chart Type is “Bar”.

  • AWS VMs. This chart displays a count of all AWS VMs in your environment.

    • This chart uses the query Data Sources match aws__ec2 AND Asset Type is equal to VM

    • The Summary further filters and organizes the query results (set of additional fields for each Lucidum Asset Name that matches the query) for display in the chart. This chart does not use an additional filter.

    • The Chart Type is “Big Number”.

  • AWS VM Tags. This chart displays the tag values used for AWS VMs.

    • This chart uses the query Data Sources match aws__ec2 AND Asset Type is equal to VM

    • The Summary further filters and organizes the query results (set of additional fields for each Lucidum Asset Name that matches the query) for display in the chart. This chart uses the additional filter count Lucidum Asset Name by Tag::Key

    • The Chart Type is “Bar”.

  • AWS VMs by Location. This chart displays locations with AWS VMs.

    • This chart uses the query Data Sources match aws__ec2 AND Asset Type is equal to VM

    • The Summary further filters and organizes the query results (set of additional fields for each Lucidum Asset Name that matches the query) for display in the chart. This chart uses the additional filter count Lucidum Asset Name by Location

    • The Chart Type is “Bar”.

  • AWS VMs by Instance Type. This chart displays AWS VMs by size type.

    • This chart uses the query Data Sources match aws__ec2 AND Asset Type is equal to VM

    • The Summary further filters and organizes the query results (set of additional fields for each Lucidum Asset Name that matches the query) for display in the chart. This chart uses the additional filter count Lucidum Asset Name by Instance Type

    • The Chart Type is “Bar”.

  • GCP VMs. This chart displays a count of all GCP VMs in your environment.

    • This chart uses the query Data Sources match gcp_inventory

    • The Summary further filters and organizes the query results (set of additional fields for each Lucidum Asset Name that matches the query) for display in the chart. This chart does not use an additional filter.

    • The Chart Type is “Big Number”.

  • GCP VM Tags. This chart displays the tag values used for GCP VMs.

    • This chart uses the query Data Sources match gcp_inventory

    • The Summary further filters and organizes the query results (set of additional fields for each Lucidum Asset Name that matches the query) for display in the chart. This chart uses the additional filter count Lucidum Asset Name by Tag::Key

    • The Chart Type is “Bar”.

  • GCP VMs by Location. This chart displays locations that have GCP VMs.

    • This chart uses the query Data Sources match gcp_inventory

    • The Summary further filters and organizes the query results (set of additional fields for each Lucidum Asset Name that matches the query) for display in the chart. This chart uses the additional filter count Lucidum Asset Name by Location

    • The Chart Type is “Bar”.

  • GCP VMs by Instance Type. This chart displays GCP VMs by size type

    • This chart uses the query Data Sources match gcp_inventory

    • The Summary further filters and organizes the query results (set of additional fields for each Lucidum Asset Name that matches the query) for display in the chart. This chart uses the additional filter count Lucidum Asset Name by Instance Type

    • The Chart Type is “Bar”.

Multi-Cloud Public Cloud Object Stores

The Multi-Cloud Public Cloud Object Stores dashboard displays information about all cloud storage resources, both public and private, in your environment.

The Multi-Cloud Public Cloud Object Stores dashboard looks like this:

Base Query

Most of the charts in this dashboard use the following as a base query:

Cloud Asset (yes/no) == Yes AND Asset Type == STORAGE

This query searches for assets that are cloud assets and additionally, that asset is a cloud asset of type “STORAGE”.

If you wanted to create a dashboard for a different type of cloud instance, you can supply a different asset type in the query. To view all Asset Types in your Lucidum system, in the Query Builder, select Asset Type. The value field includes a list of available Asset Types to choose from.

Charts

To view details about each chart, click the pencil icon (

).

  • Cloud Storage Total. This chart displays a count of all cloud storage instances in your environment.

    • This chart uses the query Cloud Asset (yes/no) == Yes AND Asset Type == STORAGE

    • The Summary further filters and organizes the query results (set of additional fields for each Lucidum Asset Name that matches the query) for display in the chart. This chart does not use an additional filter.

    • The Chart Type is “Big Number”.

  • Cloud Storage Assets. This chart displays the name of each storage asset (the Cloud Bucket) and its associated risk ranking.

    • This chart uses the query Cloud Asset (yes/no) == Yes AND Asset Type == STORAGE

    • The Summary further filters and organizes the query results (set of additional fields for each Lucidum Asset Name that matches the query) for display in the chart. This chart uses the additional filter average Risk Ranking by Cloud Bucket

    • The Chart Type is “Table”.

  • Encrypted, Public-Facing Cloud Storage. This chart displays a count of all encrypted, public-facing cloud storage.

    • This chart uses the query Cloud Asset (yes/no) == Yes AND Asset Type == STORAGE AND Public Facing (yes/no) == Yes AND Encrypted (yes/no) == yes

    • The Summary further filters and organizes the query results (set of additional fields for each Lucidum Asset Name that matches the query) for display in the chart. This chart does not use an additional filter.

    • The Chart Type is “Big Number”.

  • Encrypted, Public-Facing Cloud Storage Assets. This chart displays the name of each encrypted, public-facing storage asset (the Cloud Bucket) and its associated risk ranking.

    • This chart uses the query Cloud Asset (yes/no) == Yes AND Asset Type == STORAGE AND Public Facing (yes/no) == Yes AND Encrypted (yes/no) == yes

    • The Summary further filters and organizes the query results (set of additional fields for each Lucidum Asset Name that matches the query) for display in the chart. This chart uses the additional filter average Risk Ranking by Cloud Bucket

    • The Chart Type is “Table”.

  • Unencrypted, Public-Facing Cloud Storage. This chart displays a count of all unencrypted, public-facing cloud storage.

    • This chart uses the query Cloud Asset (yes/no) == Yes AND Asset Type == STORAGE AND Public Facing (yes/no) == Yes AND Encrypted (yes/no) == No

    • The Summary further filters and organizes the query results (set of additional fields for each Lucidum Asset Name that matches the query) for display in the chart. This chart does not use an additional filter.

    • The Chart Type is “Big Number”.

  • Unencrypted, Public-Facing Cloud Storage Assets. This chart displays the name of each unencrypted, public-facing storage asset (the Cloud Bucket) and its associated risk ranking.

    • This chart uses the query Cloud Asset (yes/no) == Yes AND Asset Type == STORAGE AND Public Facing (yes/no) == Yes AND Encrypted (yes/no) == No

    • The Summary further filters and organizes the query results (set of additional fields for each Lucidum Asset Name that matches the query) for display in the chart. This chart uses the additional filter average Risk Ranking by Cloud Bucket

    • The Chart Type is “Table”.

  • Total Cloud Storage by Vendor. This chart displays the vendors for cloud storage.

    • This chart uses the query Cloud Asset (yes/no) == Yes AND Asset Type == STORAGE

    • The Summary further filters and organizes the query results (set of additional fields for each Lucidum Asset Name that matches the query) for display in the chart. This chart uses the additional filter count Lucidum Asset Name by Vendor

    • The Chart Type is “Pie”.

  • Total Cloud Storage by Public-Facing. This chart displays the number of public cloud storage instances and the number of private cloud storage instances.

    • This chart uses the query Cloud Asset (yes/no) == Yes AND Asset Type == STORAGE

    • The Summary further filters and organizes the query results (set of additional fields for each Lucidum Asset Name that matches the query) for display in the chart. This chart uses the additional filter count Lucidum Asset Name by Public Facing (yes/no)

    • The Chart Type is “Pie”.

  • Total Cloud Storage by Region. This chart displays the regions where cloud storage residfes.

    • This chart uses the query Cloud Asset (yes/no) == Yes AND Asset Type == STORAGE

    • The Summary further filters and organizes the query results (set of additional fields for each Lucidum Asset Name that matches the query) for display in the chart. This chart uses the additional filter count Lucidum Asset Name by Region

    • The Chart Type is “Bar”.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.