<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Does Splunk support .GIF files in their dashboard system? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-support-GIF-files-in-their-dashboard-system/m-p/469546#M30832</link>
    <description>&lt;P&gt;I haven't tried it, but you should be able to put the .gif file in an HTML panel in the dashboard.&lt;/P&gt;</description>
    <pubDate>Mon, 01 Jun 2020 14:05:13 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2020-06-01T14:05:13Z</dc:date>
    <item>
      <title>Does Splunk support .GIF files in their dashboard system?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-support-GIF-files-in-their-dashboard-system/m-p/469545#M30831</link>
      <description>&lt;P&gt;I would like to have some animation on the dashboard screens with the use of a .gif file. Does Splunk Cloud support .gif files for their dashboard App?&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2020 23:43:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-support-GIF-files-in-their-dashboard-system/m-p/469545#M30831</guid>
      <dc:creator>rfahrenbach</dc:creator>
      <dc:date>2020-06-07T23:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk support .GIF files in their dashboard system?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-support-GIF-files-in-their-dashboard-system/m-p/469546#M30832</link>
      <description>&lt;P&gt;I haven't tried it, but you should be able to put the .gif file in an HTML panel in the dashboard.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 14:05:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-support-GIF-files-in-their-dashboard-system/m-p/469546#M30832</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-06-01T14:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk support .GIF files in their dashboard system?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-support-GIF-files-in-their-dashboard-system/m-p/469547#M30833</link>
      <description>&lt;P&gt;Added it to the url.  Seems to work.  Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 14:40:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-support-GIF-files-in-their-dashboard-system/m-p/469547#M30833</guid>
      <dc:creator>rfahrenbach</dc:creator>
      <dc:date>2020-06-01T14:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk support .GIF files in their dashboard system?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-support-GIF-files-in-their-dashboard-system/m-p/469548#M30834</link>
      <description>&lt;P&gt;Seems to work.  Added a URL to the .gif file and it does work.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 14:41:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-support-GIF-files-in-their-dashboard-system/m-p/469548#M30834</guid>
      <dc:creator>rfahrenbach</dc:creator>
      <dc:date>2020-06-01T14:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk support .GIF files in their dashboard system?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-support-GIF-files-in-their-dashboard-system/m-p/469549#M30835</link>
      <description>&lt;P&gt;@rfahrenbach&lt;BR /&gt;&lt;BR /&gt;
Based on my testing on v7.2.8, I found the following types to render: GIF (even animated GIF), JPG, PNG, and SVG.&lt;BR /&gt;
Here's the code I used to throw together a test. Because my local instance is down at the moment, and there's no uploader for static files to our work instance, I referenced an outside web server. However, everything did render.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;html&amp;gt;
            &amp;lt;ul&amp;gt;
              &amp;lt;li&amp;gt;GIF &amp;lt;img src="https://full/path/to/myfile.gif" height="454" width="114"/&amp;gt;
              &amp;lt;/li&amp;gt;
              &amp;lt;li&amp;gt;SVG &amp;lt;img src="https://full/path/to/myfile.svg" height="16" width="16"/&amp;gt;
              &amp;lt;/li&amp;gt;
              &amp;lt;li&amp;gt;JPG &amp;lt;img src="https://full/path/to/myfile.jpg" height="500" width="100"/&amp;gt;
              &amp;lt;/li&amp;gt;
              &amp;lt;li&amp;gt;PNG &amp;lt;img src="https://full/path/to/myfile.png" height="200" width="200"/&amp;gt;
              &amp;lt;/li&amp;gt;
            &amp;lt;/ul&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 14:54:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-support-GIF-files-in-their-dashboard-system/m-p/469549#M30835</guid>
      <dc:creator>efavreau</dc:creator>
      <dc:date>2020-06-01T14:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk support .GIF files in their dashboard system?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-support-GIF-files-in-their-dashboard-system/m-p/469550#M30836</link>
      <description>&lt;P&gt;Animated PNG worked as well.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 15:00:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-support-GIF-files-in-their-dashboard-system/m-p/469550#M30836</guid>
      <dc:creator>efavreau</dc:creator>
      <dc:date>2020-06-01T15:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk support .GIF files in their dashboard system?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-support-GIF-files-in-their-dashboard-system/m-p/469551#M30837</link>
      <description>&lt;P&gt;@rfahrenbach If this answers your question, please accept the answer. Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 16:13:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-support-GIF-files-in-their-dashboard-system/m-p/469551#M30837</guid>
      <dc:creator>efavreau</dc:creator>
      <dc:date>2020-06-01T16:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: Does Splunk support .GIF files in their dashboard system?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-support-GIF-files-in-their-dashboard-system/m-p/469552#M30838</link>
      <description>&lt;P&gt;If your problems is resolved, please accept an answer to help future readers.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 16:41:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Does-Splunk-support-GIF-files-in-their-dashboard-system/m-p/469552#M30838</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-06-01T16:41:27Z</dc:date>
    </item>
  </channel>
</rss>

