Customize the login screen
This documentation does not apply to the most recent version of Splunk. Click here for the latest version.
Contents
Customize the login screen
As of Splunk 4.1, you can add a custom message to Splunk's login screen. Just add an attribute to web.conf to set a custom message. You can use HTML to format your message or add links. You must restart the splunkweb process after you make the change.
Example
Add the following key to the [settings] stanza in web.conf in $SPLUNK_HOME/etc/system/local/:
login_content = This is a <b>production server</b>. If you are running some expensive searches, try one of the following servers: <a href="http://server1:8000">server1</a> or <a href="http://server2:8080">server2</a>
This documentation applies to the following versions of Splunk: 4.1 , 4.1.1 , 4.1.2 , 4.1.3 , 4.1.4 , 4.1.5 , 4.1.6 , 4.1.7 , 4.1.8 View the Article History for its revisions.