Quick Dashboard Creation¶
Dashboards display functionally related visual reports on the same interface, building data insights scenarios through multi-dimensional data analysis. You can start building visual scenarios by creating a blank dashboard or importing custom templates, and comprehensively monitor data metrics from different sources by adding charts, time widgets, keyword searches, and tag filtering.
-
Monitor core data: Centralize key performance indicators in chart form;
-
Real-time data analysis: Provide real-time data and historical trend analysis;
-
Unified monitoring components: Integrate data from different services, applications, and infrastructure to achieve unified monitoring;
-
Support collaboration and sharing: Facilitate team members to create, share, and collaborate on dashboards.
Create¶
You can create a dashboard in three ways.
Start from a system blank dashboard;
Reuse views from the built-in template library for creation.
Blank Dashboard¶
-
Define the name of the current dashboard;
-
Define the identifier ID for this dashboard;
-
Optionally enter a description for this dashboard;
-
Select tags for easier grouping and management later;
-
Choose the visibility scope for this dashboard;
-
Click OK to complete the creation.
Identifier ID¶
This ID is defined as identifier and is used to determine the uniqueness of the dashboard or view.
Use Cases¶
It can be used to configure jump links for charts, thereby achieving unique and deterministic positioning.
: Define the identifier ID of the dashboard as abc. In the final exported JSON file, the parameter is: "identifier": "abc"
: When configuring a jump link for a chart, add the link to the dashboard with the identifier ID abc as:
In addition to dashboards, views are also applicable:
// type field optional values: inner(user view), sys(system view). Defaults to inner if not passed:
/scene/builtinview/detail?identifier=abc&type=sys // system view
/scene/builtinview/detail?identifier=abc&type=inner // user view
/scene/builtinview/detail?identifier=abc // user view
Visibility Scope¶
The visibility scope of the dashboard includes:
-
Public: Open to all members in the workspace;
-
Only visible to self: Only the creator can view;
-
Custom: Limit visibility to specific members.
Note
-
Non-public dashboards shared via links are not visible to non-creators;
-
The switch here only controls the publicity of the current dashboard and does not affect other rules.
Import Dashboard¶
-
Select to upload a .json file:
-
Define the name of the current dashboard;
-
Define the identifier ID for this dashboard;
-
Optionally enter a description for this dashboard;
-
Upload a custom view template JSON file;
-
Select tags for easier grouping and management later;
-
Choose the visibility scope for this dashboard;
-
Click OK to complete the creation.
-
Select to upload a .zip file:
The system will detect based on whether the identifier ID is duplicated.
If not duplicated, the import will be successful; if duplicated, you need to choose to skip, overwrite, or cancel.
After successful import, you can go to Dashboard > Import Items to view.
Note
During batch import, if the user does not have edit permissions for the original dashboard with a duplicated identifier ID, the system will forcibly apply the "skip" strategy, and this situation will not be prompted in the processing interface.
Built-in Template Library¶
Ready to use, including system views and user views.
-
The dashboard name defaults to the name of the selected view and can be changed as needed;
-
Define the identifier ID for this dashboard;
-
Optionally enter a description for this dashboard;
-
Select tags for easier grouping and management later;
-
Choose the visibility scope for this dashboard;
-
Click OK to complete the creation.



