Security

Splunk Login Page Banner

ssingh5
Path Finder

How can i customize banner text on login page.

Tags (1)

MarioM
Motivator

As per documentation http://www.splunk.com/base/Documentation/latest/Developer/CustomizeLogin :

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>

tpflicke
Path Finder

For larger amounts of HTML I found it useful to format multi-line with \, e.g:

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>
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...