Dashboards & Visualizations

Dashboard Studio - changing layout modes

Elupt01
New Member

Hello,

I set up a dashboard with ABSOLUTE mode but want to change it to GRID mode. Is that possible? 

I am asking because I created a bunch of tables (6) and only 3 of them are showing at the top. The ones at the bottom aren't. I think it has to do with a GRID line around the top 3 and the bottom 3 aren't in that grid line. I need to be able to show all 6 tables. Any help?

Labels (3)
0 Karma

renjith_nair
Legend

You might be able to change the layout type in the code. However, the coordinates and other configuration parameters need to be adjusted based on the dimensions.

Make a clone/copy of the dashboard to try so that original dashboards are not affected

 

"layout": {
        "type": "grid",
        "options": {
            "width": 1440,
            "height": 960
        },

 

Having said that, absolute layout type gives you lot of flexibility .

https://docs.splunk.com/Documentation/Splunk/9.2.1/DashStudio/Layouts

In your case, why cant you add all the tables into the canvas? The size of the canvas can be changes as you might have already explored.

If you could share the dashboard code, probably we get a better idea about the actual situation.

 

---
What goes around comes around. If it helps, hit it with Karma 🙂
0 Karma

Elupt01
New Member

that is the main problem. The current panel/section won't let me make it bigger so i can add the other sections to it ... So I have 6 tables ... 3 tables only show because the 3 others are under the selection and I haven't been able to figure out how to make the selection bigger so i can add the 3 others. 

0 Karma

renjith_nair
Legend

By selection, if you meant the canvas, it can be adjusted by changing

renjith_nair_0-1715050532452.png

 

Or directly in the code

"layout": {
		"type": "absolute",
		"options": {
			"width": 1440,
			"height": 960
		},
		"structure": [],
		"globalInputs": [
			"input_global_trp"
		]
	},
---
What goes around comes around. If it helps, hit it with Karma 🙂
0 Karma
Get Updates on the Splunk Community!

Index This | I’m short for "configuration file.” What am I?

May 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with a Special ...

New Articles from Academic Learning Partners, Help Expand Lantern’s Use Case Library, ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Your Guide to SPL2 at .conf24!

So, you’re headed to .conf24? You’re in for a good time. Las Vegas weather is just *chef’s kiss* beautiful in ...