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!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...