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!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...