Dashboards & Visualizations

Embed a video present in my local to Splunk Dashboard

nagar57
Communicator

I want to embed a video present in my local machine into my Splunk Dashboard. I want to move it to Splunk Folder(../app/static) or some other location inside the Splunk folder and then want it to appear on my Splunk Dashboard. Is that possible? If yes, Please guide me to achieve this.
I haven't tried anything yet as I am not sure from where I should start doing this POC.
TIA !!

0 Karma
1 Solution

vnravikumar
Champion

Hi

Try this, I had verified in chrome Version 80.0.3987.106. The video I placed under search app (apps\search\appserver\static)

<dashboard>
  <label>video</label>
  <row>
    <html>
      <video width="320" height="240" controls="true" autoplay="true" muted="true">
        <source src="/static/app/search/test.mp4" type="video/mp4"/>
      </video>
    </html>
  </row>
</dashboard>

View solution in original post

vnravikumar
Champion

Hi

Try this, I had verified in chrome Version 80.0.3987.106. The video I placed under search app (apps\search\appserver\static)

<dashboard>
  <label>video</label>
  <row>
    <html>
      <video width="320" height="240" controls="true" autoplay="true" muted="true">
        <source src="/static/app/search/test.mp4" type="video/mp4"/>
      </video>
    </html>
  </row>
</dashboard>

nagar57
Communicator

It Worked. But autoplay="false" is not working. I don't want the vide getting autoplayed.

0 Karma
Get Updates on the Splunk Community!

Build Scalable Security While Moving to Cloud - Guide From Clayton Homes

 Clayton Homes faced the increased challenge of strengthening their security posture as they went through ...

Mission Control | Explore the latest release of Splunk Mission Control (2.3)

We’re happy to announce the release of Mission Control 2.3 which includes several new and exciting features ...

Cloud Platform | Migrating your Splunk Cloud deployment to Python 3.7

Python 2.7, the last release of Python 2, reached End of Life back on January 1, 2020. As part of our larger ...