Dashboards & Visualizations

Does Splunk support .GIF files in their dashboard system?

rfahrenbach
Explorer

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?

Labels (1)
1 Solution

richgalloway
SplunkTrust
SplunkTrust

I haven't tried it, but you should be able to put the .gif file in an HTML panel in the dashboard.

---
If this reply helps you, Karma would be appreciated.

View solution in original post

efavreau
Motivator

@rfahrenbach

Based on my testing on v7.2.8, I found the following types to render: GIF (even animated GIF), JPG, PNG, and SVG.
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.

  <row>
    <panel>
      <html>
            <ul>
              <li>GIF <img src="https://full/path/to/myfile.gif" height="454" width="114"/>
              </li>
              <li>SVG <img src="https://full/path/to/myfile.svg" height="16" width="16"/>
              </li>
              <li>JPG <img src="https://full/path/to/myfile.jpg" height="500" width="100"/>
              </li>
              <li>PNG <img src="https://full/path/to/myfile.png" height="200" width="200"/>
              </li>
            </ul>
      </html>
    </panel>
  </row>

Thanks!

###

If this reply helps you, an upvote would be appreciated.
0 Karma

efavreau
Motivator

Animated PNG worked as well.

###

If this reply helps you, an upvote would be appreciated.
0 Karma

efavreau
Motivator

@rfahrenbach If this answers your question, please accept the answer. Thank you!

###

If this reply helps you, an upvote would be appreciated.
0 Karma

rfahrenbach
Explorer

Seems to work. Added a URL to the .gif file and it does work.

0 Karma

richgalloway
SplunkTrust
SplunkTrust

I haven't tried it, but you should be able to put the .gif file in an HTML panel in the dashboard.

---
If this reply helps you, Karma would be appreciated.

rfahrenbach
Explorer

Added it to the url. Seems to work. Thanks.

0 Karma

richgalloway
SplunkTrust
SplunkTrust

If your problems is resolved, please accept an answer to help future readers.

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...