Quick Create Dashboard¶
Dashboard displays 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 a custom template, and comprehensively monitor data metrics from different sources by adding charts, time widgets, keyword searches, and tag filtering.
- Monitor core data: Display 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 for unified monitoring
- Support collaboration and sharing: Facilitate members to create, share, and collaborate on dashboards
Create¶
You can create a dashboard in three ways.
Start with a blank dashboard;
Reuse views from the built-in template library to create.
Blank Dashboard¶
- Define the name of the current dashboard;
- Define the identifier ID of the dashboard;
- Optionally enter a description for the dashboard;
- Select tags for easy grouping and management;
- Select the visibility range of the current dashboard;
- Click OK to create successfully.
Identifier ID¶
This ID is defined as identifier
and is used to determine the uniqueness of the dashboard or view.
Use Cases¶
Can be used to configure jump links for charts, enabling unique deterministic positioning.
: Define the identifier ID of the dashboard as abc
. In the final exported JSON file, the parameter is: "identifier": "abc"
: When configuring jump links for charts, add the dashboard link with identifier ID abc
as:
In addition to dashboards, views are also applicable:
// The 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 Range¶
The visibility range 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 public status 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 of the dashboard;
- Optionally enter a description for the dashboard;
- Upload a custom view template JSON file;
- Select tags for easy grouping and management;
- Select the visibility range of the current dashboard;
-
Click OK to create successfully.
-
Select to upload a .zip file:
The system will detect based on whether the identifier ID is duplicated.
If not duplicated, it will be imported successfully; 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 of the dashboard;
- Optionally enter a description for the dashboard;
- Select tags for easy grouping and management;
- Select the visibility range of the current dashboard;
- Click OK to create successfully.