You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When saving dashboards. Add the ability to include tags about the dashboard.
The tags can be used later when retrieving the dashboards from Elastic Search by Grafana or from external dashboard organizers.
The tags add the ability to categorize, group, sort, filter dashboards based on user input tags in Grafana. Dealing with dozens of dashboards is cumbersome.
Expose UI to input tags when saving dashboards.
Expose UI to group, sort, filter based on tags (or other fields in the dashboards) in the load dashboards section.
The text was updated successfully, but these errors were encountered:
Add tags to dashboards in the dashboard settings. In the search result click on any tag and filter by it.
Keyboard navigation is really nice so I made that solid.
Ctrl+F to open search, tab to focus the "Tags" link, hit enter to switch to tags only view (equal to enter tags!: in the query box). Keydown to to select tag, och filter tag list by writing a query like: "tags!:db" (after you hit the tags link the search box has focus).
When you filter by tag the query box will contain "tags:<thetag AND title:" and have focus so just continue writing to filter by title or hit down key to select the dashboard you want.
When saving dashboards. Add the ability to include tags about the dashboard.
The tags can be used later when retrieving the dashboards from Elastic Search by Grafana or from external dashboard organizers.
The tags add the ability to categorize, group, sort, filter dashboards based on user input tags in Grafana. Dealing with dozens of dashboards is cumbersome.
Expose UI to input tags when saving dashboards.
Expose UI to group, sort, filter based on tags (or other fields in the dashboards) in the load dashboards section.
The text was updated successfully, but these errors were encountered: