Create a Tag To Track Maintenance Tasks #
You could create a simple tag that tracks workstations that require maintenance.
You could create a tag for assets named “Maintenance”.
-
You could define the tag as Type List.
-
You could then define possible tasks like “Retire”, “Wipe”, “Upgrade”.
-
You could assign the Maintenance tag and a task value to specific assets.
-
You could then query which assets should be retired, which assets should be wiped, and which assets require an upgrade.
Create the Tag #
To create the tag:
-
Navigate to the Tag Management page (Left menu > Tags icon).
-
Click the Add Tag (plus-sign) icon in the upper right.
-
The Add Tag modal page appears:

-
Enter values in the fields:
-
Name. Name of the new Tag. In this example, the name is Maintenance.
-
Table Name. Select Asset.
-
Type. Select List.
-
Field Value. If you select List from the Field Type field, you must specify the possible values in this field. In this example, the values are Retire, Wipe, Upgrade..
-
-
Click Add.
-
The new Tag appears in the Tag Management page (Left menu > Tags icon).
-
The new Tag appears in the Query tool, under the category Tags. You can now use the new Tag as a filter in a query.
Assign the Tag to an Asset #
To assign the tag to an asset:
-
Create a query to find the assets or users you want to tag. For details, follow the steps to Create a query.
-
Click Show Results.

- In the Query Results page, select the assets or users you want to tag with a Tag.
-
Click the Add a Tag Value (wrench) icon.

-
In the Assign Tag Value modal page:
-
Tag. Select from the list of Tags.
-
Choose Value. Enter the value for the Tag. For Tags of type List, select from a list of possible values.
-
-
Click Confirm.
-
The Tag is now applied to the selected assets or users. You can use the Tag to search for the assets or users in the Query page.
Using the Tag in a Dashboard #
To use the tag in a dashboard:
In all the charts in this dashboard, the query was “Maintenance exists”:

- For details on creating a dashboard, see Creating a Dashboard.
- For details on creating charts in a dashboard, see Creating a Chart.
- For details on using the query builder, see Building Queries.
Using SmartLabels for Pie Charts #
One use of SmartLabels is to create pie charts in dashboards. This task is easier with SmartLabels than with multiple queries and multiple charts.
In our example, we will create a SmartLabel that finds users who are managed with Okta and users who are not managed with Okta.
Create the SmartLabel #
To create a SmartLabel in the SmartLabel Management page:
-
Navigate to the SmartLabel Management page (Left menu > SmartLabels icon).
-
Click the Add SmartLabel icon (plus-sign) in the upper right.

-
In the Add SmartLabel page, enter the following in the top pane:
- Name. Name of the SmartLabel. Must be unique among all SmartLabels (Lucidum SmartLabels, My SmartLabels, All SmartLabels). We entered Okta Users.
- Label Type. Specifies the data type for the value of the SmartLabel. We selected Boolean. Choices are:
- Boolean
- Date Time
- Float
- Integer
- List
- String
- Data Type. Specifies that Lucidum object type for the SmartLabel. We selected User. Choices are:
- Asset
- User
- MetaBlock. Select one or more MetaBlocks to align with to this SmartLabel. We did not select a MetaBlock. For details on MetaBlocks, see Creating and Managing MetaBlocks.
- Description. After saving the SmartLabel, Lucidum uses the Luci LLM to populate this field automatically. You cannot edit the value in this field.
- Business Value. After saving the SmartLabel, Lucidum uses the Luci LLM to populate this field automatically. You cannot edit the value in this field.
- Author Comments. Notes from the creator of the SmartLabel. We added the label Okta_Users_SmartLabel.
-
In the Configured Rules pane, we defined two rules.
-
Data Sources match Okta. This rules examines the user database, in the current data. The query looks for users where Data Sources matches “Okta. If one of the Data Sources matches Okta, the user account is managed by Okta. We assigned this rule the value True if matched.
-
Data sources not match Okta. This rules examines the user database, in the current data. The query looks for users where Data Sources do not match “Okta. If none of the Data Source matches Okta, the user account is not managed by Okta. We assigned this rule the value False if matched.
-
-
Default Label Value. We did not specify a value.If left blank, no value is assigned to users or assets that do not match one or more rules.
Using the SmartLabel in a Dashboard #

In this dashboard, you can view the following charts:
-
All Users. This chart is a listing of all users in Lucidum.
-
The query for this chart is “Lucidum User Name exists”.
-
-
Okta Users. This chart shows the number of user managed with Okta and the number of users not managed with Okta.
-
The query for this chart is “Okta Users exists”. This is the SmartLabel we created in the previous section. This very simple query results in a pie chart of users managed by Okta and users not managed by Okta.
-
-
Users Not Managed with Okta. This charts lists the users who are not managed in Okta.
-
The query is “Okta Users is False”, referencing the SmartLabel we created in the previous section.
-
- For details on creating a dashboard, see Creating a Dashboard.
- For details on creating charts in a dashboard, see Creating a Chart.
- For details on using the query builder, see Building Queries.