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!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...