Maximize dashboard by default

Is there anyway to have a dashboard load "maximized" by default rather than having to select it from the menu?

Add fullScreenMode:!t to the url linking to the dashboard to open in full screen mode

Thank you, can you give me an example if I am using iframe?

Nathan, please can you assist with this?

Just add fullScreenMode:!t to the URL in the iframe. What does you iframe code look like?

I tried, but it didn't work.. here is the iframe

""

it wont let me paste the iframe here

src="http://192.168.55.226:5601/app/kibana#/dashboard/d4c52e10-2977-11e9-b8d0-d53723ac7630?embed=true&_g=(refreshInterval%3A(pause%3A!t%2Cvalue%3A0)%2Ctime%3A(from%3Anow-60d%2Cmode%3Aquick%2Cto%3Anow))" height="600" width="100%" frameborder="0">

I had to remove the iframe tags to get it to post

Try the below URL. I added an application state parameter to the URL _a and then put fullScreenMode in there

src="http://192.168.55.226:5601/app/kibana#/dashboard/d4c52e10-2977-11e9-b8d0-d53723ac7630?embed=true&_g=(refreshInterval%3A(pause%3A!t%2Cvalue%3A0)%2Ctime%3A(from%3Anow-60d%2Cmode%3Aquick%2Cto%3Anow))&_a=(fullScreenMode:!t)" height="600" width="100%" frameborder="0">

No, didnt work.. same result

Nathan, are you able to help with this?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.