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!

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...