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!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...