hi
i have follow these steps to change logo of a apps-
Add logo (e.g. mylogo.jpg) to $SPLUNK_HOME$/etc/apps/your-app/appserver/static
Create a file named application.css in $SPLUNK_HOME$/etc/apps/your-app/appserver/static
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..
... View more