Dashboards & Visualizations

Adjust the space between columns in dashboard

shabdadev
Engager

Hi All,

Suppose there are 2 stats panels in a dashboard like below

1st Panel

URL        Method    Total its   ResponseTime
 /                get             12             1200

2nd panel

URL                  Method         TotalHits          ResponseTime
/d                        post                 5                      1234

so if u see 2 panels have same columns but spacing between columns in both panels is not in a arranged way
1st panel spacing is less as compared to 2nd panel spacing between columns
HOW to adjust this spacing so that values comes in proper way and presentable way .

Tags (3)
0 Karma
1 Solution

jkat54
SplunkTrust
SplunkTrust

The spacing adjusts automatically based on default css. You can create custom css for your dashboard to resolve this:

https://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/UseCSS

View solution in original post

0 Karma

jkat54
SplunkTrust
SplunkTrust

The spacing adjusts automatically based on default css. You can create custom css for your dashboard to resolve this:

https://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/UseCSS

0 Karma

shabdadev
Engager

Thanks jkat

Cant we write any line of code in Source code XML to adjust this?
I have user level access in Splunk so i dont think i can perform the task you mentioned .

0 Karma

jkat54
SplunkTrust
SplunkTrust

Negative, it's determined by the length of the data in the field itself.

You can open developer tools and adjust the CSS yourself or you can try adjusting the size of the browser window too.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...