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!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

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 ...