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!

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