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!

Splunk Observability as Code: From Zero to Dashboard

For the details on what Self-Service Observability and Observability as Code is, we have some awesome content ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...