<?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 Re: application icon in Installation</title>
    <link>https://community.splunk.com/t5/Installation/How-can-I-associate-an-icon-with-a-custom-Splunk-application/m-p/20126#M360</link>
    <description>&lt;P&gt;For 5.x, put a 36x36 file in the following path:&lt;/P&gt;

&lt;P&gt;&amp;lt;app_name&amp;gt;/appserver/static/appIcon.png&lt;/P&gt;

&lt;P&gt;For 6.x, you'll also need to follow callan's recommendation in his answer.&lt;/P&gt;

&lt;P&gt;For more information, see the &lt;A href="http://www.splunk.com/base/Documentation/4.2.1/Developer/ShareYourWork"&gt;list of files&lt;/A&gt; recommended for apps.&lt;/P&gt;</description>
    <pubDate>Tue, 31 May 2011 21:51:53 GMT</pubDate>
    <dc:creator>LukeMurphey</dc:creator>
    <dc:date>2011-05-31T21:51:53Z</dc:date>
    <item>
      <title>How can I associate an icon with a custom Splunk application?</title>
      <link>https://community.splunk.com/t5/Installation/How-can-I-associate-an-icon-with-a-custom-Splunk-application/m-p/20125#M359</link>
      <description>&lt;P&gt;How can I associate an icon with a custom Splunk application?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 19:38:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-can-I-associate-an-icon-with-a-custom-Splunk-application/m-p/20125#M359</guid>
      <dc:creator>DTERM</dc:creator>
      <dc:date>2020-06-25T19:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: application icon</title>
      <link>https://community.splunk.com/t5/Installation/How-can-I-associate-an-icon-with-a-custom-Splunk-application/m-p/20126#M360</link>
      <description>&lt;P&gt;For 5.x, put a 36x36 file in the following path:&lt;/P&gt;

&lt;P&gt;&amp;lt;app_name&amp;gt;/appserver/static/appIcon.png&lt;/P&gt;

&lt;P&gt;For 6.x, you'll also need to follow callan's recommendation in his answer.&lt;/P&gt;

&lt;P&gt;For more information, see the &lt;A href="http://www.splunk.com/base/Documentation/4.2.1/Developer/ShareYourWork"&gt;list of files&lt;/A&gt; recommended for apps.&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2011 21:51:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-can-I-associate-an-icon-with-a-custom-Splunk-application/m-p/20126#M360</guid>
      <dc:creator>LukeMurphey</dc:creator>
      <dc:date>2011-05-31T21:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: application icon</title>
      <link>https://community.splunk.com/t5/Installation/How-can-I-associate-an-icon-with-a-custom-Splunk-application/m-p/20127#M361</link>
      <description>&lt;P&gt;As of 6.0, the main app icon goes here (note the _2x version to support higher pixel density displays, such as apple's retina):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/etc/apps/&amp;lt;app_name&amp;gt;/static/appIcon.png 36x36px
$SPLUNK_HOME/etc/apps/&amp;lt;app_name&amp;gt;/static/appIcon_2x.png 72x72px
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This icon is displayed in the app menu:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/etc/apps/&amp;lt;app_name&amp;gt;/static/appIconAlt.png 36x36px
$SPLUNK_HOME/etc/apps/&amp;lt;app_name&amp;gt;/static/appIconAlt_2x.png 72x72px
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You can -optionally- place an app &lt;EM&gt;logo&lt;/EM&gt; in the same path:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/etc/apps/&amp;lt;app_name&amp;gt;/static/appLogo.png 160x40
$SPLUNK_HOME/etc/apps/&amp;lt;app_name&amp;gt;/static/appLogo_2x.png 320x80
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;For backwards compatibility with 5.x, you'll also want to follow lmurphey's instructions in his answer.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2013 19:47:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-can-I-associate-an-icon-with-a-custom-Splunk-application/m-p/20127#M361</guid>
      <dc:creator>callan_splunk</dc:creator>
      <dc:date>2013-12-11T19:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: application icon</title>
      <link>https://community.splunk.com/t5/Installation/How-can-I-associate-an-icon-with-a-custom-Splunk-application/m-p/20128#M362</link>
      <description>&lt;P&gt;Why doesnt the above answer not match the docs? The above works, the docs do not for Splunk v6. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0.4/AdvancedDev/ShareYourWork"&gt;http://docs.splunk.com/Documentation/Splunk/6.0.4/AdvancedDev/ShareYourWork&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jun 2014 21:17:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-can-I-associate-an-icon-with-a-custom-Splunk-application/m-p/20128#M362</guid>
      <dc:creator>BP9906</dc:creator>
      <dc:date>2014-06-20T21:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: application icon</title>
      <link>https://community.splunk.com/t5/Installation/How-can-I-associate-an-icon-with-a-custom-Splunk-application/m-p/20129#M363</link>
      <description>&lt;P&gt;@BP9906: I just opened a defect ticket with the docs team to get this corrected.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jun 2014 23:46:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-can-I-associate-an-icon-with-a-custom-Splunk-application/m-p/20129#M363</guid>
      <dc:creator>LukeMurphey</dc:creator>
      <dc:date>2014-06-20T23:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: application icon</title>
      <link>https://community.splunk.com/t5/Installation/How-can-I-associate-an-icon-with-a-custom-Splunk-application/m-p/20130#M364</link>
      <description>&lt;P&gt;The docs have been updated. See &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/AddConfigurations#Add_app_icon_images"&gt;http://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/AddConfigurations#Add_app_icon_images&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2014 18:42:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/How-can-I-associate-an-icon-with-a-custom-Splunk-application/m-p/20130#M364</guid>
      <dc:creator>LukeMurphey</dc:creator>
      <dc:date>2014-06-23T18:42:00Z</dc:date>
    </item>
  </channel>
</rss>

