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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...