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!

Observability | How to Think About Instrumentation Overhead (White Paper)

Novice observability practitioners are often overly obsessed with performance. They might approach ...

Cloud Platform | Get Resiliency in the Cloud Event (Register Now!)

IDC Report: Enterprises Gain Higher Efficiency and Resiliency With Migration to Cloud  Today many enterprises ...

The Great Resilience Quest: 10th Leaderboard Update

The tenth leaderboard update (11.23-12.05) for The Great Resilience Quest is out &gt;&gt; As our brave ...