mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 12:32:11 +08:00

* refactors config panels and visualizations, corrects relrefs * adds an alias * Remove some old content * moves visualizations topic to the root * moves out panels and visualization topics to the root * adds move and resize panel to add/organize panel; creates a create dashboard topic under build dashboards; adjusts context of add a panel to be from within an existing dashboard * updates aliases * creates search at root, moves dashboard preview to search, creates standalone search dashboard topic * moves Set dashboard time range to use-dashboards, creates modify dashboard settings and adds moves Modify dashboard time settings to that topic * moves existing query-options topic from working with panels to configure-panel-visualizations, moves panel time overrides and timeshift content to query options * Moving things to better category, fixing links, improving ordering * Move panel inspector to main panel topic * completes partial fix of relrefs * relref fixes con't * restructures remaining panels topics * more relref fixes * Minor fix * Minor tweak * finishes fixing relrefs Co-authored-by: Torkel Ödegaard <torkel@grafana.com> Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
2.1 KiB
2.1 KiB
aliases | keywords | title | weight | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Dashboard list | 300 |
Dashboard list
The dashboard list visualization allows you to display dynamic links to other dashboards. The list can be configured to use starred dashboards, recently viewed dashboards, a search query, and dashboard tags.
{{< figure src="/static/img/docs/v45/dashboard-list-panels.png" max-width="850px">}}
On each dashboard load, this panel queries the dashboard list, always providing the most up-to-date results.
Options
Use these options to refine your visualization.
- Starred - Display starred dashboards in alphabetical order.
- Recently viewed - Display recently viewed dashboards in alphabetical order.
- Search - Display dashboards by search query or tags. You must enter at least one value in Query or Tags. For the Query and Tags fields. Variable interpolation is supported, for example,
$my_var
or${my_var}
. - Show headings - The chosen list selection (Starred, Recently viewed, Search) is shown as a heading.
- Max items - Sets the maximum number of items to list per section. For example, if you left this at the default value of 10 and displayed Starred and Recently viewed dashboards, then the panel would display up to 20 total dashboards, ten in each section.
Search
These options only apply if the Search option is selected.
- Query - Enter the query you want to search by. Queries are case-insensitive, and partial values are accepted.
- Folder - Select the dashboard folders that you want to display.
- Tags - Here is where you enter your tags you want to search by. Note that existing tags will not appear as you type, and they are case sensitive.
Note: When multiple tags and strings appear, the dashboard list displays those matching all conditions.