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!

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer at Splunk .conf24 ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...

Share Your Ideas & Meet the Lantern team at .Conf! Plus All of This Month’s New ...

Splunk Lantern is Splunk’s customer success center that provides advice from Splunk experts on valuable data ...