Dashboards & Visualizations

single value dashboard customize panel height

ashabc
Contributor

Is there a way to customize the height of a panel in a single value dashboard?

I have some panels, which looks clumsy without adjusting the panel height

0 Karma
1 Solution

rsennett_splunk
Splunk Employee
Splunk Employee

In simple xml there isn't a setting for panel height in a <single> type panel. The height is adjusted based on whether you have added a label "under" the value or not. That's where the jagged bottom edge comes from.

However, you can use row grouping to smooth that out.
documented here if you have say, three single value panels across in a row you could adjust the row tag so it looks like this:<row grouping="3"> that will put the three single panels in one solid horizontal stripe across the length of the dashboard. if you only wanted the first two together and the last one by itself you would say: <row grouping="2,3">

With Splunk... the answer is always "YES!". It just might require more regex than you're prepared for!

View solution in original post

rsennett_splunk
Splunk Employee
Splunk Employee

In simple xml there isn't a setting for panel height in a <single> type panel. The height is adjusted based on whether you have added a label "under" the value or not. That's where the jagged bottom edge comes from.

However, you can use row grouping to smooth that out.
documented here if you have say, three single value panels across in a row you could adjust the row tag so it looks like this:<row grouping="3"> that will put the three single panels in one solid horizontal stripe across the length of the dashboard. if you only wanted the first two together and the last one by itself you would say: <row grouping="2,3">

With Splunk... the answer is always "YES!". It just might require more regex than you're prepared for!

ashabc
Contributor

Thank you. It works!

0 Karma
Get Updates on the Splunk Community!

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

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...