All Apps and Add-ons

change logo in apps

prapanna
Explorer

hi
i have follow these steps to change logo of a apps-

  1. Add logo (e.g. mylogo.jpg) to $SPLUNK_HOME$/etc/apps/your-app/appserver/static
  2. Create a file named application.css in $SPLUNK_HOME$/etc/apps/your-app/appserver/static
  3. In the application.css file, add the following code:

    .appLogo {
        background: url("mylogo.jpg") no-repeat 0 0;
    }
    

Save this file and restart Splunk but the problem is that the previous logo is vanished but the new logo is not there whereas that portion on the screen shows a link..

Tags (1)

skender27
Contributor

Hi,

I just added these two files: appIcon_2x.png and appLogo_2x.png in etc/apps//appserver/static folder
Restarted Splunk, but it is not working: I do not sree the app icon (left panel) and app icon in the upper bar...
Is it a problem of confugiration precedence?

Thanks,
Skender

0 Karma

LukeMurphey
Champion

I believe the path to your image in the CSS file is wrong. Try this path:

/en-US/static/app/your-app/mylogo.jpg

Drainy
Champion

Just checking but is the logo file readable to the Splunk user?

Get Updates on the Splunk Community!

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...