Dashboards & Visualizations

How do you contol the size of a panel in a dashboard?

HattrickNZ
Motivator

Can it be done in basic XML? Or do you have to got to advanced XML or HTML or do you need css or js?

Tags (4)
0 Karma

rsennett_splunk
Splunk Employee
Splunk Employee

You need a bit of js. You'll want to download the Splunk 6.x Dashboard Examples App
and check out the layout customization example, which you can see here once you install the app:
http://{yoursplunkservername}:8000/en-US/app/simple_xml_examples/custom_layout_panel_width?earliest=0&latest=

Whether this example works for you exactly... the answer is yes, js and if you wish css as well, but be sure to be careful with that because the .css that is used by default will a) override what you have or b) mess with every other dashboard in your app. So use with caution.

With Splunk... the answer is always "YES!". It just might require more regex than you're prepared for!
0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...