Dashboards & Visualizations

How to set dashboard attributes from Javascript?

andrewpagans
Path Finder

Hi Splunkers,
is it possible to set dashboard attributes : hideEdit, hideFooter, hideAppBar from Javascript?
I would like to pilot these attributes based on users/roles.

I tried to use the command below, but I need to set the dashboard where I am, and not to create new Layout.

new LayoutView({"hideFooter": true, "hideSplunkBar": true, "hideAppBar": true, "hideChrome":true})
.render()
.getContainerElement()
.appendChild($('.dashboard-body')[0]);  

Thanks a lot

0 Karma
1 Solution

niketn
Legend

@andrewpagans you can use CSS to hide these elements, which means you can do the same using JavaScript. Refer to one of my previous answers: https://answers.splunk.com/answers/636485/how-can-i-use-a-token-to-set-hidesplunkbar.html

The Layout view is meant for HTML Dashboards not Simple XML JS Extensions. Refer to documentation: http://docs.splunk.com/DocumentationStatic/WebFramework/1.4/compref_layout.html

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"

View solution in original post

0 Karma

niketn
Legend

@andrewpagans you can use CSS to hide these elements, which means you can do the same using JavaScript. Refer to one of my previous answers: https://answers.splunk.com/answers/636485/how-can-i-use-a-token-to-set-hidesplunkbar.html

The Layout view is meant for HTML Dashboards not Simple XML JS Extensions. Refer to documentation: http://docs.splunk.com/DocumentationStatic/WebFramework/1.4/compref_layout.html

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma
Get Updates on the Splunk Community!

Splunk Security Content for Threat Detection & Response, Q1 Roundup

Join Principal Threat Researcher, Michael Haag, as he walks through:An introduction to the Splunk Threat ...

Splunk Life | Happy Pride Month!

Happy Pride Month, Splunk Community! 🌈 In the United States, as well as many countries around the ...

SplunkTrust | Where Are They Now - Michael Uschmann

The Background Five years ago, Splunk published several videos showcasing members of the SplunkTrust to share ...