Files
Agnès Toulet 57ceae257a Docs: Add usage insights export feature (#30376)
* Docs: Add usage insights export feature

* Apply suggestions from code review

Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>

* Update presence-indicator.md

* Apply PR feedback

* Improve "dashboard search" doc

* Docs: fixes and fill export-logs last section

* apply PR feedback

* Update what's new

* Apply suggestions from code review

Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>

* consistent feature naming

* Apply suggestions from code review

Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>

* Update enterprise-configuration.md

* Update license-expiration.md

Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-01-29 14:59:30 +01:00

931 B

+++ title = "Sort dashboards by using insights data" description = "Sort dashboards by using insights data" keywords = ["grafana", "search", "sort", "enterprise"] aliases = ["/docs/grafana/latest/enterprise/usage-insights/improved-search.md"] weight = 400 +++

Sort dashboards by using insights data

Note: Available in Grafana Enterprise v7.0+.

In the search view, you can sort dashboards by using insights data. Doing so helps you find unused or broken dashboards or discover those that are most viewed.

There are several sort options:

  • Errors total
  • Errors 30 days
  • Views total
  • Views 30 days

Errors 30 days and Views 30 days are based on a calculated sorting index that weighs errors and views that happened within the past day more heavily than those that happened over the past 30 days.

{{< docs-imagebox img="/img/docs/enterprise/improved_search.png" max-width="650px" class="docs-image--no-shadow" >}}