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!

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 ...