- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how do I change the Splunk logo in Splunk Web?
I want to change the Splunk> logo present it every page. I want it to be as DEV-Splunk> . Can you plesae tell me where this logo resides?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There are several answers postings already that cover this topic.
First, see http://splunk-base.splunk.com/answers/69298/how-to-change-the-name-splunk-from-all-the-screens-and-m... for important guidance.
Then, for technical details, see
http://splunk-base.splunk.com/answers/27379/replacing-the-logo-on-search-screen
http://splunk-base.splunk.com/answers/28027/change-logo-on-screen
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
None that I (and these others) seem to know of. Your changes will get overwritten on upgrade.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
So, there is no way other than changing in default...rght?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
change the same in default.css. it will reflect in all the app in the instance
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The links you have provided are giving the logo change for apps and the login page. What I need is for every page. That too in default it will delete the changes after upgrade or reinstall so can't we get the sam elook and feel through local?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If its the logo displayed on the app then you just need to edit the application.css for that app in $SPLUNK_HOME/etc/apps/APPNAME/appserver/static
. If the folder doesn't exist then you can just create it and create the application.css file, just bear in mind that the first time you create it you will need to restart Splunk - also be careful with file permissions, the user that Splunk is running as needs to have permissions to read the file/folder.
Anyway, for all other details have a read of this for how to configure it;
http://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/UseCSS
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i have followed the above steps to change the logo displayed on the application. but i can't see the new logo which is provided by me..whereas the previous logo is being
vanished..what should i do now?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For changing the logo in an app I can follow the above mentioned procedure. But when I will be creating a new app at that time the logo will come as Splunk> and I have to change that again. What I want it change the logo for every page and when I will create a new app it should be get created with the new logo. Is taht possible?? That too any changed in the default will be deleted at the time of reinstall and upgrade. So can not I make the changes on local to get the same look and feel???