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!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

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 ...