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!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...