<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Display both App Logo and App Name in Splunk 6 Custom Application in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Display-both-App-Logo-and-App-Name-in-Splunk-6-Custom/m-p/156009#M72414</link>
    <description>&lt;P&gt;Is there a way to display both the App Logo and the App Name in the app-bar in Splunk 6 Custom Application?&lt;/P&gt;

&lt;P&gt;I have created a new logo for my custom appliction called appLogo.png when I store the logo in the following location $SPLUNK_HOME/etc/apps/&amp;lt;app-name&amp;gt;/static the application picks up the logo and displays the logo but it then removes the app name. Before I added the logo the app name was displaying where the logo is now displaying.&lt;/P&gt;

&lt;P&gt;Here is the custom custom CSS I have added for the appLogo and app-name&lt;/P&gt;

&lt;P&gt;.app-bar .app-name {&lt;BR /&gt;&lt;BR /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;font-weight: bold !important;&lt;BR /&gt;&lt;BR /&gt;
}&lt;BR /&gt;&lt;BR /&gt;
.appLogo {&lt;BR /&gt;&lt;BR /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;background: url("appLogo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);&lt;BR /&gt;&lt;BR /&gt;
}&lt;/P&gt;

&lt;P&gt;Am I missing any CSS properties to display both the appLogo and app-name?&lt;/P&gt;</description>
    <pubDate>Wed, 07 May 2014 16:58:20 GMT</pubDate>
    <dc:creator>Brittany_Carr</dc:creator>
    <dc:date>2014-05-07T16:58:20Z</dc:date>
    <item>
      <title>Display both App Logo and App Name in Splunk 6 Custom Application</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Display-both-App-Logo-and-App-Name-in-Splunk-6-Custom/m-p/156009#M72414</link>
      <description>&lt;P&gt;Is there a way to display both the App Logo and the App Name in the app-bar in Splunk 6 Custom Application?&lt;/P&gt;

&lt;P&gt;I have created a new logo for my custom appliction called appLogo.png when I store the logo in the following location $SPLUNK_HOME/etc/apps/&amp;lt;app-name&amp;gt;/static the application picks up the logo and displays the logo but it then removes the app name. Before I added the logo the app name was displaying where the logo is now displaying.&lt;/P&gt;

&lt;P&gt;Here is the custom custom CSS I have added for the appLogo and app-name&lt;/P&gt;

&lt;P&gt;.app-bar .app-name {&lt;BR /&gt;&lt;BR /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;font-weight: bold !important;&lt;BR /&gt;&lt;BR /&gt;
}&lt;BR /&gt;&lt;BR /&gt;
.appLogo {&lt;BR /&gt;&lt;BR /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;background: url("appLogo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);&lt;BR /&gt;&lt;BR /&gt;
}&lt;/P&gt;

&lt;P&gt;Am I missing any CSS properties to display both the appLogo and app-name?&lt;/P&gt;</description>
      <pubDate>Wed, 07 May 2014 16:58:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Display-both-App-Logo-and-App-Name-in-Splunk-6-Custom/m-p/156009#M72414</guid>
      <dc:creator>Brittany_Carr</dc:creator>
      <dc:date>2014-05-07T16:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Display both App Logo and App Name in Splunk 6 Custom Application</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Display-both-App-Logo-and-App-Name-in-Splunk-6-Custom/m-p/156010#M72415</link>
      <description>&lt;P&gt;Try renaming your app image as appIcon.png instead of appLogo.png&lt;/P&gt;</description>
      <pubDate>Wed, 07 May 2014 17:11:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Display-both-App-Logo-and-App-Name-in-Splunk-6-Custom/m-p/156010#M72415</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-05-07T17:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Display both App Logo and App Name in Splunk 6 Custom Application</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Display-both-App-Logo-and-App-Name-in-Splunk-6-Custom/m-p/156011#M72416</link>
      <description>&lt;P&gt;Thanks for your suggestion. I tried changing the appLogo.png to appIcon.png. appIcon will change the the icon displayed next to the app name on the Splunk Home page. appIcon.png will not display in the dashboard next to the app-name even when I have the following css&lt;/P&gt;

&lt;P&gt;.appLogo {&lt;BR /&gt;
    background: url(appIcon.png) no-repeat 0 0;&lt;BR /&gt;
    background-repeat: no-repeat;&lt;BR /&gt;
}&lt;/P&gt;</description>
      <pubDate>Wed, 07 May 2014 18:13:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Display-both-App-Logo-and-App-Name-in-Splunk-6-Custom/m-p/156011#M72416</guid>
      <dc:creator>Brittany_Carr</dc:creator>
      <dc:date>2014-05-07T18:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Display both App Logo and App Name in Splunk 6 Custom Application</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Display-both-App-Logo-and-App-Name-in-Splunk-6-Custom/m-p/156012#M72417</link>
      <description>&lt;P&gt;I figure out how to get both the appLogo and app-name to be displayed in the app-bar. Below is the solution that worked for me.&lt;/P&gt;

&lt;P&gt;Solution:&lt;BR /&gt;&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Saved the logo as appLogo.png and stored it in the following location $SPLUNK_HOME/etc/apps/&amp;lt;app-name&amp;gt;/static&lt;/LI&gt;
&lt;LI&gt;Added the following CSS parameters to my custom view&lt;BR /&gt;.app-bar .app-name {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;font-weight: bold !important;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;display: inline !important;&lt;BR /&gt;}&lt;BR /&gt;.appLogo {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;background: url("appLogo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);&lt;BR /&gt;}&lt;BR /&gt;.app-name .app-logo {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;display: inline !important;&lt;BR /&gt;}&lt;BR /&gt;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Wed, 07 May 2014 19:21:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Display-both-App-Logo-and-App-Name-in-Splunk-6-Custom/m-p/156012#M72417</guid>
      <dc:creator>Brittany_Carr</dc:creator>
      <dc:date>2014-05-07T19:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Display both App Logo and App Name in Splunk 6 Custom Application</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Display-both-App-Logo-and-App-Name-in-Splunk-6-Custom/m-p/156013#M72418</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Following your question, I have tried to also change the logo of the app on left menu on the Home page. The logo appears successfully but I would also like to change the background color of the style/shape.&lt;/P&gt;

&lt;P&gt;Does it require to create a new css model on the apps/yourapps folder ?&lt;/P&gt;

&lt;P&gt;Thanks for your help.&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Cyril&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2015 11:15:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Display-both-App-Logo-and-App-Name-in-Splunk-6-Custom/m-p/156013#M72418</guid>
      <dc:creator>SirHill17</dc:creator>
      <dc:date>2015-04-02T11:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Display both App Logo and App Name in Splunk 6 Custom Application</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Display-both-App-Logo-and-App-Name-in-Splunk-6-Custom/m-p/156014#M72419</link>
      <description>&lt;P&gt;Hi SirHill&lt;BR /&gt;
You don't need css to change your style background color &lt;BR /&gt;
In splunk web go to &lt;BR /&gt;
Settings &amp;gt; User Interface &amp;gt; Navigation Menu and  Click on your app in drop down App context then on default and modify this  color=#..........&lt;BR /&gt;
You could see something like this &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;nav search_view="search" color="#65A637"&amp;gt;
  &amp;lt;view name="search" default="true" /&amp;gt;
  &amp;lt;view name="pivot" /&amp;gt;
  &amp;lt;view name="reports" /&amp;gt;
  &amp;lt;view name="alerts" /&amp;gt;
  &amp;lt;view name="dashboards" /&amp;gt;
&amp;lt;/nav&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 02 Apr 2015 12:16:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Display-both-App-Logo-and-App-Name-in-Splunk-6-Custom/m-p/156014#M72419</guid>
      <dc:creator>chimell</dc:creator>
      <dc:date>2015-04-02T12:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Display both App Logo and App Name in Splunk 6 Custom Application</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Display-both-App-Logo-and-App-Name-in-Splunk-6-Custom/m-p/156015#M72420</link>
      <description>&lt;P&gt;Thanks for your reply but it's not there I want to change the background color but on the homepage:&lt;/P&gt;

&lt;P&gt;splunkwebaddress:8000/en-US/app/launcher/home&lt;/P&gt;

&lt;P&gt;On the left side menu (vertical) --&amp;gt; Splunk 6.2.2&lt;/P&gt;

&lt;P&gt;I would like to change the color for each of different app shortcut.&lt;/P&gt;

&lt;P&gt;Thanks again.&lt;/P&gt;

&lt;P&gt;Cyril&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2015 12:36:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Display-both-App-Logo-and-App-Name-in-Splunk-6-Custom/m-p/156015#M72420</guid>
      <dc:creator>SirHill17</dc:creator>
      <dc:date>2015-04-02T12:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Display both App Logo and App Name in Splunk 6 Custom Application</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Display-both-App-Logo-and-App-Name-in-Splunk-6-Custom/m-p/156016#M72421</link>
      <description>&lt;P&gt;That's fine it works as explained. Thanks chimell. I thought it changed only on the page of the app itself.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2015 15:22:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Display-both-App-Logo-and-App-Name-in-Splunk-6-Custom/m-p/156016#M72421</guid>
      <dc:creator>SirHill17</dc:creator>
      <dc:date>2015-04-02T15:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Display both App Logo and App Name in Splunk 6 Custom Application</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Display-both-App-Logo-and-App-Name-in-Splunk-6-Custom/m-p/156017#M72422</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;

&lt;P&gt;were you able to find a solution, in order to display App logo and App name, on navigation menu?&lt;/P&gt;

&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 08:35:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Display-both-App-Logo-and-App-Name-in-Splunk-6-Custom/m-p/156017#M72422</guid>
      <dc:creator>nuaraujo</dc:creator>
      <dc:date>2018-04-05T08:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Display both App Logo and App Name in Splunk 6 Custom Application</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Display-both-App-Logo-and-App-Name-in-Splunk-6-Custom/m-p/156018#M72423</link>
      <description>&lt;P&gt;Follow the steps here - &lt;A href="http://dev.splunk.com/view/webframework-developapps/SP-CAAAE86"&gt;http://dev.splunk.com/view/webframework-developapps/SP-CAAAE86&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 06:54:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Display-both-App-Logo-and-App-Name-in-Splunk-6-Custom/m-p/156018#M72423</guid>
      <dc:creator>sh254087</dc:creator>
      <dc:date>2018-11-14T06:54:33Z</dc:date>
    </item>
  </channel>
</rss>

