All SmartLabels appear in the Query Builder and can be used in dashboards and actions as you would use any data field.
Dashboard with VOSLs #
The following example dashboard uses the Value-Oriented SmartLabels:
- Dept Risk Multiplier
- MAC Address Count
- Online Compute
- Title & Dept (Asset)
- VPC CIDR
All the charts use very simply queries (usually “<SmartLabel> exists”).

The dashboard includes the following charts:
-
Online Compute. Displays information about all the compute instances in your environment.
-
This chart uses the query
Online Compute == True -
Chart Type is “Table”.
-
-
Job Title & Department. Displays information about users, including a “Title & Dept (Asset)” column.
-
This chart uses the query
Title & Dept (Asset) exists -
Chart Type is “Table”.
-
-
Departmental Risk Multiplier. Displays information about departments, including a “Dept Risk Multiplier” column that displays the adjusted risk for high-risk departments.
-
This chart uses the query
Department Exists -
Chart Type is “Table”.
-
-
EC2 Instances by VPC Subnet CIDR Block. Displays a pie chart of assets, organized by VPC Subnet.
-
This chart uses the query
VPC Subnet CIDR exists -
Chart Type is “Pie Chart”.
-
-
Assets with 2 or More MAC Addresses. Displays a list of asset with two or more MAC Address, including a “MAC Address Count” column that displays the number of MAC addresses.
-
This chart uses the query
MAC Address Count >= 2 -
Chart Type is “Table”.
-
More Examples #
You can see more examples of SmartLabels in use in the following Value-Oriented Dashboards: