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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...