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!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...