mirror of https://github.com/grafana/grafana
parent
2d99308219
commit
2b59724ea8
@ -0,0 +1,32 @@ |
||||
page_title: Kayboard Shortcuts |
||||
page_description: Kayboard Shortcuts for Grafana |
||||
page_keywords: grafana, export, import, documentation |
||||
--- |
||||
|
||||
# Keyboard Shortcuts |
||||
|
||||
No mouse? No problem. Grafana has extensive keyboard shortcuts to allow you to navigate throughout the interface. This comes in especially handy when dealing with dealing with single-purpose machines powering on-wall displays that may not have a mouse available. |
||||
|
||||
## Dashboard Keyboard Shortcuts |
||||
|
||||
Press `Shift`+`?` to open the keyboard shortcut dialog from anywhere within the dashboard views. |
||||
|
||||
<img class="no-shadow" src="/img/v2/Grafana-Keyboard-Shortcuts.gif" style="width:80%;"> |
||||
|
||||
|
||||
|Shortcut|Action| |
||||
|---|---| |
||||
|`Esc`|Exit fullscreen edit/view mode, close search or any editor view| |
||||
|`CTRL`+`F`|Open dashboard search view (also contains import/playlist controls)| |
||||
|`CTRL`+`S`|Save dashboard| |
||||
|`CTRL`+`H`|Hide row controls| |
||||
|`CTRL`+`Z`|Zoom out| |
||||
|`CTRL`+`R`|Refresh (Fetches new data and rerenders panels)| |
||||
|`CTRL`+`O`|Enable/Disable shared graph crosshair| |
||||
|
||||
|
||||
|
||||
**Note**: Grafana keyboard shortcuts are the same across operating system. For example, `CTRL`+`F` will open the dashboard picker on a Mac as well, **not** `⌘`+`F` |
||||
|
||||
|
||||
Have a suggestion for a new keyboard shortcut? Let us know! |
@ -1,34 +1,54 @@ |
||||
---- |
||||
page_title: Search guide |
||||
page_description: Search guide |
||||
page_keywords: grafana, time range, guide, documentation |
||||
page_title: Dashboard Search |
||||
page_description: Dashboard Search in Grafana |
||||
page_keywords: grafana, search, guide, documentation |
||||
--- |
||||
|
||||
# Search Guide |
||||
# Dashboard Search |
||||
|
||||
To search and load dashboards click the open folder icon in the header or use the shortcut CTRL+F. |
||||
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. |
||||
|
||||
## Tags |
||||
 |
||||
<img class="no-shadow" src="/img/v2/dashboard_search.jpg"> |
||||
|
||||
Click on any dashboard or use the down arrow key to navigate the search result and hit enter to open the selected dashboard. |
||||
1. `Dashboard Picker`: The Dashboard Picker is your primary navigation tool to move between dashboards. It is present on all dashboards, and open the Dashboard Search. The dashboard picker also doubles as the title of the current dashboard. |
||||
2. `Search Bar`: The search bar allows you to enter any string and search both database and file based dashbaords in real-time. |
||||
3. `Starred`: The starred link allows you to filter the list to display only starred dashboards. |
||||
4. `Tags`: The tags filter allows you to filter the list by dashboard tags. |
||||
|
||||
If you have a lot of dashboards use tags to organize them. You can add tags in the dashboards settings modal. |
||||
When using only a keyboard, you can use your keyboard arrow keys to navigate the results, hit enter to open the selected dashboard. |
||||
|
||||
## Find by dashboard name |
||||
|
||||
<img class="no-shadow" src="/img/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. |
||||
|
||||
 |
||||
Dashboard search is: |
||||
- Real-time |
||||
- *Not* case senstitive |
||||
- Functional across stored *and* file based dashboards. |
||||
|
||||
## Filter by Tag(s) |
||||
|
||||
If you have a lot of dashboards use tags to organize them. You can add tags in the dashboards settings modal. |
||||
|
||||
After you have added tags you can now view all available tags in the search popup. Click the tags link to the right in the search box, or just hit tab and then enter. You should now see a list of all tags. You can filter the tag list by continue writing in the search box, for example: "tags!:mongodb". |
||||
<img class="no-shadow" src="/img/v2/dashboard_search_tag_filtering.gif"> |
||||
|
||||
 |
||||
To filter the dashboard list by tag, click on any tag appearing in the right column. The list may be further filtered by cliking on additional tags. |
||||
|
||||
Click on any tag in the tag list to show dashboards with that tag (or just down arrow key to select a tag then enter key). |
||||
<img class="no-shadow" src="/img/v2/dashboard_search_tags_all_filtering.gif"> |
||||
|
||||
## Keyboard navigation |
||||
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. |
||||
|
||||
While the search input has focus you can use your keyboard arrow keys to navigate the results, hit enter to open the selected dashboard. |
||||
When using only a keybaord: `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 |
||||
|
||||
<img class="no-shadow" src="/img/v2/dashboard_search_starred_filtering.gif"> |
||||
|
||||
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. |
||||
|
||||
When using only a keybaord: `tab` to focus on the *stars* link, `▼` down arrow key to find a tag and select with the `Enter` key. |
Loading…
Reference in new issue