|
|
@@ -10,9 +10,9 @@ weight = 5
|
|
|
|
|
|
# Dashboard Search
|
|
|
|
|
|
-Dashboards can be searched by the dashboard name, filtered by one (or many) tags or filtered by starred status. The dashboard search is accessed through the dashboard picker, available in the dashboard top nav area.
|
|
|
+Dashboards can be searched by the dashboard name, filtered by one (or many) tags or filtered by starred status. The dashboard search is accessed through the dashboard picker, available in the dashboard top nav area. The dashboard search can also be opened by using the shortcut `F`.
|
|
|
|
|
|
-<img class="no-shadow" src="/img/docs/v50/dashboard_search_annotated.png">
|
|
|
+<img class="no-shadow" src="/img/docs/v50/dashboard_search_annotated.png" width="700px">
|
|
|
|
|
|
1. `Search Bar`: The search bar allows you to enter any string and search both database and file based dashboards in real-time.
|
|
|
2. `Starred`: Here you find all your starred dashboards.
|
|
|
@@ -25,9 +25,7 @@ When using only a keyboard, you can use your keyboard arrow keys to navigate the
|
|
|
|
|
|
## Find by dashboard name
|
|
|
|
|
|
-<img class="no-shadow" src="/img/docs/v2/dashboard_search_text.gif">
|
|
|
-
|
|
|
-To search and load dashboards click the open folder icon in the header or use the shortcut `CTRL`+`F`. Begin typing any part of the desired dashboard names. Search will return results for for any partial string match in real-time, as you type.
|
|
|
+Begin typing any part of the desired dashboard names in the search bar. Search will return results for for any partial string match in real-time, as you type.
|
|
|
|
|
|
Dashboard search is:
|
|
|
- Real-time
|
|
|
@@ -40,21 +38,8 @@ Tags are a great way to organize your dashboards, especially as the number of da
|
|
|
|
|
|
To filter the dashboard list by tag, click on any tag appearing in the right column. The list may be further filtered by clicking on additional tags:
|
|
|
|
|
|
-<img class="no-shadow" src="/img/docs/v2/dashboard_search_tag_filtering.gif">
|
|
|
-
|
|
|
-Alternately, to see a list of all available tags, click the tags link in the search bar. All tags will be shown, and when a tag is selected, the dashboard search will be instantly filtered:
|
|
|
-
|
|
|
-<img class="no-shadow" src="/img/docs/v2/dashboard_search_tags_all_filtering.gif">
|
|
|
+Alternately, to see a list of all available tags, click the tags dropdown menu. All tags will be shown, and when a tag is selected, the dashboard search will be instantly filtered:
|
|
|
|
|
|
When using only a keyboard: `tab` to focus on the *tags* link, `▼` down arrow key to find a tag and select with the `Enter` key.
|
|
|
|
|
|
-**Note**: When multiple tags are selected, Grafana will show dashboards that include **all**.
|
|
|
-
|
|
|
-
|
|
|
-## Filter by Starred
|
|
|
-
|
|
|
-Starring is a great way to organize and find commonly used dashboards. To show only starred dashboards in the list, click the *starred* link in the search bar:
|
|
|
-
|
|
|
-<img class="no-shadow" src="/img/docs/v2/dashboard_search_starred_filtering.gif">
|
|
|
-
|
|
|
-When using only a keyboard: `tab` to focus on the *stars* link, `▼` down arrow key to find a tag and select with the `Enter` key.
|
|
|
+**Note**: When multiple tags are selected, Grafana will show dashboards that include **all**.
|