<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Dashboards on Grafana Labs</title><link>https://grafana.com/docs/grafana/v7.0/dashboards/</link><description>Recent content in Dashboards on Grafana Labs</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="/docs/grafana/v7.0/dashboards/index.xml" rel="self" type="application/rss+xml"/><item><title>Annotations</title><link>https://grafana.com/docs/grafana/v7.0/dashboards/annotations/</link><pubDate>Sat, 11 Apr 2026 09:32:03 +0000</pubDate><guid>https://grafana.com/docs/grafana/v7.0/dashboards/annotations/</guid><content><![CDATA[&lt;h1 id=&#34;annotations&#34;&gt;Annotations&lt;/h1&gt;
&lt;figure
    class=&#34;figure-wrapper figure-wrapper__lightbox w-100p &#34;
    style=&#34;max-width: 800px;&#34;
    itemprop=&#34;associatedMedia&#34;
    itemscope=&#34;&#34;
    itemtype=&#34;http://schema.org/ImageObject&#34;
  &gt;&lt;a
        class=&#34;lightbox-link&#34;
        href=&#34;/static/img/docs/v46/annotations.png&#34;
        itemprop=&#34;contentUrl&#34;
      &gt;&lt;div class=&#34;img-wrapper w-100p h-auto&#34;&gt;&lt;img
          class=&#34;lazyload &#34;
          data-src=&#34;/static/img/docs/v46/annotations.png&#34;data-srcset=&#34;/static/img/docs/v46/annotations.png?w=320 320w, /static/img/docs/v46/annotations.png?w=550 550w, /static/img/docs/v46/annotations.png?w=750 750w, /static/img/docs/v46/annotations.png?w=900 900w, /static/img/docs/v46/annotations.png?w=1040 1040w, /static/img/docs/v46/annotations.png?w=1240 1240w, /static/img/docs/v46/annotations.png?w=1920 1920w&#34;data-sizes=&#34;auto&#34;alt=&#34;&#34;width=&#34;746&#34;height=&#34;293&#34;/&gt;
        &lt;noscript&gt;
          &lt;img
            src=&#34;/static/img/docs/v46/annotations.png&#34;
            alt=&#34;&#34;width=&#34;746&#34;height=&#34;293&#34;/&gt;
        &lt;/noscript&gt;&lt;/div&gt;&lt;/a&gt;&lt;/figure&gt;
&lt;p&gt;Annotations provide a way to mark points on the graph with rich events. When you hover over an annotation
you can get event description and event tags. The text field can include links to other systems with more detail.&lt;/p&gt;
&lt;h2 id=&#34;native-annotations&#34;&gt;Native annotations&lt;/h2&gt;
&lt;p&gt;Grafana v4.6&#43; comes with a native annotation store and the ability to add annotation events directly from the graph panel or via the &lt;a href=&#34;../../http_api/annotations/&#34;&gt;HTTP API&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;adding-annotations&#34;&gt;Adding annotations&lt;/h2&gt;
&lt;p&gt;By holding down Ctrl/Cmd&#43;Click. Adding tags to the annotation will make it searchable from other dashboards.&lt;/p&gt;
&lt;div class=&#34;screenshot&#34; style=&#34;max-width:600px&#34;&gt;
  &lt;a href=&#34;/static/img/docs/annotations/annotation.gif&#34; title=&#34;&#34;&gt;
    &lt;img alt=&#34;&#34; src=&#34;data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==&#34;
         data-src=&#34;/static/img/docs/annotations/annotation-still.png&#34; class=&#34;screenshot__still lazyload&#34;&gt;
    &lt;img alt=&#34;&#34; src=&#34;/static/img/docs/annotations/annotation.gif&#34; class=&#34;screenshot__animated-gif&#34;&gt;
    &lt;div class=&#34;screenshot__play&#34;&gt;
      &lt;i class=&#34;fa fa-play&#34;&gt;&lt;/i&gt;
    &lt;/div&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;h3 id=&#34;adding-regions-events&#34;&gt;Adding regions events&lt;/h3&gt;
&lt;p&gt;You can also hold down Ctrl/Cmd and select region to create a region annotation.&lt;/p&gt;
&lt;div class=&#34;screenshot&#34; style=&#34;max-width:600px&#34;&gt;
  &lt;a href=&#34;/static/img/docs/annotations/region-annotation.gif&#34; title=&#34;&#34;&gt;
    &lt;img alt=&#34;&#34; src=&#34;data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==&#34;
         data-src=&#34;/static/img/docs/annotations/region-annotation-still.png&#34; class=&#34;screenshot__still lazyload&#34;&gt;
    &lt;img alt=&#34;&#34; src=&#34;/static/img/docs/annotations/region-annotation.gif&#34; class=&#34;screenshot__animated-gif&#34;&gt;
    &lt;div class=&#34;screenshot__play&#34;&gt;
      &lt;i class=&#34;fa fa-play&#34;&gt;&lt;/i&gt;
    &lt;/div&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;h3 id=&#34;built-in-query&#34;&gt;Built in query&lt;/h3&gt;
&lt;p&gt;After you added an annotation they will still be visible. This is due to the built in annotation query that exists on all dashboards. This annotation query will
fetch all annotation events that originate from the current dashboard and show them on the panel where they were created. This includes alert state history annotations. You can
stop annotations from being fetched and drawn by opening the &lt;strong&gt;Annotations&lt;/strong&gt; settings (via Dashboard cogs menu) and modifying the query named &lt;code&gt;Annotations &amp;amp; Alerts (Built-in)&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;When you copy a dashboard using the &lt;strong&gt;Save As&lt;/strong&gt; feature it will get a new dashboard id so annotations created on source dashboard will no longer be visible on the copy. You
can still show them if you add a new &lt;strong&gt;Annotation Query&lt;/strong&gt; and filter by tags. But this only works if the annotations on the source dashboard had tags to filter by.&lt;/p&gt;
&lt;h3 id=&#34;query-by-tag&#34;&gt;Query by tag&lt;/h3&gt;
&lt;p&gt;You can create new annotation queries that fetch annotations from the native annotation store via the &lt;code&gt;-- Grafana --&lt;/code&gt; data source and by setting &lt;em&gt;Filter by&lt;/em&gt; to &lt;code&gt;Tags&lt;/code&gt;. Specify at least
one tag. For example create an annotation query name &lt;code&gt;outages&lt;/code&gt; and specify a tag named &lt;code&gt;outage&lt;/code&gt;. This query will show all annotations you create (from any dashboard or via API) that have the &lt;code&gt;outage&lt;/code&gt; tag. By default, if you add multiple tags in the annotation query, Grafana will only show annotations that have all the tags you supplied. You can invert the behavior by enabling &lt;code&gt;Match any&lt;/code&gt; which means that Grafana will show annotations that contains at least one of the tags you supplied.&lt;/p&gt;
&lt;p&gt;In Grafana v5.3&#43; it&amp;rsquo;s possible to use template variables in the tag query. So if you have a dashboard showing stats for different services and a template variable that dictates which services to show, you can now use the same template variable in your annotation query to only show annotations for those services.&lt;/p&gt;
&lt;figure
    class=&#34;figure-wrapper figure-wrapper__lightbox w-100p &#34;
    style=&#34;max-width: 600px;&#34;
    itemprop=&#34;associatedMedia&#34;
    itemscope=&#34;&#34;
    itemtype=&#34;http://schema.org/ImageObject&#34;
  &gt;&lt;a
        class=&#34;lightbox-link&#34;
        href=&#34;/static/img/docs/v53/annotation_tag_filter_variable.png&#34;
        itemprop=&#34;contentUrl&#34;
      &gt;&lt;div class=&#34;img-wrapper w-100p h-auto&#34;&gt;&lt;img
          class=&#34;lazyload &#34;
          data-src=&#34;/static/img/docs/v53/annotation_tag_filter_variable.png&#34;data-srcset=&#34;/static/img/docs/v53/annotation_tag_filter_variable.png?w=320 320w, /static/img/docs/v53/annotation_tag_filter_variable.png?w=550 550w, /static/img/docs/v53/annotation_tag_filter_variable.png?w=750 750w, /static/img/docs/v53/annotation_tag_filter_variable.png?w=900 900w, /static/img/docs/v53/annotation_tag_filter_variable.png?w=1040 1040w, /static/img/docs/v53/annotation_tag_filter_variable.png?w=1240 1240w, /static/img/docs/v53/annotation_tag_filter_variable.png?w=1920 1920w&#34;data-sizes=&#34;auto&#34;alt=&#34;&#34;width=&#34;708&#34;height=&#34;349&#34;/&gt;
        &lt;noscript&gt;
          &lt;img
            src=&#34;/static/img/docs/v53/annotation_tag_filter_variable.png&#34;
            alt=&#34;&#34;width=&#34;708&#34;height=&#34;349&#34;/&gt;
        &lt;/noscript&gt;&lt;/div&gt;&lt;/a&gt;&lt;/figure&gt;
&lt;h2 id=&#34;querying-other-data-sources&#34;&gt;Querying other data sources&lt;/h2&gt;
&lt;p&gt;Annotation events are fetched via annotation queries. To add a new annotation query to a dashboard
open the dashboard settings menu, then select &lt;code&gt;Annotations&lt;/code&gt;. This will open the dashboard annotations
settings view. To create a new annotation query hit the &lt;code&gt;New&lt;/code&gt; button.&lt;/p&gt;
&lt;!--![](/static/img/docs/v50/annotation_new_query.png)--&gt;
&lt;figure
    class=&#34;figure-wrapper figure-wrapper__lightbox w-100p &#34;
    style=&#34;max-width: 600px;&#34;
    itemprop=&#34;associatedMedia&#34;
    itemscope=&#34;&#34;
    itemtype=&#34;http://schema.org/ImageObject&#34;
  &gt;&lt;a
        class=&#34;lightbox-link&#34;
        href=&#34;/static/img/docs/v50/annotation_new_query.png&#34;
        itemprop=&#34;contentUrl&#34;
      &gt;&lt;div class=&#34;img-wrapper w-100p h-auto&#34;&gt;&lt;img
          class=&#34;lazyload &#34;
          data-src=&#34;/static/img/docs/v50/annotation_new_query.png&#34;data-srcset=&#34;/static/img/docs/v50/annotation_new_query.png?w=320 320w, /static/img/docs/v50/annotation_new_query.png?w=550 550w, /static/img/docs/v50/annotation_new_query.png?w=750 750w, /static/img/docs/v50/annotation_new_query.png?w=900 900w, /static/img/docs/v50/annotation_new_query.png?w=1040 1040w, /static/img/docs/v50/annotation_new_query.png?w=1240 1240w, /static/img/docs/v50/annotation_new_query.png?w=1920 1920w&#34;data-sizes=&#34;auto&#34;alt=&#34;&#34;width=&#34;2391&#34;height=&#34;900&#34;/&gt;
        &lt;noscript&gt;
          &lt;img
            src=&#34;/static/img/docs/v50/annotation_new_query.png&#34;
            alt=&#34;&#34;width=&#34;2391&#34;height=&#34;900&#34;/&gt;
        &lt;/noscript&gt;&lt;/div&gt;&lt;/a&gt;&lt;/figure&gt;
&lt;p&gt;Specify a name for the annotation query. This name is given to the toggle (checkbox) that will allow
you to enable/disable showing annotation events from this query. For example you might have two
annotation queries named &lt;code&gt;Deploys&lt;/code&gt; and &lt;code&gt;Outages&lt;/code&gt;. The toggle will allow you to decide what annotations
to show.&lt;/p&gt;
&lt;h3 id=&#34;annotation-query-details&#34;&gt;Annotation query details&lt;/h3&gt;
&lt;p&gt;The annotation query options are different for each data source.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;../../features/datasources/graphite/#annotations&#34;&gt;Graphite annotation queries&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;../../features/datasources/elasticsearch/#annotations&#34;&gt;Elasticsearch annotation queries&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;../../features/datasources/influxdb/#annotations&#34;&gt;InfluxDB annotation queries&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;../../features/datasources/prometheus/#annotations&#34;&gt;Prometheus annotation queries&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;../../features/datasources/mysql/#annotations&#34;&gt;MySQL annotation queries&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;../../features/datasources/postgres/#annotations&#34;&gt;Postgres annotation queries&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;../../features/datasources/loki/#annotations&#34;&gt;Loki annotation queries&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
]]></content><description>&lt;h1 id="annotations">Annotations&lt;/h1>
&lt;figure
class="figure-wrapper figure-wrapper__lightbox w-100p "
style="max-width: 800px;"
itemprop="associatedMedia"
itemscope=""
itemtype="http://schema.org/ImageObject"
>&lt;a
class="lightbox-link"
href="/static/img/docs/v46/annotations.png"
itemprop="contentUrl"
>&lt;div class="img-wrapper w-100p h-auto">&lt;img
class="lazyload "
data-src="/static/img/docs/v46/annotations.png"data-srcset="/static/img/docs/v46/annotations.png?w=320 320w, /static/img/docs/v46/annotations.png?w=550 550w, /static/img/docs/v46/annotations.png?w=750 750w, /static/img/docs/v46/annotations.png?w=900 900w, /static/img/docs/v46/annotations.png?w=1040 1040w, /static/img/docs/v46/annotations.png?w=1240 1240w, /static/img/docs/v46/annotations.png?w=1920 1920w"data-sizes="auto"alt=""width="746"height="293"/>
&lt;noscript>
&lt;img
src="/static/img/docs/v46/annotations.png"
alt=""width="746"height="293"/>
&lt;/noscript>&lt;/div>&lt;/a>&lt;/figure>
&lt;p>Annotations provide a way to mark points on the graph with rich events. When you hover over an annotation
you can get event description and event tags. The text field can include links to other systems with more detail.&lt;/p></description></item><item><title>Dashboard Folders</title><link>https://grafana.com/docs/grafana/v7.0/dashboards/dashboard_folders/</link><pubDate>Sat, 11 Apr 2026 09:32:03 +0000</pubDate><guid>https://grafana.com/docs/grafana/v7.0/dashboards/dashboard_folders/</guid><content><![CDATA[&lt;h1 id=&#34;dashboard-folders&#34;&gt;Dashboard Folders&lt;/h1&gt;
&lt;p&gt;Folders are a way to organize and group dashboards - very useful if you have a lot of dashboards or multiple teams using the same Grafana instance.&lt;/p&gt;
&lt;h2 id=&#34;how-to-create-a-folder&#34;&gt;How To Create A Folder&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Create a folder by using the Create Folder link in the side menu (under the create menu (&#43; icon))&lt;/li&gt;
&lt;li&gt;Use the create Folder button on the Manage Dashboards page.&lt;/li&gt;
&lt;li&gt;When saving a dashboard, you can either choose a folder for the dashboard to be saved in or create a new folder&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;On the Create Folder page, fill in a unique name for the folder and press Create.&lt;/p&gt;
&lt;h2 id=&#34;manage-dashboards&#34;&gt;Manage Dashboards&lt;/h2&gt;
&lt;figure
    class=&#34;figure-wrapper figure-wrapper__lightbox w-100p docs-image--right&#34;
    style=&#34;max-width: 300px;&#34;
    itemprop=&#34;associatedMedia&#34;
    itemscope=&#34;&#34;
    itemtype=&#34;http://schema.org/ImageObject&#34;
  &gt;&lt;a
        class=&#34;lightbox-link&#34;
        href=&#34;/static/img/docs/v50/manage_dashboard_menu.png&#34;
        itemprop=&#34;contentUrl&#34;
      &gt;&lt;div class=&#34;img-wrapper w-100p h-auto&#34;&gt;&lt;img
          class=&#34;lazyload &#34;
          data-src=&#34;/static/img/docs/v50/manage_dashboard_menu.png&#34;data-srcset=&#34;/static/img/docs/v50/manage_dashboard_menu.png?w=320 320w, /static/img/docs/v50/manage_dashboard_menu.png?w=550 550w, /static/img/docs/v50/manage_dashboard_menu.png?w=750 750w, /static/img/docs/v50/manage_dashboard_menu.png?w=900 900w, /static/img/docs/v50/manage_dashboard_menu.png?w=1040 1040w, /static/img/docs/v50/manage_dashboard_menu.png?w=1240 1240w, /static/img/docs/v50/manage_dashboard_menu.png?w=1920 1920w&#34;data-sizes=&#34;auto&#34;alt=&#34;&#34;width=&#34;205&#34;height=&#34;329&#34;/&gt;
        &lt;noscript&gt;
          &lt;img
            src=&#34;/static/img/docs/v50/manage_dashboard_menu.png&#34;
            alt=&#34;&#34;width=&#34;205&#34;height=&#34;329&#34;class=&#34;docs-image--right&#34;/&gt;
        &lt;/noscript&gt;&lt;/div&gt;&lt;/a&gt;&lt;/figure&gt;
&lt;p&gt;There is a new Manage Dashboards page where you can carry out a variety of tasks:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;create a folder&lt;/li&gt;
&lt;li&gt;create a dashboard&lt;/li&gt;
&lt;li&gt;move dashboards into folders&lt;/li&gt;
&lt;li&gt;delete multiple dashboards&lt;/li&gt;
&lt;li&gt;navigate to a folder page (where you can set permissions for a folder and/or its dashboards)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;dashboard-folder-page&#34;&gt;Dashboard Folder Page&lt;/h2&gt;
&lt;p&gt;You reach the dashboard folder page by clicking on the cog icon that appears when you hover
over a folder in the dashboard list in the search result or on the Manage dashboards page.&lt;/p&gt;
&lt;p&gt;The Dashboard Folder Page is similar to the Manage Dashboards page and is where you can carry out the following tasks:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Allows you to move or delete dashboards in a folder.&lt;/li&gt;
&lt;li&gt;Rename a folder (under the Settings tab).&lt;/li&gt;
&lt;li&gt;Set permissions for the folder (inherited by dashboards in the folder).&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;permissions&#34;&gt;Permissions&lt;/h2&gt;
&lt;p&gt;Permissions can be assigned to a folder and inherited by the containing dashboards. An Access Control List (ACL) is used where
&lt;strong&gt;Organization Role&lt;/strong&gt;, &lt;strong&gt;Team&lt;/strong&gt; and Individual &lt;strong&gt;User&lt;/strong&gt; can be assigned permissions. Read the
&lt;a href=&#34;../../permissions/dashboard_folder_permissions/&#34;&gt;Dashboard and Folder Permissions&lt;/a&gt; docs for more detail
on the permission system.&lt;/p&gt;
]]></content><description>&lt;h1 id="dashboard-folders">Dashboard Folders&lt;/h1>
&lt;p>Folders are a way to organize and group dashboards - very useful if you have a lot of dashboards or multiple teams using the same Grafana instance.&lt;/p></description></item><item><title>Dashboard Version History</title><link>https://grafana.com/docs/grafana/v7.0/dashboards/dashboard_history/</link><pubDate>Sat, 11 Apr 2026 09:32:03 +0000</pubDate><guid>https://grafana.com/docs/grafana/v7.0/dashboards/dashboard_history/</guid><content><![CDATA[&lt;h1 id=&#34;dashboard-version-history&#34;&gt;Dashboard Version History&lt;/h1&gt;
&lt;p&gt;Whenever you save a version of your dashboard, a copy of that version is saved so that previous versions of your dashboard are never lost. A list of these versions is available by entering the dashboard settings and then selecting &amp;ldquo;Versions&amp;rdquo; in the left side menu.&lt;/p&gt;
&lt;img class=&#34;no-shadow&#34; src=&#34;/static/img/docs/v50/dashboard_versions_list.png&#34;&gt;
&lt;p&gt;The dashboard version history feature lets you compare and restore to previously saved dashboard versions.&lt;/p&gt;
&lt;h2 id=&#34;comparing-two-dashboard-versions&#34;&gt;Comparing two dashboard versions&lt;/h2&gt;
&lt;p&gt;To compare two dashboard versions, select the two versions from the list that you wish to compare. Once selected, the &amp;ldquo;Compare versions&amp;rdquo; button will become clickable. Click the button to view the diff between the two versions.&lt;/p&gt;
&lt;img class=&#34;no-shadow&#34; src=&#34;/static/img/docs/v50/dashboard_versions_select.png&#34;&gt;
&lt;p&gt;Upon clicking the button, you&amp;rsquo;ll be brought to the diff view. By default, you&amp;rsquo;ll see a textual summary of the changes, like in the image below.&lt;/p&gt;
&lt;img class=&#34;no-shadow&#34; src=&#34;/static/img/docs/v50/dashboard_versions_diff_basic.png&#34;&gt;
&lt;p&gt;If you want to view the diff of the raw JSON that represents your dashboard, you can do that as well by clicking the &amp;ldquo;View JSON Diff&amp;rdquo; button at the bottom.&lt;/p&gt;
&lt;p&gt;If you want to restore to the version you are diffing against, you can do so by clicking the &amp;ldquo;Restore to version &amp;lt;x&amp;gt;&amp;rdquo; button in the top right.&lt;/p&gt;
&lt;h2 id=&#34;restoring-to-a-previously-saved-dashboard-version&#34;&gt;Restoring to a previously saved dashboard version&lt;/h2&gt;
&lt;p&gt;If you need to restore to a previously saved dashboard version, you can do so by either clicking the &amp;ldquo;Restore&amp;rdquo; button on the right of a row in the dashboard version list, or by clicking the &amp;ldquo;Restore to version &amp;lt;x&amp;gt;&amp;rdquo; button appearing in the diff view. Clicking the button will bring up the following popup prompting you to confirm the restoration.&lt;/p&gt;
&lt;img class=&#34;no-shadow&#34; src=&#34;/static/img/docs/v50/dashboard_versions_restore.png&#34;&gt;
&lt;p&gt;After restoring to a previous version, a new version will be created containing the same exact data as the previous version, only with a different version number. This is indicated in the &amp;ldquo;Notes column&amp;rdquo; for the row in the new dashboard version. This is done simply to ensure your previous dashboard versions are not affected by the change.&lt;/p&gt;
]]></content><description>&lt;h1 id="dashboard-version-history">Dashboard Version History&lt;/h1>
&lt;p>Whenever you save a version of your dashboard, a copy of that version is saved so that previous versions of your dashboard are never lost. A list of these versions is available by entering the dashboard settings and then selecting &amp;ldquo;Versions&amp;rdquo; in the left side menu.&lt;/p></description></item><item><title>Playlist</title><link>https://grafana.com/docs/grafana/v7.0/dashboards/playlist/</link><pubDate>Sat, 11 Apr 2026 09:32:03 +0000</pubDate><guid>https://grafana.com/docs/grafana/v7.0/dashboards/playlist/</guid><content><![CDATA[&lt;h1 id=&#34;playlist&#34;&gt;Playlist&lt;/h1&gt;
&lt;p&gt;A playlist is a list of dashboards that are displayed in a sequence. You might use a playlist to build situational awareness or to present your metrics to your team or visitors.&lt;/p&gt;
&lt;p&gt;Grafana automatically scales dashboards to any resolution, which makes them perfect for big screens.&lt;/p&gt;
&lt;p&gt;You can access the Playlist feature from Grafana&amp;rsquo;s side menu, in the Dashboards submenu.&lt;/p&gt;
&lt;figure
    class=&#34;figure-wrapper figure-wrapper__lightbox w-100p &#34;
    style=&#34;max-width: 25rem;&#34;
    itemprop=&#34;associatedMedia&#34;
    itemscope=&#34;&#34;
    itemtype=&#34;http://schema.org/ImageObject&#34;
  &gt;&lt;a
        class=&#34;lightbox-link&#34;
        href=&#34;/static/img/docs/v50/playlist.png&#34;
        itemprop=&#34;contentUrl&#34;
      &gt;&lt;div class=&#34;img-wrapper w-100p h-auto&#34;&gt;&lt;img
          class=&#34;lazyload &#34;
          data-src=&#34;/static/img/docs/v50/playlist.png&#34;data-srcset=&#34;/static/img/docs/v50/playlist.png?w=320 320w, /static/img/docs/v50/playlist.png?w=550 550w, /static/img/docs/v50/playlist.png?w=750 750w, /static/img/docs/v50/playlist.png?w=900 900w, /static/img/docs/v50/playlist.png?w=1040 1040w, /static/img/docs/v50/playlist.png?w=1240 1240w, /static/img/docs/v50/playlist.png?w=1920 1920w&#34;data-sizes=&#34;auto&#34;alt=&#34;&#34;width=&#34;2140&#34;height=&#34;1550&#34;/&gt;
        &lt;noscript&gt;
          &lt;img
            src=&#34;/static/img/docs/v50/playlist.png&#34;
            alt=&#34;&#34;width=&#34;2140&#34;height=&#34;1550&#34;/&gt;
        &lt;/noscript&gt;&lt;/div&gt;&lt;/a&gt;&lt;/figure&gt;
&lt;h2 id=&#34;create-a-playlist&#34;&gt;Create a playlist&lt;/h2&gt;
&lt;p&gt;You create a playlist to present dashboards in a sequence, with a set order and time interval between dashboards.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;To access the Playlist feature, hover your cursor over Grafana&amp;rsquo;s side menu.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Playlists&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;New playlist&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;In the &lt;strong&gt;Name&lt;/strong&gt; text box, enter a name for your playlist.&lt;/li&gt;
&lt;li&gt;In the &lt;strong&gt;Interval&lt;/strong&gt; text box, enter a time interval.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The time interval is the amount of time for Grafana to stay on a particular dashboard before advancing to the next one on the playlist.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Next to the dashboard(s) you want to add to your playlist, click &lt;strong&gt;Add to playlist&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Create&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;edit-a-playlist&#34;&gt;Edit a playlist&lt;/h2&gt;
&lt;p&gt;You can edit playlists while creating them or after saving them.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;To access the Playlist feature, hover your cursor over Grafana&amp;rsquo;s side menu.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Playlists&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Click on the Playlist that you want to edit.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;edit-the-name-of-a-playlist&#34;&gt;Edit the Name of a playlist&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Double-click within the &lt;strong&gt;Name&lt;/strong&gt; text box.&lt;/li&gt;
&lt;li&gt;Enter a name.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Save&lt;/strong&gt; to save your changes.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;edit-the-interval-of-a-playlist&#34;&gt;Edit the Interval of a playlist&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Double-click within the &lt;strong&gt;Interval&lt;/strong&gt; text box.&lt;/li&gt;
&lt;li&gt;Enter a time interval.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Save&lt;/strong&gt; to save your changes.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;add-a-dashboard-to-a-playlist&#34;&gt;Add a dashboard to a playlist&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Next to the dashboard you want to add, click &lt;strong&gt;Add to playlist&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Save&lt;/strong&gt; to save your changes.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;search-for-a-dashboard-to-add&#34;&gt;Search for a dashboard to add&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Click the &lt;strong&gt;Search dashboards by name&lt;/strong&gt; text box.&lt;/li&gt;
&lt;li&gt;Search for the playlist by name or regular expression.&lt;/li&gt;
&lt;li&gt;If needed, filter your results by starred status or tags.
By default, your starred dashboards will appear as options to add to the Playlist.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Save&lt;/strong&gt; to save your changes.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;rearrange-dashboard-order&#34;&gt;Rearrange dashboard order&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Next to the dashboard you want to move, click the up or down arrow.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Save&lt;/strong&gt; to save your changes.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;remove-a-dashboard&#34;&gt;Remove a dashboard&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Click &lt;strong&gt;Remove[x]&lt;/strong&gt; to remove a dashboard from the playlist.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Save&lt;/strong&gt; to save your changes.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;delete-a-playlist&#34;&gt;Delete a playlist&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Click &lt;strong&gt;Playlists&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Next to the Playlist you want to delete, click &lt;strong&gt;Remove[x]&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;save-a-playlist&#34;&gt;Save a playlist&lt;/h2&gt;
&lt;p&gt;You can save a playlist to add it to your &lt;strong&gt;Playlists&lt;/strong&gt; page, where you can start it. Be sure that all the dashboards you want to appear in your playlist are added when creating or editing the playlist before saving it.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;To access the Playlist feature, hover your cursor over Grafana&amp;rsquo;s side menu.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Playlists&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Click on the playlist.&lt;/li&gt;
&lt;li&gt;Edit the playlist.
&lt;ul&gt;
&lt;li&gt;Ensure that your playlist has a &lt;strong&gt;Name&lt;/strong&gt;, &lt;strong&gt;Interval&lt;/strong&gt;, and at least one &lt;strong&gt;Dashboard&lt;/strong&gt; added to it.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Save&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;start-a-playlist&#34;&gt;Start a playlist&lt;/h2&gt;
&lt;p&gt;You can start a playlist in five different view modes, which determine how the menus and navigation bar are displayed on the dashboards.&lt;/p&gt;
&lt;p&gt;By default, each dashboard is displayed for the amount of time entered in the Interval field, which can be set while creating or editing a playlist. Once a playlist is started, it can be controlled using the navbar at the top of your screen.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;From the Dashboards submenu, click &lt;strong&gt;Playlists&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Next to the playlist you want to start, click &lt;strong&gt;Start playlist&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;In the dropdown, select the mode you want the playlist to display in.
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Normal mode:&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;The side menu remains visible.&lt;/li&gt;
&lt;li&gt;The navbar, row and panel controls appear at the top of the screen.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;TV mode:&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;The side menu is hidden/removed.&lt;/li&gt;
&lt;li&gt;The navbar, row and panel controls appear at the top of the screen.&lt;/li&gt;
&lt;li&gt;Enabled automatically after one minute of user inactivity.&lt;/li&gt;
&lt;li&gt;You can enable it manually using the &lt;code&gt;d v&lt;/code&gt; sequence shortcut, or by appending the parameter &lt;code&gt;?inactive&lt;/code&gt; to the dashboard URL.&lt;/li&gt;
&lt;li&gt;You can disable it with any mouse movement or keyboard action.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;TV mode (with auto fit panels):&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;The side menu is hidden/removed.&lt;/li&gt;
&lt;li&gt;The navbar, row and panel controls appear at the top of the screen.&lt;/li&gt;
&lt;li&gt;Dashboard panels automatically adjust to optimize space on screen.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Kiosk mode:&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;The side menu, navbar, row and panel controls are completely hidden/removed from view.&lt;/li&gt;
&lt;li&gt;You can enable it manually using the &lt;code&gt;d v&lt;/code&gt; sequence shortcut after the playlist has started.&lt;/li&gt;
&lt;li&gt;You can disable it manually with the same shortcut.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Kiosk mode (with auto fit panels):&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;The side menu, navbar, row and panel controls are completely hidden/removed from view.&lt;/li&gt;
&lt;li&gt;Dashboard panels automatically adjust to optimize space on screen.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;control-a-playlist&#34;&gt;Control a playlist&lt;/h2&gt;
&lt;p&gt;You can control a playlist in &lt;strong&gt;Normal&lt;/strong&gt; or &lt;strong&gt;TV&lt;/strong&gt; mode after it&amp;rsquo;s started, using the navigation bar at the top of your screen.&lt;/p&gt;
&lt;section class=&#34;expand-table-wrapper&#34;&gt;&lt;div class=&#34;button-div&#34;&gt;
      &lt;button class=&#34;expand-table-btn&#34;&gt;Expand table&lt;/button&gt;
    &lt;/div&gt;&lt;div class=&#34;responsive-table-wrapper&#34;&gt;
    &lt;table&gt;
      &lt;thead&gt;
          &lt;tr&gt;
              &lt;th&gt;Button&lt;/th&gt;
              &lt;th&gt;Result&lt;/th&gt;
          &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
          &lt;tr&gt;
              &lt;td&gt;Next (double-right arrow)&lt;/td&gt;
              &lt;td&gt;Advances to the next dashboard.&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;Back (left arrow)&lt;/td&gt;
              &lt;td&gt;Returns to the previous dashboard.&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;Stop (square)&lt;/td&gt;
              &lt;td&gt;Ends the playlist, and exits to the current dashboard.&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;Cycle view mode (monitor icon)&lt;/td&gt;
              &lt;td&gt;Rotates the display of the dashboards in different view modes.&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;Time range&lt;/td&gt;
              &lt;td&gt;Displays data within a time range. It can be set to display the last 5 minutes up to 5 years ago, or a custom time range, using the down arrow.&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;Refresh (circle arrow)&lt;/td&gt;
              &lt;td&gt;Reloads the dashboard, to display the current data. It can be set to reload automatically every 5 seconds to 1 day, using the drop down arrow.&lt;/td&gt;
          &lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;
&lt;/section&gt;&lt;blockquote&gt;
&lt;p&gt;Shortcut: Press the Esc key to stop the playlist from your keyboard.&lt;/p&gt;&lt;/blockquote&gt;
&lt;h2 id=&#34;share-a-playlist-in-a-view-mode&#34;&gt;Share a playlist in a view mode&lt;/h2&gt;
&lt;p&gt;You can share a playlist by copying the link address on the view mode you prefer, and pasting the URL to your destination.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;From the Dashboards submenu, click &lt;strong&gt;Playlists&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Next to the playlist you want to share, click &lt;strong&gt;Start playlist&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In the dropdown, right click the view mode you prefer.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Copy Link Address&lt;/strong&gt; to copy the URL to your clipboard.&lt;/p&gt;
&lt;p&gt;Example: The URL for the first playlist on the Grafana Play site in Kiosk mode will look like this:
&lt;a href=&#34;https://play.grafana.org/playlists/play/1?kiosk&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;https://play.grafana.org/playlists/play/1?kiosk&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Paste the URL to your destination.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
]]></content><description>&lt;h1 id="playlist">Playlist&lt;/h1>
&lt;p>A playlist is a list of dashboards that are displayed in a sequence. You might use a playlist to build situational awareness or to present your metrics to your team or visitors.&lt;/p></description></item><item><title>Search</title><link>https://grafana.com/docs/grafana/v7.0/dashboards/search/</link><pubDate>Sat, 11 Apr 2026 09:32:03 +0000</pubDate><guid>https://grafana.com/docs/grafana/v7.0/dashboards/search/</guid><content><![CDATA[&lt;h1 id=&#34;dashboard-search&#34;&gt;Dashboard Search&lt;/h1&gt;
&lt;p&gt;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 &lt;code&gt;F&lt;/code&gt;.&lt;/p&gt;
&lt;img class=&#34;no-shadow&#34; src=&#34;/static/img/docs/v50/dashboard_search_annotated.png&#34; width=&#34;700px&#34;&gt;
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;Search Bar&lt;/code&gt;: The search bar allows you to enter any string and search both database and file based dashboards in real-time.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Starred&lt;/code&gt;: Here you find all your starred dashboards.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Recent&lt;/code&gt;: Here you find the latest created dashboards.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Folders&lt;/code&gt;: The tags filter allows you to filter the list by dashboard tags.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Root&lt;/code&gt;: The root contains all dashboards that are not placed in a folder.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Tags&lt;/code&gt;: The tags filter allows you to filter the list by dashboard tags.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;When using only a keyboard, you can use your keyboard arrow keys to navigate the results, hit enter to open the selected dashboard.&lt;/p&gt;
&lt;h2 id=&#34;find-by-dashboard-name&#34;&gt;Find by dashboard name&lt;/h2&gt;
&lt;p&gt;Begin typing any part of the desired dashboard names in the search bar. Search will return results for any partial string match in real-time, as you type.&lt;/p&gt;
&lt;p&gt;Dashboard search is:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Real-time&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Not&lt;/em&gt; case sensitive&lt;/li&gt;
&lt;li&gt;Functional across stored &lt;em&gt;and&lt;/em&gt; file based dashboards.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;filter-by-tags&#34;&gt;Filter by Tag(s)&lt;/h2&gt;
&lt;p&gt;Tags are a great way to organize your dashboards, especially as the number of dashboards grow. Tags can be added and managed in the dashboard &lt;code&gt;Settings&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;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:&lt;/p&gt;
&lt;p&gt;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:&lt;/p&gt;
&lt;p&gt;When using only a keyboard: &lt;code&gt;tab&lt;/code&gt; to focus on the &lt;em&gt;tags&lt;/em&gt; link, &lt;code&gt;▼&lt;/code&gt; down arrow key to find a tag and select with the &lt;code&gt;Enter&lt;/code&gt; key.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note&lt;/strong&gt;: When multiple tags are selected, Grafana will show dashboards that include &lt;strong&gt;all&lt;/strong&gt;.&lt;/p&gt;
]]></content><description>&lt;h1 id="dashboard-search">Dashboard Search&lt;/h1>
&lt;p>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 &lt;code>F&lt;/code>.&lt;/p></description></item><item><title>Time range controls</title><link>https://grafana.com/docs/grafana/v7.0/dashboards/time-range-controls/</link><pubDate>Sat, 11 Apr 2026 09:32:03 +0000</pubDate><guid>https://grafana.com/docs/grafana/v7.0/dashboards/time-range-controls/</guid><content><![CDATA[&lt;h1 id=&#34;time-range-controls&#34;&gt;Time range controls&lt;/h1&gt;
&lt;p&gt;Grafana provides several ways to manage the time ranges of the data being visualized, both at the dashboard level and the panel level.&lt;/p&gt;
&lt;p&gt;This page describes supported time units and relative ranges, the common time controls, dashboard-wide time settings, and panel-specific time settings.&lt;/p&gt;
&lt;h2 id=&#34;time-units-and-relative-ranges&#34;&gt;Time units and relative ranges&lt;/h2&gt;
&lt;p&gt;The following time units are supported: &lt;code&gt;s (seconds)&lt;/code&gt;, &lt;code&gt;m (minutes)&lt;/code&gt;, &lt;code&gt;h (hours)&lt;/code&gt;, &lt;code&gt;d (days)&lt;/code&gt;, &lt;code&gt;w (weeks)&lt;/code&gt;, &lt;code&gt;M (months)&lt;/code&gt;, and &lt;code&gt;y (years)&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;The minus operator allows you to step back in time, relative to now. If you wish to display the full period of the unit (day, week, month, etc&amp;hellip;), append &lt;code&gt;/&amp;lt;time unit&amp;gt;&lt;/code&gt; to the end.&lt;/p&gt;
&lt;p&gt;The plus operator allows you to step forward in time relative to now. You might use this feature to look at predicted data in the future, for example.&lt;/p&gt;
&lt;p&gt;Here are some examples:&lt;/p&gt;
&lt;section class=&#34;expand-table-wrapper&#34;&gt;&lt;div class=&#34;button-div&#34;&gt;
      &lt;button class=&#34;expand-table-btn&#34;&gt;Expand table&lt;/button&gt;
    &lt;/div&gt;&lt;div class=&#34;responsive-table-wrapper&#34;&gt;
    &lt;table&gt;
      &lt;thead&gt;
          &lt;tr&gt;
              &lt;th&gt;Example relative range&lt;/th&gt;
              &lt;th&gt;From:&lt;/th&gt;
              &lt;th&gt;To:&lt;/th&gt;
          &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
          &lt;tr&gt;
              &lt;td&gt;Last 5 minutes&lt;/td&gt;
              &lt;td&gt;&lt;code&gt;now-5m&lt;/code&gt;&lt;/td&gt;
              &lt;td&gt;&lt;code&gt;now&lt;/code&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;The day so far&lt;/td&gt;
              &lt;td&gt;&lt;code&gt;now/d&lt;/code&gt;&lt;/td&gt;
              &lt;td&gt;&lt;code&gt;now&lt;/code&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;This week&lt;/td&gt;
              &lt;td&gt;&lt;code&gt;now/w&lt;/code&gt;&lt;/td&gt;
              &lt;td&gt;&lt;code&gt;now/w&lt;/code&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;Week to date&lt;/td&gt;
              &lt;td&gt;&lt;code&gt;now/w&lt;/code&gt;&lt;/td&gt;
              &lt;td&gt;&lt;code&gt;now&lt;/code&gt;&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;Previous Month&lt;/td&gt;
              &lt;td&gt;&lt;code&gt;now-1M/M&lt;/code&gt;&lt;/td&gt;
              &lt;td&gt;&lt;code&gt;now-1M/M&lt;/code&gt;&lt;/td&gt;
          &lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;
&lt;/section&gt;&lt;h2 id=&#34;common-time-range-controls&#34;&gt;Common time range controls&lt;/h2&gt;
&lt;p&gt;The dashboard and panel time controls have a common user interface (UI).&lt;/p&gt;
&lt;img class=&#34;no-shadow&#34; src=&#34;/static/img/docs/time-range-controls/common-time-controls-7-0.png&#34; max-width=&#34;700px&#34;&gt;
&lt;p&gt;The options are defined below.&lt;/p&gt;
&lt;h3 id=&#34;current-time-range&#34;&gt;Current time range&lt;/h3&gt;
&lt;p&gt;The current time range, also called the &lt;em&gt;time picker&lt;/em&gt;, shows the time range currently displayed in the dashboard or panel you are viewing.&lt;/p&gt;
&lt;p&gt;Hover your cursor over the field to see the exact time stamps in the range and their source (such as the local browser).&lt;/p&gt;
&lt;img class=&#34;no-shadow&#34; src=&#34;/static/img/docs/time-range-controls/time-picker-7-0.png&#34; max-width=&#34;300px&#34;&gt;
&lt;p&gt;Click on the current time range to change the time range. You can change the current time using a &lt;em&gt;relative time range&lt;/em&gt;, such as the last 15 minutes, or an &lt;em&gt;absolute time range&lt;/em&gt;, such as &lt;code&gt;2020-05-14 00:00:00 to 2020-05-15 23:59:59&lt;/code&gt;.&lt;/p&gt;
&lt;img class=&#34;no-shadow&#34; src=&#34;/static/img/docs/time-range-controls/change-current-time-range-7-0.png&#34; max-width=&#34;900px&#34;&gt;
&lt;h3 id=&#34;relative-time-range&#34;&gt;Relative time range&lt;/h3&gt;
&lt;p&gt;Select the relative time range from the &lt;strong&gt;Relative time ranges&lt;/strong&gt; list. Some examples of time ranges are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Last 30 minutes&lt;/li&gt;
&lt;li&gt;Last 12 hours&lt;/li&gt;
&lt;li&gt;Last 7 days&lt;/li&gt;
&lt;li&gt;Last 2 years&lt;/li&gt;
&lt;li&gt;Yesterday&lt;/li&gt;
&lt;li&gt;Day before yesterday&lt;/li&gt;
&lt;li&gt;This day last week&lt;/li&gt;
&lt;li&gt;Today so far&lt;/li&gt;
&lt;li&gt;This week so far&lt;/li&gt;
&lt;li&gt;This month so far&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;absolute-time-range&#34;&gt;Absolute time range&lt;/h3&gt;
&lt;p&gt;Set an absolute time range one of two ways:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Type values into the &lt;strong&gt;From&lt;/strong&gt; and &lt;strong&gt;To&lt;/strong&gt; fields. You can type exact time values or relative values, such as &lt;code&gt;now-24h&lt;/code&gt;, and then click &lt;strong&gt;Apply time range&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Click in the &lt;strong&gt;From&lt;/strong&gt; or &lt;strong&gt;To&lt;/strong&gt; field. Grafana displays a calendar. Click the day or days you want to use as the current time range and then click &lt;strong&gt;Apply time range&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This section also displays recently used absolute ranges.&lt;/p&gt;
&lt;h3 id=&#34;zoom-out-cmdz-or-ctrlz&#34;&gt;Zoom out (Cmd&#43;Z or Ctrl&#43;Z)&lt;/h3&gt;
&lt;p&gt;Click the &lt;strong&gt;Zoom out&lt;/strong&gt; icon to view a larger time range in the dashboard or panel visualization.&lt;/p&gt;
&lt;h3 id=&#34;zoom-in-only-applicable-to-graph-visualizations&#34;&gt;Zoom in (only applicable to graph visualizations)&lt;/h3&gt;
&lt;p&gt;Click and drag to select the time range in the visualization that you want to view.&lt;/p&gt;
&lt;h3 id=&#34;refresh-dashboard&#34;&gt;Refresh dashboard&lt;/h3&gt;
&lt;p&gt;Click the &lt;strong&gt;Refresh dashboard&lt;/strong&gt; icon to immediately run every query on the dashboard and refresh the visualizations.&lt;/p&gt;
&lt;p&gt;By default, Grafana does not automatically refresh the dashboard. Queries run on their own schedule according to the panel settings. However, if you want to regularly refresh the dashboard, then click the down arrow next to the &lt;strong&gt;Refresh dashboard&lt;/strong&gt; icon and then select a refresh interval.&lt;/p&gt;
&lt;h2 id=&#34;dashboard-time-settings&#34;&gt;Dashboard time settings&lt;/h2&gt;
&lt;p&gt;Time settings are saved on a per-dashboard basis.&lt;/p&gt;
&lt;p&gt;To access the dashboard time settings, click the &lt;strong&gt;Dashboard settings&lt;/strong&gt; (gear) icon at the top of the screen. The settings are in the &lt;strong&gt;Time Options&lt;/strong&gt; section of the General tab.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Timezone -&lt;/strong&gt; Specify the local time zone of the service or system that you are monitoring. This can be helpful when monitoring a system or service that operates across several time zones.
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Default -&lt;/strong&gt; The default selected time zone for the user profile, team, or organization is used. If no time zone is specified for the user profile, a team the user is a member of, or the organization, then Grafana uses local browser time.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Local browser time -&lt;/strong&gt; The time zone configured for the viewing user browser is used. This is usually the same time zone as set on the computer.&lt;/li&gt;
&lt;li&gt;Standard &lt;a href=&#34;https://en.wikipedia.org/wiki/List_of_tz_database_time_zones&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;ISO 8601 time zones&lt;/a&gt;, including UTC.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Auto-refresh -&lt;/strong&gt; Customize the options displayed for relative time and the auto-refresh options. Entries are comma separated and accept any valid time unit.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Now delay now- -&lt;/strong&gt; Override the &lt;code&gt;now&lt;/code&gt; value by entering a time delay. Most commonly, this feature is used to accommodate known delays in data aggregation to avoid null values.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Hide time picker -&lt;/strong&gt; Select this option if you do not want Grafana to display the time picker.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;panel-time-overrides-and-timeshift&#34;&gt;Panel time overrides and timeshift&lt;/h2&gt;
&lt;p&gt;In &lt;a href=&#34;../../panels/queries/#query-options&#34;&gt;Query options&lt;/a&gt;, you can override the relative time range for individual panels, causing them to be different than what is selected in the dashboard time picker in the upper right. This allows you to show metrics from different time periods or days at the same time.&lt;/p&gt;
&lt;h2 id=&#34;control-the-time-range-using-a-url&#34;&gt;Control the time range using a URL&lt;/h2&gt;
&lt;p&gt;Time range of a dashboard can be controlled by providing following query parameters in the dashboard URL:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;from&lt;/code&gt; - defines lower limit of the time range, specified in ms epoch or &lt;a href=&#34;#relative-time-range&#34;&gt;relative time&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;to&lt;/code&gt; - defines upper limit of the time range, specified in ms epoch or &lt;a href=&#34;#relative-time-range&#34;&gt;relative time&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;time&lt;/code&gt; and &lt;code&gt;time.window&lt;/code&gt; - defines a time range from &lt;code&gt;time-time.window/2&lt;/code&gt; to &lt;code&gt;time&#43;time.window/2&lt;/code&gt;. Both params should be specified in ms. For example &lt;code&gt;?time=1500000000000&amp;amp;time.window=10000&lt;/code&gt; will result in 10s time range from 1499999995000 to 1500000005000&lt;/li&gt;
&lt;/ul&gt;
]]></content><description>&lt;h1 id="time-range-controls">Time range controls&lt;/h1>
&lt;p>Grafana provides several ways to manage the time ranges of the data being visualized, both at the dashboard level and the panel level.&lt;/p></description></item></channel></rss>