Security

How do i customise my login screen.

standias
Explorer

I would like to display message on my SPLUNK login screen at top right or bottom right. Have done setting :

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

Example

Add the following key to the [settings] stanza in web.conf in $SPLUNK_HOME/etc/system/local/:

login_content = This is a production server. If you are running some expensive searches, try one of the following servers: < a href="http://server1:8000">server1 or < a href="http://server2:8080">server2

But this does not work for 4.0.9 (was mentioned applicable 4.1 onwards).

Any ideas without changing the login page : $SPLUNK_HOME/share/splunk/search_mrsparkle/templates/account/login.html

Tags (1)
1 Solution

sideview
SplunkTrust
SplunkTrust

I'm afraid that the only way to do it back before 4.1 was to change the login.html template itself. And the file has a lot of moving parts (like update checker, banner, etc) which can make it nontrivial to make changes.

And of course any changes you do succeed in making will get blown away on any upgrades or reinstalls.

View solution in original post

0 Karma

sideview
SplunkTrust
SplunkTrust

I'm afraid that the only way to do it back before 4.1 was to change the login.html template itself. And the file has a lot of moving parts (like update checker, banner, etc) which can make it nontrivial to make changes.

And of course any changes you do succeed in making will get blown away on any upgrades or reinstalls.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...