<?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 do I render an image on a local network path on a Splunk dashboard? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-render-an-image-on-a-local-network-path-on-a-Splunk/m-p/200644#M12605</link>
    <description>&lt;P&gt;Thanks for the suggestion, but the images are hosted on our internal network, and the link is generated based on data in our splunk dashboard. So the path in the dashboard looks like: &lt;CODE&gt;\\hostname\$var1$\$var2$\image.png&lt;/CODE&gt;.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Feb 2016 01:10:43 GMT</pubDate>
    <dc:creator>chustar</dc:creator>
    <dc:date>2016-02-11T01:10:43Z</dc:date>
    <item>
      <title>How do I render an image on a local network path on a Splunk dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-render-an-image-on-a-local-network-path-on-a-Splunk/m-p/200642#M12603</link>
      <description>&lt;P&gt;I have a Splunk server that's running on an internal intranet and I would like to display an image in a  block on a dashboard.&lt;BR /&gt;
When I refer to the image, Splunk automatically converts my &lt;CODE&gt;\&lt;/CODE&gt; into &lt;CODE&gt;%5C&lt;/CODE&gt;.  &lt;/P&gt;

&lt;P&gt;e.g. &lt;CODE&gt;\\hostname\server\image.png&lt;/CODE&gt; gets turned into &lt;CODE&gt;%5C%5Chostname%5Cserver%5Cimage.png&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;How can I get splunk to just embed the image?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2016 00:04:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-render-an-image-on-a-local-network-path-on-a-Splunk/m-p/200642#M12603</guid>
      <dc:creator>chustar</dc:creator>
      <dc:date>2016-02-11T00:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do I render an image on a local network path on a Splunk dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-render-an-image-on-a-local-network-path-on-a-Splunk/m-p/200643#M12604</link>
      <description>&lt;P&gt;Hi chustar,&lt;/P&gt;

&lt;P&gt;You can put your image in the &lt;CODE&gt;etc/apps/YourAppName/appserver/static&lt;/CODE&gt; folder and use it in the dashboard:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;html&amp;gt;
      &amp;lt;p&amp;gt;
        &amp;lt;img src="/static/app/YourAppName/image.png" align="left" height="75" width="75"/&amp;gt;
      &amp;lt;/p&amp;gt;
     &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2016 00:38:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-render-an-image-on-a-local-network-path-on-a-Splunk/m-p/200643#M12604</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2016-02-11T00:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do I render an image on a local network path on a Splunk dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-render-an-image-on-a-local-network-path-on-a-Splunk/m-p/200644#M12605</link>
      <description>&lt;P&gt;Thanks for the suggestion, but the images are hosted on our internal network, and the link is generated based on data in our splunk dashboard. So the path in the dashboard looks like: &lt;CODE&gt;\\hostname\$var1$\$var2$\image.png&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2016 01:10:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-render-an-image-on-a-local-network-path-on-a-Splunk/m-p/200644#M12605</guid>
      <dc:creator>chustar</dc:creator>
      <dc:date>2016-02-11T01:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do I render an image on a local network path on a Splunk dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-render-an-image-on-a-local-network-path-on-a-Splunk/m-p/200645#M12606</link>
      <description>&lt;P&gt;I assume this could be done with some css and/or js hacks, but not out of the box as far as I know - sorry.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2016 02:08:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-render-an-image-on-a-local-network-path-on-a-Splunk/m-p/200645#M12606</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2016-02-11T02:08:52Z</dc:date>
    </item>
  </channel>
</rss>

