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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...