<?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 How to add an image/logo in the top panel on my dashboards in Splunk 6.1.3? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-an-image-logo-in-the-top-panel-on-my-dashboards-in/m-p/116134#M6661</link>
    <description>&lt;P&gt;I want to add my company logo in top panel on my dashboards. Im running splunk version 6.1.3&lt;BR /&gt;
I have used html module in simple xml. However no luck.&lt;BR /&gt;
Any ideas?&lt;/P&gt;

&lt;P&gt;&lt;IMG src="https://community.splunk.com/opt/splunk/etc/apps/search/appserver/static/mylogo.png" /&gt;&lt;/P&gt;

&lt;P&gt;Am I able to schedule [pdf] that dashboard with that image?&lt;BR /&gt;
Is that any size constraints?&lt;/P&gt;

&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
    <pubDate>Wed, 12 Nov 2014 06:21:49 GMT</pubDate>
    <dc:creator>splunkn</dc:creator>
    <dc:date>2014-11-12T06:21:49Z</dc:date>
    <item>
      <title>How to add an image/logo in the top panel on my dashboards in Splunk 6.1.3?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-an-image-logo-in-the-top-panel-on-my-dashboards-in/m-p/116134#M6661</link>
      <description>&lt;P&gt;I want to add my company logo in top panel on my dashboards. Im running splunk version 6.1.3&lt;BR /&gt;
I have used html module in simple xml. However no luck.&lt;BR /&gt;
Any ideas?&lt;/P&gt;

&lt;P&gt;&lt;IMG src="https://community.splunk.com/opt/splunk/etc/apps/search/appserver/static/mylogo.png" /&gt;&lt;/P&gt;

&lt;P&gt;Am I able to schedule [pdf] that dashboard with that image?&lt;BR /&gt;
Is that any size constraints?&lt;/P&gt;

&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2014 06:21:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-an-image-logo-in-the-top-panel-on-my-dashboards-in/m-p/116134#M6661</guid>
      <dc:creator>splunkn</dc:creator>
      <dc:date>2014-11-12T06:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an image/logo in the top panel on my dashboards in Splunk 6.1.3?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-an-image-logo-in-the-top-panel-on-my-dashboards-in/m-p/116135#M6662</link>
      <description>&lt;P&gt;Hi splunkn,&lt;/P&gt;

&lt;P&gt;take a look at the docs &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1.3/AdvancedDev/UseCSS#Add_images"&gt;http://docs.splunk.com/Documentation/Splunk/6.1.3/AdvancedDev/UseCSS#Add_images&lt;/A&gt; this will give some examples how to add images / logos into your app / dashboard.&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2014 07:45:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-an-image-logo-in-the-top-panel-on-my-dashboards-in/m-p/116135#M6662</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-11-12T07:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an image/logo in the top panel on my dashboards in Splunk 6.1.3?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-an-image-logo-in-the-top-panel-on-my-dashboards-in/m-p/116136#M6663</link>
      <description>&lt;P&gt;Adding to @MuS , with 6.x above, application.css and application.js are ignored. You have to link the stylesheet in the simple xml code. &lt;/P&gt;

&lt;P&gt;Oh and use firebug to get the classes eg.fieldset and add a reference in your application.css . I have done something similar a week ago  to an app.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Raghav&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2014 13:03:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-an-image-logo-in-the-top-panel-on-my-dashboards-in/m-p/116136#M6663</guid>
      <dc:creator>Raghav2384</dc:creator>
      <dc:date>2014-11-12T13:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an image/logo in the top panel on my dashboards in Splunk 6.1.3?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-an-image-logo-in-the-top-panel-on-my-dashboards-in/m-p/116137#M6664</link>
      <description>&lt;P&gt;Raghav, With html im able to get the logo in my dashboard.&lt;BR /&gt;
But if I scheduled this dashboard as pdf im not getting the image in my pdf report.&lt;BR /&gt;
Could you please explain?&lt;/P&gt;

&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2014 13:40:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-an-image-logo-in-the-top-panel-on-my-dashboards-in/m-p/116137#M6664</guid>
      <dc:creator>splunkn</dc:creator>
      <dc:date>2014-11-12T13:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an image/logo in the top panel on my dashboards in Splunk 6.1.3?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-an-image-logo-in-the-top-panel-on-my-dashboards-in/m-p/116138#M6665</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;To do that, create your dashboard and a css file; then put the css file in $SPLUNK_HOME/etc/apps//appserver/static. Call that css file in your dashboard. After node  add this example of source code:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;html&amp;gt;
     &amp;lt;h1 id="id2"&amp;gt;
             Top Sourcetypes (Last 24 hours)
      &amp;lt;/h1&amp;gt;         
&amp;lt;/html&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Copy your image logo in the directory $SPLUNK_HOME/etc/apps//appserver/static. the image most have the extension .png, .jpeg.&lt;BR /&gt;
Now, in your css file, add this source code:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;#id2 {
    background-image: url(your_image_name.png);

}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Finally save.&lt;BR /&gt;
If there is no change, try to restart splunk.,&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2014 11:50:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-an-image-logo-in-the-top-panel-on-my-dashboards-in/m-p/116138#M6665</guid>
      <dc:creator>NOUMSSI</dc:creator>
      <dc:date>2014-12-11T11:50:00Z</dc:date>
    </item>
  </channel>
</rss>

