In an older version of Splunk I was able to change the "logo-mrsparkle.png" file to my logo and restart splunk and my logo changed on the login screen. Tried that with the 4.2 version with no luck. Does it still read the "/opt/splunk/share/splunk/search_mrsparkle/exposed/img/skins/default' for the logo?
Thanks,
If you wish to change the Splunk Logo on the main auth page, simple replace this graphic;
$SPLUNK_HOME/share/splunk/search_mrsparkle/exposed/img/skins/default/logo-mrsparkle.png
Be sure to restart Splunk to see changes.
but it's not working for version 6.1
Hi,
here what I did for 6.1 version:
first copy your my_logo.png in this folder:
/opt/splunk/share/splunk/search_mrsparkle/exposed/img/skins/default
then create (if it doesn't exist) web.conf under:
etc/system/local
with this stanza:
[settings]
updateCheckerBaseURL = 0
login_content =
basically you can put any html syntax here.
hope it works for all you,
Skender K.
Here's another way - It doesn't require a restart:
* copy your logo file to $SPLUNK_HOME/share/splunk/search_mrsparkle/exposed/img/skins/default
* cd $SPLUNK_HOME/share/splunk/search_mrsparkle/exposed/css
* open login.css with your favorite text editor (ie. vi)
* Find #splunkLogo section and change the name of the graphic file if necessary
#splunkLogo {
width:368px;
height:200px;
padding: 0;
float:left;
background: #fff url(/static/img/skins/default/mycompanylogo.png) no-repeat 65px 60px;
}
Very helpful thank you
If you wish to change the Splunk Logo on the main auth page, simple replace this graphic;
$SPLUNK_HOME/share/splunk/search_mrsparkle/exposed/img/skins/default/logo-mrsparkle.png
Be sure to restart Splunk to see changes.
Can you please share?
I figured it out
Can you provide information on what you did?
share please