Dashboards & Visualizations

Splunk Dashboard design

K7Pramod
Observer

Hello,
Can anyone help me designing a panel in classic dashboard with multiple rows and columns with visualizations.

K7Pramod_0-1716866192396.png

K7Pramod_0-1716873483304.png

Updated with the full page design, The problem i am facing is Each box is set of panels with different visualizations.  Is there any idea to code this as full page visualizaion.

 

Labels (4)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

It looks like you already have a design of sorts

For classic dashboards, start by adding panels and move them around into rows.

When you look at the source, you will notice some row and panel objects

<row>
  <panel>
  ...
  </panel>
  <panel>
  ...
  </panel>
</row>
<row>
  etc.

The panels will contain you chosen visualisations, e.g. single, chart, table etc.

0 Karma

K7Pramod
Observer

Thanks @ITWhisperer for your response, I have updated my requirement with more details of design, can you have a look at it once and advise.

0 Karma

bowesmana
SplunkTrust
SplunkTrust

You can also have multiple visualisations inside a single <panel> element, i.e.

<panel>
  <html>
  </html>
  <single>
  </single>
  <single>
  </single>
  <chart>
  </chart>
  <table>
  </table>
</panel>

The way Splunk lays out such structure inside the panel is that <single> elements are aligned horizontally, but others will then alighn vertically.

I often will avoid using a single panel viz, which offers limited customisation and instead use and HTML section with the contents coming from tokens calculated from searches.

The top three 'rows' of your example panel, i.e. total, value, expected, above... could be a single HTML block where you can write the data from tokens and then a timechart can sit underneath.

Depending on how good your html/css skills are you can do a huge amount to vary the style.

ITWhisperer
SplunkTrust
SplunkTrust

As I said, in classic dashboards, you have rows with panels. Since your composite panels still align as rows, you may be able spoof what you want by using html "filler" panels in the rows between the elements in same row. You may need to use CSS to try and set the width of the panels, but this is very tricky to do.

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

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

Unlock What’s Next: The Splunk Cloud Platform at .conf25

In just a few days, Boston will be buzzing as the Splunk team and thousands of community members come together ...