<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Troubleshooting on Grafana Labs</title><link>https://grafana.com/docs/grafana/v13.1/troubleshooting/</link><description>Recent content in Troubleshooting on Grafana Labs</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="/docs/grafana/v13.1/troubleshooting/index.xml" rel="self" type="application/rss+xml"/><item><title>Send a panel to Grafana Labs support</title><link>https://grafana.com/docs/grafana/v13.1/troubleshooting/send-panel-to-grafana-support/</link><pubDate>Tue, 23 Jun 2026 13:06:40 +0000</pubDate><guid>https://grafana.com/docs/grafana/v13.1/troubleshooting/send-panel-to-grafana-support/</guid><content><![CDATA[&lt;h1 id=&#34;send-a-panel-to-grafana-labs-support&#34;&gt;Send a panel to Grafana Labs support&lt;/h1&gt;
&lt;p&gt;When you encounter problems with any of your visualizations, you can send the panel JSON model to Grafana Labs Technical Support and request help with troubleshooting your issue.&lt;/p&gt;
&lt;p&gt;The panel that you send includes all query response data and all visualizations settings. Upon receiving your panel, Grafana Labs Technical Support imports your data into a local version of Grafana and begins researching your problem.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Open the dashboard that contains the panel you want to send to Grafana Labs.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Hover over any part of the panel to display the actions menu on the top right corner.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click the menu and select &lt;strong&gt;More &amp;gt; Get help&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Grafana opens a standalone support dashboard that contains the data you are sending to Grafana Labs Technical Support.&lt;/p&gt;
&lt;p&gt;If you enable iframes, the support dashboard includes the visualization that looks similar to the following image.&lt;/p&gt;
&lt;p&gt;&lt;img
  class=&#34;lazyload d-inline-block&#34;
  data-src=&#34;/static/img/docs/troubleshooting/grafana-support-panel.png&#34;
  alt=&#34;Support panel&#34; width=&#34;942&#34;
     height=&#34;796&#34;/&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;To send the panel data to Grafana Labs via Github:&lt;/p&gt;
&lt;p&gt;a. Click &lt;strong&gt;Copy to clipboard&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;b. In the &lt;a href=&#34;https://github.com/grafana/grafana&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Grafana/Grafana&lt;/a&gt; repository, create an issue, and paste the contents of the support dashboard.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;To send the panel data to Grafana Labs via a support ticket:&lt;/p&gt;
&lt;p&gt;a. Click &lt;strong&gt;Dashboard&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Grafana downloads the support dashboard to a TXT file.&lt;/p&gt;
&lt;p&gt;b. Attach the TXT file to a support ticket that you send to Grafana Labs Technical Support.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
]]></content><description>&lt;h1 id="send-a-panel-to-grafana-labs-support">Send a panel to Grafana Labs support&lt;/h1>
&lt;p>When you encounter problems with any of your visualizations, you can send the panel JSON model to Grafana Labs Technical Support and request help with troubleshooting your issue.&lt;/p></description></item><item><title>Generate a HAR capture to send to Grafana Labs support</title><link>https://grafana.com/docs/grafana/v13.1/troubleshooting/har-captures/</link><pubDate>Tue, 23 Jun 2026 13:06:40 +0000</pubDate><guid>https://grafana.com/docs/grafana/v13.1/troubleshooting/har-captures/</guid><content><![CDATA[&lt;h1 id=&#34;troubleshoot-with-har-captures&#34;&gt;Troubleshoot with HAR captures&lt;/h1&gt;
&lt;p&gt;Support may request information about the network requests your browser generated in the form of a HAR file.&lt;/p&gt;
&lt;p&gt;Important: HAR files can contain sensitive information, including cookies, session data, personal information, and sometimes credentials or tokens entered during troubleshooting. Before sharing a HAR file, make sure you review or sanitize it. You can then attach the redacted HAR file to your Grafana Support ticket.&lt;/p&gt;
&lt;p&gt;To generate a HAR capture, follow the steps for your browser:&lt;/p&gt;
&lt;h2 id=&#34;chrome&#34;&gt;Chrome&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;In your Chrome browser, go to the page where the issue is occurring.&lt;/li&gt;
&lt;li&gt;Click the menu icon and go to &lt;strong&gt;More Tools&lt;/strong&gt; &amp;gt; &lt;strong&gt;Developer Tools&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;In the drawer that opens, click the &lt;strong&gt;Network&lt;/strong&gt; tab.&lt;/li&gt;
&lt;li&gt;In the upper left hand corner of the drawer, make sure the round Record button is red. If it&amp;rsquo;s grey, click the button to begin recording.&lt;/li&gt;
&lt;li&gt;Select the &lt;strong&gt;Preserve log&lt;/strong&gt; option box if it isn&amp;rsquo;t already selected.&lt;/li&gt;
&lt;li&gt;Click the grey crossed circle button to clear any existing requests from the panel.&lt;/li&gt;
&lt;li&gt;Reproduce the issue while recording the network requests.&lt;/li&gt;
&lt;li&gt;Click the download button to download the HAR file.
&lt;img width=&#34;1293&#34; height=&#34;239&#34; alt=&#34;image&#34; src=&#34;https://github.com/user-attachments/assets/2ddd5bd4-d207-4c59-8143-f10009e0cb5d&#34; /&gt;&lt;/li&gt;
&lt;li&gt;Upload the HAR file to your Grafana Support ticket for investigation.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;firefox&#34;&gt;Firefox&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;In your Firefox browser, go to the page where the issue is occurring.&lt;/li&gt;
&lt;li&gt;Click the menu icon and go to &lt;strong&gt;More Tools&lt;/strong&gt; &amp;gt; &lt;strong&gt;Web Developer Tools&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;In the drawer that opens, click the &lt;strong&gt;Network&lt;/strong&gt; tab.&lt;/li&gt;
&lt;li&gt;In the upper left corner of the drawer, click the trash can icon to clear any existing requests from the recording.&lt;/li&gt;
&lt;li&gt;Reproduce the issue while recording the network requests.&lt;/li&gt;
&lt;li&gt;To save the HAR file, click the gear icon in the upper right hand corner of the panel and select &lt;strong&gt;Save All As HAR&lt;/strong&gt;.
&lt;img width=&#34;1837&#34; height=&#34;196&#34; alt=&#34;image&#34; src=&#34;https://github.com/user-attachments/assets/785be5e4-10a2-4d16-838a-2b7bb97c8453&#34; /&gt;&lt;/li&gt;
&lt;li&gt;Upload the HAR file to your Grafana Support ticket for investigation.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;safari&#34;&gt;Safari&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;In your Safari browser, go to the page where the issue is occurring.&lt;/li&gt;
&lt;li&gt;Open the &lt;strong&gt;Develop&lt;/strong&gt; menu option and select &lt;strong&gt;Show Web Inspector&lt;/strong&gt;.


&lt;div class=&#34;admonition admonition-note&#34;&gt;&lt;blockquote&gt;&lt;p class=&#34;title text-uppercase&#34;&gt;Note&lt;/p&gt;&lt;p&gt;The &lt;strong&gt;Show features for web developers&lt;/strong&gt; option needs to be enabled for the &lt;strong&gt;Develop&lt;/strong&gt; option to appear. For more information, refer to &lt;a href=&#34;https://support.apple.com/en-ie/guide/safari/sfri20948/mac&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Use the developer tools in the Develop menu in Safari on Mac&lt;/a&gt;.&lt;/p&gt;&lt;/blockquote&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;In the panel that appears, click the &lt;strong&gt;Network&lt;/strong&gt; tab.&lt;/li&gt;
&lt;li&gt;In the upper right corner of the panel, click the trash can icon to clear any existing requests from the recording.&lt;/li&gt;
&lt;li&gt;Reproduce the issue while recording the network requests.&lt;/li&gt;
&lt;li&gt;Click the &lt;strong&gt;Export&lt;/strong&gt; button to save the HAR file:
&lt;img width=&#34;1915&#34; height=&#34;219&#34; alt=&#34;image&#34; src=&#34;https://github.com/user-attachments/assets/2bda7bbd-43bf-4ecb-b8f9-f0be92c5a480&#34; /&gt;&lt;/li&gt;
&lt;li&gt;Upload the HAR file to your Grafana Support ticket for investigation.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;edge&#34;&gt;Edge&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;In your Edge browser, go to the page where the issue is occurring.&lt;/li&gt;
&lt;li&gt;Click the &amp;hellip; button and go to &lt;strong&gt;More Tools&lt;/strong&gt; &amp;gt; &lt;strong&gt;Developer Tools&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;In the panel that appears, click on the &lt;strong&gt;Network&lt;/strong&gt; tab.&lt;/li&gt;
&lt;li&gt;In the upper left hand corner of the panel, make sure the round Record button is red. If it&amp;rsquo;s grey, click the button to begin recording&lt;/li&gt;
&lt;li&gt;Verify that the &lt;strong&gt;Preserve log&lt;/strong&gt; option box is checked.&lt;/li&gt;
&lt;li&gt;Click the grey crossed circle button to clear any existing requests from the panel.&lt;/li&gt;
&lt;li&gt;Reproduce the issue while the network requests are recorded.&lt;/li&gt;
&lt;li&gt;Click the download button to save the HAR file:
&lt;img width=&#34;916&#34; height=&#34;305&#34; alt=&#34;image&#34; src=&#34;https://github.com/user-attachments/assets/54dfd40d-751f-47b4-9824-bc5be1f027fa&#34; /&gt;&lt;/li&gt;
&lt;li&gt;Upload the HAR file to your Grafana Support ticket for investigation.&lt;/li&gt;
&lt;/ol&gt;
]]></content><description>&lt;h1 id="troubleshoot-with-har-captures">Troubleshoot with HAR captures&lt;/h1>
&lt;p>Support may request information about the network requests your browser generated in the form of a HAR file.&lt;/p>
&lt;p>Important: HAR files can contain sensitive information, including cookies, session data, personal information, and sometimes credentials or tokens entered during troubleshooting. Before sharing a HAR file, make sure you review or sanitize it. You can then attach the redacted HAR file to your Grafana Support ticket.&lt;/p></description></item></channel></rss>