<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Beginner Guides on Grafana Labs</title><link>https://grafana.com/docs/grafana/v6.1/features/</link><description>Recent content in Beginner Guides on Grafana Labs</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="/docs/grafana/v6.1/features/index.xml" rel="self" type="application/rss+xml"/><item><title>Dashboard Features</title><link>https://grafana.com/docs/grafana/v6.1/features/dashboard/</link><pubDate>Sun, 08 Mar 2026 20:38:59 +0000</pubDate><guid>https://grafana.com/docs/grafana/v6.1/features/dashboard/</guid><content></content><description/></item><item><title>Data Sources</title><link>https://grafana.com/docs/grafana/v6.1/features/datasources/</link><pubDate>Sun, 08 Mar 2026 20:38:59 +0000</pubDate><guid>https://grafana.com/docs/grafana/v6.1/features/datasources/</guid><content><![CDATA[&lt;h1 id=&#34;data-source-overview&#34;&gt;Data Source Overview&lt;/h1&gt;
&lt;p&gt;Grafana supports many different storage backends for your time series data (Data Source). Each Data Source has a specific Query Editor that is customized for the features and capabilities that the particular Data Source exposes.&lt;/p&gt;
&lt;h2 id=&#34;querying&#34;&gt;Querying&lt;/h2&gt;
&lt;p&gt;The query language and capabilities of each Data Source are obviously very different. You can combine data from multiple Data Sources onto a single Dashboard, but each Panel is tied to a specific Data Source that belongs to a particular Organization.&lt;/p&gt;
&lt;h2 id=&#34;supported-data-sources&#34;&gt;Supported Data Sources&lt;/h2&gt;
&lt;p&gt;The following datasources are officially supported:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;graphite/&#34;&gt;Graphite&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;prometheus/&#34;&gt;Prometheus&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;influxdb/&#34;&gt;InfluxDB&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;elasticsearch/&#34;&gt;Elasticsearch&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;stackdriver/&#34;&gt;Google Stackdriver&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;cloudwatch/&#34;&gt;AWS CloudWatch&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;azuremonitor/&#34;&gt;Azure Monitor&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;loki/&#34;&gt;Loki&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;mysql/&#34;&gt;MySQL&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;postgres/&#34;&gt;PostgreSQL&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;mssql/&#34;&gt;Microsoft SQL Server (MSSQL)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;opentsdb/&#34;&gt;OpenTSDB&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;testdata/&#34;&gt;Testdata&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;data-source-plugins&#34;&gt;Data source plugins&lt;/h2&gt;
&lt;p&gt;Since grafana 3.0 you can install data sources as plugins. Checkout &lt;a href=&#34;/plugins&#34;&gt;Grafana.net&lt;/a&gt; for more data sources.&lt;/p&gt;
]]></content><description>&lt;h1 id="data-source-overview">Data Source Overview&lt;/h1>
&lt;p>Grafana supports many different storage backends for your time series data (Data Source). Each Data Source has a specific Query Editor that is customized for the features and capabilities that the particular Data Source exposes.&lt;/p></description></item><item><title>Explore</title><link>https://grafana.com/docs/grafana/v6.1/features/explore/</link><pubDate>Sun, 08 Mar 2026 20:38:59 +0000</pubDate><guid>https://grafana.com/docs/grafana/v6.1/features/explore/</guid><content><![CDATA[&lt;h1 id=&#34;explore&#34;&gt;Explore&lt;/h1&gt;
&lt;blockquote&gt;
&lt;p&gt;Explore is only available in Grafana 6.0 and above.&lt;/p&gt;&lt;/blockquote&gt;
&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;One of the major new features of Grafana 6.0 is the new query-focused Explore workflow for troubleshooting and/or for data exploration.&lt;/p&gt;
&lt;p&gt;Grafana&amp;rsquo;s dashboard UI is all about building dashboards for visualization. Explore strips away all the dashboard and panel options so that you can focus on the query. Iterate until you have a working query and then think about building a dashboard.&lt;/p&gt;
&lt;p&gt;For infrastructure monitoring and incident response, you no longer need to switch to other tools to debug what went wrong. Explore allows you to dig deeper into your metrics and logs to find the cause. Grafana&amp;rsquo;s new logging datasource, &lt;a href=&#34;https://github.com/grafana/loki&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Loki&lt;/a&gt; is tightly integrated into Explore and allows you to correlate metrics and logs by viewing them side-by-side. This creates a new debugging workflow where you can:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Receive an alert&lt;/li&gt;
&lt;li&gt;Drill down and examine metrics&lt;/li&gt;
&lt;li&gt;Drill down again and search logs related to the metric and time interval (and in the future, distributed traces).&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If you just want to explore your data and do not want to create a dashboard then Explore makes this much easier. Explore will show the results as both a graph and a table enabling you to see trends in the data and more detail at the same time (if the datasource supports both graph and table data).&lt;/p&gt;
&lt;h2 id=&#34;how-to-start-exploring&#34;&gt;How to Start Exploring&lt;/h2&gt;
&lt;p&gt;There is a new Explore icon on the menu bar to the left. This opens a new empty Explore tab.&lt;/p&gt;
&lt;figure
    class=&#34;figure-wrapper figure-wrapper__lightbox w-100p docs-image--no-shadow&#34;
    style=&#34;max-width: 220px;&#34;
    itemprop=&#34;associatedMedia&#34;
    itemscope=&#34;&#34;
    itemtype=&#34;http://schema.org/ImageObject&#34;
  &gt;&lt;a
        class=&#34;lightbox-link captioned&#34;
        href=&#34;/static/img/docs/v60/explore_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 mb-0&#34;
          data-src=&#34;/static/img/docs/v60/explore_menu.png&#34;data-srcset=&#34;/static/img/docs/v60/explore_menu.png?w=320 320w, /static/img/docs/v60/explore_menu.png?w=550 550w, /static/img/docs/v60/explore_menu.png?w=750 750w, /static/img/docs/v60/explore_menu.png?w=900 900w, /static/img/docs/v60/explore_menu.png?w=1040 1040w, /static/img/docs/v60/explore_menu.png?w=1240 1240w, /static/img/docs/v60/explore_menu.png?w=1920 1920w&#34;data-sizes=&#34;auto&#34;alt=&#34;Screenshot of the new Explore Icon&#34;width=&#34;220&#34;height=&#34;331&#34;title=&#34;Screenshot of the new Explore Icon&#34;/&gt;
        &lt;noscript&gt;
          &lt;img
            src=&#34;/static/img/docs/v60/explore_menu.png&#34;
            alt=&#34;Screenshot of the new Explore Icon&#34;width=&#34;220&#34;height=&#34;331&#34;title=&#34;Screenshot of the new Explore Icon&#34;class=&#34;docs-image--no-shadow&#34;/&gt;
        &lt;/noscript&gt;&lt;/div&gt;&lt;figcaption class=&#34;w-100p caption text-gray-13  &#34;&gt;Screenshot of the new Explore Icon&lt;/figcaption&gt;&lt;/a&gt;&lt;/figure&gt;
&lt;p&gt;If you want to start with an existing query in a panel then choose the Explore option from the Panel menu. This opens an Explore tab with the query from the panel and allows you to tweak or iterate in the query outside of your dashboard.&lt;/p&gt;
&lt;figure
    class=&#34;figure-wrapper figure-wrapper__lightbox w-100p docs-image--no-shadow&#34;
    style=&#34;max-width: 426px;&#34;
    itemprop=&#34;associatedMedia&#34;
    itemscope=&#34;&#34;
    itemtype=&#34;http://schema.org/ImageObject&#34;
  &gt;&lt;a
        class=&#34;lightbox-link captioned&#34;
        href=&#34;/static/img/docs/v60/explore_panel_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 mb-0&#34;
          data-src=&#34;/static/img/docs/v60/explore_panel_menu.png&#34;data-srcset=&#34;/static/img/docs/v60/explore_panel_menu.png?w=320 320w, /static/img/docs/v60/explore_panel_menu.png?w=550 550w, /static/img/docs/v60/explore_panel_menu.png?w=750 750w, /static/img/docs/v60/explore_panel_menu.png?w=900 900w, /static/img/docs/v60/explore_panel_menu.png?w=1040 1040w, /static/img/docs/v60/explore_panel_menu.png?w=1240 1240w, /static/img/docs/v60/explore_panel_menu.png?w=1920 1920w&#34;data-sizes=&#34;auto&#34;alt=&#34;Screenshot of the new Explore option in the panel menu&#34;width=&#34;426&#34;height=&#34;283&#34;title=&#34;Screenshot of the new Explore option in the panel menu&#34;/&gt;
        &lt;noscript&gt;
          &lt;img
            src=&#34;/static/img/docs/v60/explore_panel_menu.png&#34;
            alt=&#34;Screenshot of the new Explore option in the panel menu&#34;width=&#34;426&#34;height=&#34;283&#34;title=&#34;Screenshot of the new Explore option in the panel menu&#34;class=&#34;docs-image--no-shadow&#34;/&gt;
        &lt;/noscript&gt;&lt;/div&gt;&lt;figcaption class=&#34;w-100p caption text-gray-13  &#34;&gt;Screenshot of the new Explore option in the panel menu&lt;/figcaption&gt;&lt;/a&gt;&lt;/figure&gt;
&lt;p&gt;Choose your datasource in the dropdown in the top left. Prometheus has a custom Explore implementation, the other datasources (for now) use their standard query editor.&lt;/p&gt;
&lt;p&gt;The query field is where you can write your query and explore your data. There are three buttons beside the query field, a clear button (X), an add query button (&#43;) and the remove query button (-). Just like the normal query editor, you can add and remove multiple queries.&lt;/p&gt;
&lt;h2 id=&#34;split-and-compare&#34;&gt;Split and Compare&lt;/h2&gt;
&lt;p&gt;The Split feature is an easy way to compare graphs and tables side-by-side or to look at related data together on one page. Click the split button to duplicate the current query and split the page into two side-by-side queries. It is possible to select another datasource for the new query which for example, allows you to compare the same query for two different servers or to compare the staging environment to the production environment.&lt;/p&gt;
&lt;figure
    class=&#34;figure-wrapper figure-wrapper__lightbox w-100p docs-image--no-shadow&#34;
    style=&#34;max-width: 3712px;&#34;
    itemprop=&#34;associatedMedia&#34;
    itemscope=&#34;&#34;
    itemtype=&#34;http://schema.org/ImageObject&#34;
  &gt;&lt;a
        class=&#34;lightbox-link captioned&#34;
        href=&#34;/static/img/docs/v60/explore_split.png&#34;
        itemprop=&#34;contentUrl&#34;
      &gt;&lt;div class=&#34;img-wrapper w-100p h-auto&#34;&gt;&lt;img
          class=&#34;lazyload mb-0&#34;
          data-src=&#34;/static/img/docs/v60/explore_split.png&#34;data-srcset=&#34;/static/img/docs/v60/explore_split.png?w=320 320w, /static/img/docs/v60/explore_split.png?w=550 550w, /static/img/docs/v60/explore_split.png?w=750 750w, /static/img/docs/v60/explore_split.png?w=900 900w, /static/img/docs/v60/explore_split.png?w=1040 1040w, /static/img/docs/v60/explore_split.png?w=1240 1240w, /static/img/docs/v60/explore_split.png?w=1920 1920w&#34;data-sizes=&#34;auto&#34;alt=&#34;Screenshot of the new Explore option in the panel menu&#34;width=&#34;3712&#34;height=&#34;1854&#34;title=&#34;Screenshot of the new Explore option in the panel menu&#34;/&gt;
        &lt;noscript&gt;
          &lt;img
            src=&#34;/static/img/docs/v60/explore_split.png&#34;
            alt=&#34;Screenshot of the new Explore option in the panel menu&#34;width=&#34;3712&#34;height=&#34;1854&#34;title=&#34;Screenshot of the new Explore option in the panel menu&#34;class=&#34;docs-image--no-shadow&#34;/&gt;
        &lt;/noscript&gt;&lt;/div&gt;&lt;figcaption class=&#34;w-100p caption text-gray-13  &#34;&gt;Screenshot of the new Explore option in the panel menu&lt;/figcaption&gt;&lt;/a&gt;&lt;/figure&gt;
&lt;p&gt;You can close the newly created query by clicking on the Close Split button.&lt;/p&gt;
&lt;h2 id=&#34;prometheus-specific-features&#34;&gt;Prometheus-specific Features&lt;/h2&gt;
&lt;p&gt;The first version of Explore features a custom querying experience for Prometheus. When a query is executed, it actually executes two queries, a normal Prometheus query for the graph and an Instant Query for the table. An Instant Query returns the last value for each time series which shows a good summary of the data shown in the graph.&lt;/p&gt;
&lt;h3 id=&#34;metrics-explorer&#34;&gt;Metrics Explorer&lt;/h3&gt;
&lt;p&gt;On the left-hand side of the query field is a &lt;code&gt;Metrics&lt;/code&gt; button, clicking on this opens the Metric Explorer. This shows a hierarchical menu with metrics grouped by their prefix. For example, all the Alert Manager metrics will be grouped under the &lt;code&gt;alertmanager&lt;/code&gt; prefix. This is a good starting point if you just want to explore which metrics are available.&lt;/p&gt;
&lt;figure
    class=&#34;figure-wrapper figure-wrapper__lightbox w-100p docs-image--no-shadow&#34;
    style=&#34;max-width: 402px;&#34;
    itemprop=&#34;associatedMedia&#34;
    itemscope=&#34;&#34;
    itemtype=&#34;http://schema.org/ImageObject&#34;
  &gt;&lt;a
        class=&#34;lightbox-link captioned&#34;
        href=&#34;/static/img/docs/v60/explore_metric_explorer.png&#34;
        itemprop=&#34;contentUrl&#34;
      &gt;&lt;div class=&#34;img-wrapper w-100p h-auto&#34;&gt;&lt;img
          class=&#34;lazyload mb-0&#34;
          data-src=&#34;/static/img/docs/v60/explore_metric_explorer.png&#34;data-srcset=&#34;/static/img/docs/v60/explore_metric_explorer.png?w=320 320w, /static/img/docs/v60/explore_metric_explorer.png?w=550 550w, /static/img/docs/v60/explore_metric_explorer.png?w=750 750w, /static/img/docs/v60/explore_metric_explorer.png?w=900 900w, /static/img/docs/v60/explore_metric_explorer.png?w=1040 1040w, /static/img/docs/v60/explore_metric_explorer.png?w=1240 1240w, /static/img/docs/v60/explore_metric_explorer.png?w=1920 1920w&#34;data-sizes=&#34;auto&#34;alt=&#34;Screenshot of the new Explore option in the panel menu&#34;width=&#34;402&#34;height=&#34;308&#34;title=&#34;Screenshot of the new Explore option in the panel menu&#34;/&gt;
        &lt;noscript&gt;
          &lt;img
            src=&#34;/static/img/docs/v60/explore_metric_explorer.png&#34;
            alt=&#34;Screenshot of the new Explore option in the panel menu&#34;width=&#34;402&#34;height=&#34;308&#34;title=&#34;Screenshot of the new Explore option in the panel menu&#34;class=&#34;docs-image--no-shadow&#34;/&gt;
        &lt;/noscript&gt;&lt;/div&gt;&lt;figcaption class=&#34;w-100p caption text-gray-13  &#34;&gt;Screenshot of the new Explore option in the panel menu&lt;/figcaption&gt;&lt;/a&gt;&lt;/figure&gt;
&lt;h3 id=&#34;query-field&#34;&gt;Query Field&lt;/h3&gt;
&lt;p&gt;The Query field supports autocomplete for metric names, function and works mostly the same way as the standard Prometheus query editor. Press the enter key to execute a query.&lt;/p&gt;
&lt;p&gt;The autocomplete menu can be trigger by pressing Ctrl &#43; Space. The Autocomplete menu contains a new History section with a list of recently executed queries.&lt;/p&gt;
&lt;p&gt;Suggestions can appear under the query field - click on them to update your query with the suggested change.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;For counters (monotonously increasing metrics), a rate function will be suggested.&lt;/li&gt;
&lt;li&gt;For buckets, a histogram function will be suggested.&lt;/li&gt;
&lt;li&gt;For recording rules, possible to expand the rules.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;table-filters&#34;&gt;Table Filters&lt;/h3&gt;
&lt;p&gt;Click on the filter button &lt;span title=&#34;Filter for label&#34; class=&#34;logs-label__icon fa fa-search-plus&#34;&gt;&lt;/span&gt; in a labels column in the Table panel to add filters to the query expression. This works with multiple queries too - the filter will be added for all the queries.&lt;/p&gt;
&lt;h2 id=&#34;logs-integration---loki-specific-features&#34;&gt;Logs Integration - Loki-specific Features&lt;/h2&gt;
&lt;p&gt;For Grafana 6.0, the first log integration is for the new open source log aggregation system from Grafana Labs - &lt;a href=&#34;https://github.com/grafana/loki&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Loki&lt;/a&gt;. Loki is designed to be very cost effective, as it does not index the contents of the logs, but rather a set of labels for each log stream. The logs from Loki are queried in a similar way to querying with label selectors in Prometheus. It uses labels to group log streams which can be made to match up with your Prometheus labels. Read more about Grafana Loki &lt;a href=&#34;https://github.com/grafana/loki&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;here&lt;/a&gt; or the Grafana Labs hosted variant: &lt;a href=&#34;/loki&#34;&gt;Grafana Cloud Logs&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;See the &lt;a href=&#34;../datasources/loki&#34;&gt;Loki&amp;rsquo;s data source documentation&lt;/a&gt; on how to query for log data.&lt;/p&gt;
&lt;h3 id=&#34;switching-from-metrics-to-logs&#34;&gt;Switching from Metrics to Logs&lt;/h3&gt;
&lt;p&gt;If you switch from a Prometheus query to a logs query (you can do a split first to have your metrics and logs side by side) then it will keep the labels from your query that exist in the logs and use those to query the log streams. For example, the following Prometheus query:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;grafana_alerting_active_alerts{job=&amp;quot;grafana&amp;quot;}&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;after switching to the Logs datasource, the query changes to:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;{job=&amp;quot;grafana&amp;quot;}&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This will return a chunk of logs in the selected time range that can be grepped/text searched.&lt;/p&gt;
&lt;h3 id=&#34;deduping&#34;&gt;Deduping&lt;/h3&gt;
&lt;p&gt;Log data can be very repetitive and Explore can help by hiding duplicate log lines. There are a few different deduplication algorithms that you can use:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;exact&lt;/code&gt; Exact matches are done on the whole line, except for date fields.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;numbers&lt;/code&gt; Matches on the line after stripping out numbers (durations, IP addresses etc.).&lt;/li&gt;
&lt;li&gt;&lt;code&gt;signature&lt;/code&gt; The most aggressive deduping - strips all letters and numbers, and matches on the remaining whitespace and punctuation.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;timestamp-local-time-and-labels&#34;&gt;Timestamp, Local time and Labels&lt;/h3&gt;
&lt;p&gt;There are some other check boxes under the logging graph apart from the Deduping options.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Timestamp: shows/hides the Timestamp column&lt;/li&gt;
&lt;li&gt;Local time: shows/hides the Local time column&lt;/li&gt;
&lt;li&gt;Labels: shows/hides the label filters column&lt;/li&gt;
&lt;/ul&gt;
]]></content><description>&lt;h1 id="explore">Explore&lt;/h1>
&lt;blockquote>
&lt;p>Explore is only available in Grafana 6.0 and above.&lt;/p>&lt;/blockquote>
&lt;h2 id="introduction">Introduction&lt;/h2>
&lt;p>One of the major new features of Grafana 6.0 is the new query-focused Explore workflow for troubleshooting and/or for data exploration.&lt;/p></description></item><item><title>Keyboard Shortcuts</title><link>https://grafana.com/docs/grafana/v6.1/features/shortcuts/</link><pubDate>Sun, 08 Mar 2026 20:38:59 +0000</pubDate><guid>https://grafana.com/docs/grafana/v6.1/features/shortcuts/</guid><content><![CDATA[&lt;h1 id=&#34;keyboard-shortcuts&#34;&gt;Keyboard shortcuts&lt;/h1&gt;
&lt;figure
    class=&#34;figure-wrapper figure-wrapper__lightbox w-100p docs-image--right&#34;
    style=&#34;max-width: 20rem;&#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/shortcuts.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/shortcuts.png&#34;data-srcset=&#34;/static/img/docs/v50/shortcuts.png?w=320 320w, /static/img/docs/v50/shortcuts.png?w=550 550w, /static/img/docs/v50/shortcuts.png?w=750 750w, /static/img/docs/v50/shortcuts.png?w=900 900w, /static/img/docs/v50/shortcuts.png?w=1040 1040w, /static/img/docs/v50/shortcuts.png?w=1240 1240w, /static/img/docs/v50/shortcuts.png?w=1920 1920w&#34;data-sizes=&#34;auto&#34;alt=&#34;&#34;width=&#34;1500&#34;height=&#34;1181&#34;/&gt;
        &lt;noscript&gt;
          &lt;img
            src=&#34;/static/img/docs/v50/shortcuts.png&#34;
            alt=&#34;&#34;width=&#34;1500&#34;height=&#34;1181&#34;class=&#34;docs-image--right&#34;/&gt;
        &lt;/noscript&gt;&lt;/div&gt;&lt;/a&gt;&lt;/figure&gt;
&lt;p&gt;Grafana v4 introduces a number of really powerful keyboard shortcuts. You can now focus a panel
by hovering over it with your mouse. With a panel focused you can simple hit &lt;code&gt;e&lt;/code&gt; to toggle panel
edit mode, or &lt;code&gt;v&lt;/code&gt; to toggle fullscreen mode. &lt;code&gt;p&lt;/code&gt; &lt;code&gt;r&lt;/code&gt; removes the panel. &lt;code&gt;p&lt;/code&gt; &lt;code&gt;s&lt;/code&gt; opens share
modal.&lt;/p&gt;
&lt;p&gt;Hit &lt;code&gt;?&lt;/code&gt; on your keyboard to open the shortcuts help modal.&lt;/p&gt;
&lt;h3 id=&#34;global&#34;&gt;Global&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;g&lt;/code&gt; &lt;code&gt;h&lt;/code&gt;	Go to Home Dashboard&lt;/li&gt;
&lt;li&gt;&lt;code&gt;g&lt;/code&gt; &lt;code&gt;p&lt;/code&gt;	Go to Profile&lt;/li&gt;
&lt;li&gt;&lt;code&gt;s&lt;/code&gt; &lt;code&gt;o&lt;/code&gt;	Open search&lt;/li&gt;
&lt;li&gt;&lt;code&gt;s&lt;/code&gt; &lt;code&gt;s&lt;/code&gt;	Open search with starred filter&lt;/li&gt;
&lt;li&gt;&lt;code&gt;s&lt;/code&gt; &lt;code&gt;t&lt;/code&gt;	Open search in tags view&lt;/li&gt;
&lt;li&gt;&lt;code&gt;esc&lt;/code&gt;	Exit edit/setting views&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;dashboard&#34;&gt;Dashboard&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;mod&#43;s&lt;/code&gt;	Save dashboard&lt;/li&gt;
&lt;li&gt;&lt;code&gt;mod&#43;h&lt;/code&gt;	Hide row controls&lt;/li&gt;
&lt;li&gt;&lt;code&gt;d&lt;/code&gt; &lt;code&gt;r&lt;/code&gt;	Refresh all panels&lt;/li&gt;
&lt;li&gt;&lt;code&gt;d&lt;/code&gt; &lt;code&gt;s&lt;/code&gt;	Dashboard settings&lt;/li&gt;
&lt;li&gt;&lt;code&gt;d&lt;/code&gt; &lt;code&gt;v&lt;/code&gt;	Toggle in-active / view mode&lt;/li&gt;
&lt;li&gt;&lt;code&gt;d&lt;/code&gt; &lt;code&gt;k&lt;/code&gt;	Toggle kiosk mode (hides top nav)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;d&lt;/code&gt; &lt;code&gt;E&lt;/code&gt;	Expand all rows&lt;/li&gt;
&lt;li&gt;&lt;code&gt;d&lt;/code&gt; &lt;code&gt;C&lt;/code&gt;	Collapse all rows&lt;/li&gt;
&lt;li&gt;&lt;code&gt;mod&#43;o&lt;/code&gt;	Toggle shared graph crosshair&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;focused-panel&#34;&gt;Focused Panel&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;e&lt;/code&gt;	Toggle panel edit view&lt;/li&gt;
&lt;li&gt;&lt;code&gt;v&lt;/code&gt;	Toggle panel fullscreen view&lt;/li&gt;
&lt;li&gt;&lt;code&gt;p&lt;/code&gt; &lt;code&gt;s&lt;/code&gt; Open Panel Share Modal&lt;/li&gt;
&lt;li&gt;&lt;code&gt;p&lt;/code&gt; &lt;code&gt;d&lt;/code&gt; Duplicate Panel&lt;/li&gt;
&lt;li&gt;&lt;code&gt;p&lt;/code&gt; &lt;code&gt;r&lt;/code&gt; Remove Panel&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;time-range&#34;&gt;Time Range&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;t&lt;/code&gt; &lt;code&gt;z&lt;/code&gt;	Zoom out time range&lt;/li&gt;
&lt;li&gt;&lt;code&gt;t&lt;/code&gt;	Move time range back&lt;/li&gt;
&lt;li&gt;&lt;code&gt;t&lt;/code&gt;	Move time range forward&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;mod = CTRL on windows or linux and CMD key on Mac&lt;/p&gt;
]]></content><description>&lt;h1 id="keyboard-shortcuts">Keyboard shortcuts&lt;/h1>
&lt;figure
class="figure-wrapper figure-wrapper__lightbox w-100p docs-image--right"
style="max-width: 20rem;"
itemprop="associatedMedia"
itemscope=""
itemtype="http://schema.org/ImageObject"
>&lt;a
class="lightbox-link"
href="/static/img/docs/v50/shortcuts.png"
itemprop="contentUrl"
>&lt;div class="img-wrapper w-100p h-auto">&lt;img
class="lazyload "
data-src="/static/img/docs/v50/shortcuts.png"data-srcset="/static/img/docs/v50/shortcuts.png?w=320 320w, /static/img/docs/v50/shortcuts.png?w=550 550w, /static/img/docs/v50/shortcuts.png?w=750 750w, /static/img/docs/v50/shortcuts.png?w=900 900w, /static/img/docs/v50/shortcuts.png?w=1040 1040w, /static/img/docs/v50/shortcuts.png?w=1240 1240w, /static/img/docs/v50/shortcuts.png?w=1920 1920w"data-sizes="auto"alt=""width="1500"height="1181"/>
&lt;noscript>
&lt;img
src="/static/img/docs/v50/shortcuts.png"
alt=""width="1500"height="1181"class="docs-image--right"/>
&lt;/noscript>&lt;/div>&lt;/a>&lt;/figure>
&lt;p>Grafana v4 introduces a number of really powerful keyboard shortcuts. You can now focus a panel
by hovering over it with your mouse. With a panel focused you can simple hit &lt;code>e&lt;/code> to toggle panel
edit mode, or &lt;code>v&lt;/code> to toggle fullscreen mode. &lt;code>p&lt;/code> &lt;code>r&lt;/code> removes the panel. &lt;code>p&lt;/code> &lt;code>s&lt;/code> opens share
modal.&lt;/p></description></item><item><title>Panels</title><link>https://grafana.com/docs/grafana/v6.1/features/panels/</link><pubDate>Sun, 08 Mar 2026 20:38:59 +0000</pubDate><guid>https://grafana.com/docs/grafana/v6.1/features/panels/</guid><content></content><description/></item></channel></rss>