<?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: How to embed an image in a dashboard? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-embed-an-image-in-a-dashboard/m-p/257154#M16156</link>
    <description>&lt;P&gt;Hello jkat54,&lt;/P&gt;

&lt;P&gt;Thanks for your response. I am using v6.4.1. Details of snippet above.&lt;/P&gt;

&lt;P&gt;html tag is used at start and end of the whole html file. I tried using additional on for img src also but same result.&lt;/P&gt;

&lt;P&gt;&lt;IMG src="https://community.splunk.com/static/app/myapp/select_dashboard.PNG" alt="Test Image" /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Nov 2016 04:09:35 GMT</pubDate>
    <dc:creator>hemendralodhi</dc:creator>
    <dc:date>2016-11-30T04:09:35Z</dc:date>
    <item>
      <title>How to embed an image in a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-embed-an-image-in-a-dashboard/m-p/257149#M16151</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;

&lt;P&gt;I am trying to embed image in a user manual dashboard and tried various methods from this forum, but the is image is not loading. I have copied the image in ../apps/myapp/appserver/static directory.&lt;/P&gt;

&lt;P&gt;I am trying to show the image like below:&lt;/P&gt;

&lt;P&gt;Complete code in html tag&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;p&amp;gt;1. Go to Development Kit tab and Click Dashboard &amp;lt;img src="/static/app/myapp/select_dashboard.PNG" alt="Test Image"&amp;gt; &amp;amp;lt;br/&amp;amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;........so on&lt;/P&gt;

&lt;P&gt;Tried Splunk Web Prefix and various other methods, but not sure now where to look.&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Hemendra&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2016 05:20:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-embed-an-image-in-a-dashboard/m-p/257149#M16151</guid>
      <dc:creator>hemendralodhi</dc:creator>
      <dc:date>2016-11-29T05:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed an image in a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-embed-an-image-in-a-dashboard/m-p/257150#M16152</link>
      <description>&lt;P&gt;Did you try&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;   &amp;lt;html&amp;gt;&amp;lt;img src="/static/..."/&amp;gt;&amp;lt;/html&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Like shown here?: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0/Viz/PanelreferenceforSimplifiedXML#html"&gt;http://docs.splunk.com/Documentation/Splunk/6.0/Viz/PanelreferenceforSimplifiedXML#html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;What version of splunk do you have?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2016 06:23:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-embed-an-image-in-a-dashboard/m-p/257150#M16152</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-11-29T06:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed an image in a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-embed-an-image-in-a-dashboard/m-p/257151#M16153</link>
      <description>&lt;P&gt;If your app name is myapp then following should be your image attribute in dashboard HTML panel&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;img src="/static/app/myapp/imagefilename.png" /&amp;gt; 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Refer to Image Overlay with Single Values example on the Splunk 6.x Dashboard Examples app.&lt;/P&gt;

&lt;P&gt;Adding a static file requires Splunk restart and also refresh of browser's history from cache.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2016 07:08:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-embed-an-image-in-a-dashboard/m-p/257151#M16153</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2016-11-29T07:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed an image in a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-embed-an-image-in-a-dashboard/m-p/257152#M16154</link>
      <description>&lt;P&gt;Hello niketnilay,&lt;/P&gt;

&lt;P&gt;Thanks for your response. I am using the same string &lt;IMG src="https://community.splunk.com/static/app/myapp/select_dashboard.PNG" alt="Test Image" /&gt; and copied image to required ../appserver/static folder but it is showing text only and not image.&lt;/P&gt;

&lt;P&gt;Here is the snippet I am using:&lt;/P&gt;

&lt;P&gt;User Manual&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;panel&amp;gt;
  &amp;lt;html&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;H3&gt;
            &lt;SPAN style="text-decoration: underline;"&gt;How to build Custom dashboard from existing&lt;/SPAN&gt;
          &lt;/H3&gt;



&lt;P&gt;User can select existing dashboards and can build their own set as per their needs.&lt;/P&gt;

&lt;H4&gt;Follow Below Steps to build custom dashboards&lt;/H4&gt;

&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Go to Development Kit tab and Click Dashboard &lt;IMG src="https://community.splunk.com/static/app/myapp/select_dashboard.PNG" alt="Test Image" /&gt;  &lt;BR /&gt; 2. Click "Create New Dashboard"&lt;BR /&gt; 3. Enter Dashboard Title Description and permission(Shared in App:Available to all app users,Private:Available to you only)&lt;BR /&gt; 4. Go to Edit -&amp;gt; Edit Panel&lt;BR /&gt; 5. Click "Add Panel" -&amp;gt; "Clone from Dashboard" and Select individual dashboards from "Build Your Own Dashboard"&amp;lt;br/&amp;gt; 6. Preview and "Add to dashboard" . You can rearrange the panels accordingly and click "Done"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;/panel&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I did restart and /debug/refresh also.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2016 03:53:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-embed-an-image-in-a-dashboard/m-p/257152#M16154</guid>
      <dc:creator>hemendralodhi</dc:creator>
      <dc:date>2016-11-30T03:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed an image in a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-embed-an-image-in-a-dashboard/m-p/257153#M16155</link>
      <description>&lt;P&gt;it is like this: &lt;IMG src="https://community.splunk.com/static/app/myapp/select_dashboard.PNG" alt="Test Image" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2016 04:09:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-embed-an-image-in-a-dashboard/m-p/257153#M16155</guid>
      <dc:creator>hemendralodhi</dc:creator>
      <dc:date>2016-11-30T04:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed an image in a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-embed-an-image-in-a-dashboard/m-p/257154#M16156</link>
      <description>&lt;P&gt;Hello jkat54,&lt;/P&gt;

&lt;P&gt;Thanks for your response. I am using v6.4.1. Details of snippet above.&lt;/P&gt;

&lt;P&gt;html tag is used at start and end of the whole html file. I tried using additional on for img src also but same result.&lt;/P&gt;

&lt;P&gt;&lt;IMG src="https://community.splunk.com/static/app/myapp/select_dashboard.PNG" alt="Test Image" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2016 04:09:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-embed-an-image-in-a-dashboard/m-p/257154#M16156</guid>
      <dc:creator>hemendralodhi</dc:creator>
      <dc:date>2016-11-30T04:09:35Z</dc:date>
    </item>
  </channel>
</rss>

