Dashboards & Visualizations

how to divide dashboard into two rows..

vijaykumartcs
Explorer

i have created a dashboard with 12 panels..
6 panels have capacity metrics
6 have performance metric

now i want to differentiate them in one single dashboard..

under {Capacity}
6 panels

under {Performance}
6 panels

Tags (1)
0 Karma

jkat54
SplunkTrust
SplunkTrust

If editing the source:

<dashboard>
 <row>
  <panel>
  ... panel 1 code ...
  </panel>
  <panel>
  ... panel 2 code ...
  </panel>
  <panel>
  ... panel 3 code ...
  </panel>
  <panel>
  ... panel 4 code ...
  </panel>
  <panel>
  ... panel 5 code ...
  </panel>
  <panel>
  ... panel 6 code ...
  </panel>
 </row>
 <row>
  <panel>
  ... panel 7 code ...
  </panel>
  <panel>
  ... panel 8 code ...
  </panel>
  <panel>
  ... panel 9 code ...
  </panel>
  <panel>
  ... panel 10 code ...
  </panel>
  <panel>
  ... panel 11 code ...
  </panel>
  <panel>
  ... panel 12 code ...
  </panel>
 </row>
</dashboard>
0 Karma

jkat54
SplunkTrust
SplunkTrust

I should mention I typically do not add more than 6 panels to any single dashboard because that requires the user to dispatch a bunch of searches and many roles can't dispatch 12 searches at one time, etc. it spawns performan e issues and complaints.

0 Karma

woodcock
Esteemed Legend

Click Edit in the upper-right corner of the dashboard and then drag the panels around. If you drag a panel down, it will create a new row.

0 Karma
Get Updates on the Splunk Community!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...