Customize the login screen
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.
Customize the login screen
Beginning with 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 and add links. Restart the splunkweb process after editing web.conf to make your message visible.
Example
Add the following key to the[settings] stanza in web.conf located at: $SPLUNK_HOME/etc/system/local/web.conf
[settings] login_content = This is a <b>production server</b>. If you are running 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.3 View the Article History for its revisions.