You can use export SmartLabels and import SmartLabels.This allows you to easily share content between Lucidum systems and use consistent content across all Lucidum systems. Because SmartLabels often include complex queries and expressions, exporting and importing allows you to do the work once but use the work everywhere.
Exporting a SmartLabel #
When you export a SmartLabel, Lucidum sends a .json file to the downloads directory on the local computer. The .json file includes the SmartLabel and all its content. You can then import the .json file into other Lucidum systems.
To export a SmartLabel:
- Go to the SmartLabels page (Left menu > SmartLabels icon).
- Find the SmartLabel you want to export. Select its checkbox.
- Click the Export (down arrow) icon.

- The SmartLabel is exported to a file named <SmartLabel name>.json and stored in the downloads directory of the local computer.
- Notice that in this example, the exported SmartLabel includes five nested SmartLabels. The SmartLabel (All Vulns w/KEVS) and its five nested SmartLabels are all included in the exported .json file.
Importing a SmartLabel #
You can import a .json file for a SmartLabel. When you import the .json file, the SmartLabel and all its nested SmartLabels (if applicable) are imported on to your Lucidum system.
To import a SmartLabel:
- Go to the SmartLabels page (Left menu > SmartLabels icon).
- Click the Import Metablock (up arrow) icon.

- The Import SmartLabels modal page appears.

- In the Import SmartLabels modal, choose one of the following:
- Skip. Will not duplicate existing content with the same name and will instead skip importing any duplicate content.
- Overwrite. Overwrites any existing content with the same name.
- Test. Test the import file for errors:
- If the test is successful, you can then import the file
- If the test detects errors, you can quickly see details about the errors
- Click Choose File and navigate to the .json file you want to import.
- After successful import, you should see the new SmartLabel and all its nested SmartLabels (if applicable) in your Lucidum system.
