Dashboards & Visualizations

how to have multiple charts in one panel and the same row?

sarit_s
Communicator

Hello,

Is it possible to group number of panels into one panel?
I have 12 panels and I want to group them into one having 3 rows and 4 columns.
I'm using Splunk Enterprise 6.2.5

thanks,
Sarit

0 Karma

bcronrath
Path Finder

Hi Sarit,

Not sure if you still were curious about this, but lquinn in another thread I saw had a solution to this, pasting in their response from https://answers.splunk.com/answers/462906/how-can-i-have-3-charts-for-1-panel-display-on-the.html:

You can add a css stylesheet to your XML by including it in your dashboard tag:

Then include a stanza like the following in mycss.css (file saved to $SPLUNK_HOME/etc/apps/{your_app}/appserver/static):

 .panel-element-row {
     display: inline-block !important;
     width: 33% !important;
 }

Note that this will cause all panels in your dashboard to be 1/3 width and inline. If you have other panels in you dashboard that you do not want formatted in this way, you will have to make the CSS more specific.

0 Karma

somesoni2
Revered Legend

Have a look at Splunk 6 dashboard example app for many visualization customization that can be done in Splunk. https://splunkbase.splunk.com/app/1603/

It would be done like this

<dashboard>
<row>
     <panel>
      ... 1...
     </panel>
     <panel>
       ... 2...
     </panel>
    .......
     <panel>
   ... 4...
   </panel>
</row>
<row>
     <panel>
   ... 1...
       </panel>
     <panel>
   ... 2...
   </panel>
   .......
    <panel>
   ... 4...
    </panel>
</row>
<row>
     <panel>
   ... 1...
     </panel>
     <panel>
   ... 2...
      </panel>
     .......
      <panel>
     ... 4...
    </panel>
</row>
</dashboard>
0 Karma

sarit_s
Communicator

thanks but this example will provide several panels at the same row and not several charts at the same panel

0 Karma
Get Updates on the Splunk Community!

New Release | Splunk Cloud Platform 10.1.2507

Hello Splunk Community!We are thrilled to announce the General Availability of Splunk Cloud Platform 10.1.2507 ...

🌟 From Audit Chaos to Clarity: Welcoming Audit Trail v2

&#x1f5e3; You Spoke, We Listened  Audit Trail v2 wasn’t written in isolation—it was shaped by your voices.  In ...

Splunk New Course Releases for a Changing World

Every day, the world feels like it’s moving faster with new technological breakthroughs, AI innovation, and ...