Developing Dashboards, Views, and Apps for Splunk Web

 


Hide Admin Controls

This documentation does not apply to the most recent version of Splunk. Click here for the latest version.

Hide Admin Controls

You can disable access to the Admin menu by changing the display property of its element to "none". To override the default behavior in your stylesheet, add it (normally found only in default.css) to your skin file and then set the new value.


#adminLink {
        display:none;
}

You can add display: none; to other elements to disable them in your theme.


Warning If you disable the Preferences menu or the Themes item, you will not be able to switch back to another theme. You can revert to the default Basic skin by removing the cookie that determines your skin preferences. Look in your browser's cookie list for one from your hostname called "setSkin".

This documentation applies to the following versions of Splunk: 2.1 , 2.2 , 2.2.1 , 2.2.3 , 2.2.6 View the Article History for its revisions.


You must be logged into splunk.com in order to post comments. Log in now.

Was this documentation topic helpful?

If you'd like to hear back from us, please provide your email address:

We'd love to hear what you think about this topic or the documentation as a whole. Feedback you enter here will be delivered to the documentation team.