Dashboards & Visualizations

Is it possible to display an image to the user while a dashboard and all its panels are loading?

HattrickNZ
Motivator

I have a dahboard with many charts/panels. What I would like is to display a gif to the user saying something like "Go and have a cup of tea and this will be fully loaded when you get back". Can I load an image/gif while all the panels are loading in the dashboard?

I was hoping to do this in xml, but may have to use html. All answers suggestions appreciated.

rjthibod
Champion

I think you could use something like this as a starting point if you are using 6.3 or newer. This should show the waiting.gif once the search below starts, and it would show the chart once the search is done.

<html rejects="$show_panel$">
  <img style="..." src="/static/app/<APP_NAME>/waiting.gif"/>
</html>
<chart depends="$show_panel$">
  <search>
    <query>...</query>
    <progress>
      <condition>
        <unset token="show_panel"/>
      </condition>
      </progress>
     <done>
      <condition>
        <set token="show_panel">true</set>
      </condition>
    </done>
  </search>
</chart>
0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Design, Compete, Win: Submit Your Best Splunk Dashboards for a .conf26 Pass

Hello Splunkers,  We’re excited to kick off a Splunk Dashboard contest! We know that dashboards are a primary ...

May 2026 Splunk Expert Sessions: Security & Observability

Level Up Your Operations: May 2026 Splunk Expert Sessions Whether you are refining your security posture or ...

Network to App: Observability Unlocked [May & June Series]

In today’s digital landscape, your environment is no longer confined to the data center. It spans complex ...