Dashboards & Visualizations

How to change the Splunk> logo in the top left corner of the UI?

jravida
Communicator

I want to change to change the Splunk> logo on the top left corner of the Splunk Web UI to something different, but it seems that as splunk has developed, that method has changed. In Chrome, I can right-click-inspect on the item, and it is actually just the word "splunk" in the html and I can change it to whatever from the browser editor.

Where is this in Splunk?

Tags (2)
0 Karma

skender27
Contributor

Hi,

Did you tried to change splunk_logo_black.png in the folder /opt/splunk/share/splunk/search_mrsparkle/exposed/css/skins/default css file?

/* change the app logo here.  set the height/width for your image, as well as the path to the image */
.appLogo {
    height: 43px;
    width: 80px;
    background: url(/static/img/skins/default/splunk_logo_black.png) no-repeat 0 0;
}

Hope it works,
Skender

0 Karma

MuS
Legend

Hi jravida,

According to @rsennett_splunk this is still possible, see this answer
http://answers.splunk.com/answers/110267/change-logo-in-6-0.html

cheers, MuS

Raghav2384
Motivator

Splunk has restricted that level of customization. I had a similar requirement and the reason they did is to maintain views same across all the apps.
On a funny note , splunk might get pissed if you take their icon out of the app 🙂

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...