Splunk Dev

Renaming an App

DTERM
Contributor

I copied the Unix App and created a custom app from that template. Now all my pages start off with the splunk > *nix in the upuper left hand side.

Can can I replace that with splunk > MyApp?

Also can I completely replace it with my corporate logo?

If so, how??

Thanks.

Tags (1)
1 Solution

Ayn
Legend

Layout settings for your application are defined in /appserver/static/application.css. The application logo is defined in the .appLogo section:

background: url(appLogo.png) no-repeat 0 0;

So, either switch out $SPLUNK_HOME/etc/apps//appserver/static/appLogo.png (and appLogo.gif for IE compatibility) for your own one, or modify the css so it points to your logo instead.

View solution in original post

Ayn
Legend

Layout settings for your application are defined in /appserver/static/application.css. The application logo is defined in the .appLogo section:

background: url(appLogo.png) no-repeat 0 0;

So, either switch out $SPLUNK_HOME/etc/apps//appserver/static/appLogo.png (and appLogo.gif for IE compatibility) for your own one, or modify the css so it points to your logo instead.

Get Updates on the Splunk Community!

Take Your Breath Away with Splunk Risk-Based Alerting (RBA)

WATCH NOW!The Splunk Guide to Risk-Based Alerting is here to empower your SOC like never before. Join Haylee ...

Industry Solutions for Supply Chain and OT, Amazon Use Cases, Plus More New Articles ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Enterprise Security Content Update (ESCU) | New Releases

In November, the Splunk Threat Research Team had one release of new security content via the Enterprise ...