Dashboards & Visualizations

How to add background image to a panel and adjust the position of the elements of a panel?

LuiesCui
Communicator

Hello guys, I'm new to splunk and I have some problems with panels in dashboards.
I wanted to build a panel that just looks like a topology structure, and with some searching results in it.
alt text

Like it shows above, those numbers are the searching results.
Now the problem is, I can't adjust the position of those numbers and the background image doesn't show up!
One of the searching results shows below:

<row>
    <panel class="singleA">
      <single style="text-align: center; float:left">
        <title>fff</title>
        <search>
          <query>index="disk_check" | stats latest(Value) as v | table v</query>
          <earliest>0</earliest>
          <latest></latest>
        </search>
        <option name="drilldown">none</option>
      </single>
    </panel>
</row>

Is it possible to build the panel just like the picture? I really need your help! Thx a lot!

Tags (3)
0 Karma
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

Take a look at how Splunk does it in the Distributed Management Console at http://yourhost:8000/en-US/app/splunk_management_console/indexing_performance_instance and adapt to your needs.

View solution in original post

martin_mueller
SplunkTrust
SplunkTrust

Take a look at how Splunk does it in the Distributed Management Console at http://yourhost:8000/en-US/app/splunk_management_console/indexing_performance_instance and adapt to your needs.

LuiesCui
Communicator

So how to get the sources of those dashboards? I don't see any xml in this app. Thx again!

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

Go to Settings -> User Interface -> Views -> select DMC -> pick a view to view its XML.

0 Karma

LuiesCui
Communicator

Is it simple xml or advanced xml? Pretty hard to understand! Is there any docs about it?

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

That's SimpleXML with a bit of HTML, CSS, and JavaScript added on top.

0 Karma

LuiesCui
Communicator

Thank you!

0 Karma

MuS
SplunkTrust
SplunkTrust

Just in addition, take a look at the simple XML dashboard app https://splunkbase.splunk.com/app/1603/ and in there at the /app/simple_xml_examples/custom_layout_overlay_single dashboard.

Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...