Developing Dashboards, Views, and Apps for Splunk Web

 


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 , 4.3.1 , 4.3.2 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.

Feedback submitted, thanks!