Security

Is it possible to put my company logo in the login page?

uhkc777
Explorer

I read few ways to do that but didn't worked out. I don't know why. Any suggestions?? If yes, can you please tell me steps to follow.

0 Karma

inventsekar
SplunkTrust
SplunkTrust

Add a custom logo
Customize the login page logo.

Prerequisites
Ensure that the maximum image height is 100px. If the logo image height exceeds this limit, the image is resized to 100px.
Review the loginCustomLogo setting details in the web.conf spec file.
Steps
1. (Optional) If you are using an image file, put it into the following directory location.
$SPLUNK_HOME/etc/apps//appserver/static/logo
2. Check the $SPLUNK_HOME/etc/system/local/ directory for a web.conf file. Use one of the following options.

File already exists in the directory

Locate the [settings] stanza in the file.

File does not exist in the directory
1. Create a new file called web.conf in the directory.
2. Add a [settings] stanza in the file.

  1. In the local web.conf file, add or edit the loginCustomLogo setting under the [settings] stanza. Indicate the loginCustomLogo file path or an image URL.
  2. Restart the Splunk instance to view the change.

https://docs.splunk.com/Documentation/Splunk/6.5.0/AdvancedDev/CustomizeLogin

thanks and best regards,
Sekar

PS - If this or any post helped you in any way, pls consider upvoting, thanks for reading !
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...