<?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 add an image as a footer in the dashboard? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-an-image-as-a-footer-in-the-dashboard/m-p/444128#M29247</link>
    <description>&lt;P&gt;@Mohsin123 please try the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;img src="/static/app/TC_APIX/apdex_index_formula.png"&amp;gt;&amp;lt;/img&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Refer to &lt;A href="https://splunkbase.splunk.com/app/1603/"&gt;Splunk Dashboard Examples&lt;/A&gt; App for &lt;CODE&gt;Image Overlay with Single Value&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;If you search Splunk Answers you should be able to find several examples like &lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/660298/add-an-image-to-a-dashboard-using-css.html"&gt;https://answers.splunk.com/answers/660298/add-an-image-to-a-dashboard-using-css.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/482644/how-do-i-simply-insert-an-image-into-a-dashboard.html"&gt;https://answers.splunk.com/answers/482644/how-do-i-simply-insert-an-image-into-a-dashboard.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;PS: Post Splunk Enterprise 6.5 you can use environment token &lt;CODE&gt;$env:app$&lt;/CODE&gt; (details of environment tokens are also available in the Splunk Dashboard Examples App) instead of hard-coded app name to remove static app name dependency i.e.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;img src="/static/app/$env:app$/apdex_index_formula.png"&amp;gt;&amp;lt;/img&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 06 Sep 2018 08:22:14 GMT</pubDate>
    <dc:creator>niketn</dc:creator>
    <dc:date>2018-09-06T08:22:14Z</dc:date>
    <item>
      <title>How to add an image as a footer in the dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-an-image-as-a-footer-in-the-dashboard/m-p/444127#M29246</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;

&lt;P&gt;I have added this image as a footer to my dashboard, but it doesn't work.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;/row&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;html&amp;gt;
      &amp;lt;h1&amp;gt;HTML Panel Example&amp;lt;/h1&amp;gt;
      &amp;lt;p&amp;gt;The HTML panel displays inline HTML.&amp;lt;/p&amp;gt;
        &amp;lt;pre&amp;gt;
          &amp;lt;img src="/opt/SP/apps/splunk/etc/shcluster/apps/TC_APIX/appserver/static/apdex_index_formula.png"/&amp;gt;
        &amp;lt;/pre&amp;gt;
     &amp;lt;/html&amp;gt;
    &amp;lt;/pane
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Sep 2018 19:33:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-an-image-as-a-footer-in-the-dashboard/m-p/444127#M29246</guid>
      <dc:creator>Mohsin123</dc:creator>
      <dc:date>2018-09-05T19:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an image as a footer in the dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-an-image-as-a-footer-in-the-dashboard/m-p/444128#M29247</link>
      <description>&lt;P&gt;@Mohsin123 please try the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;img src="/static/app/TC_APIX/apdex_index_formula.png"&amp;gt;&amp;lt;/img&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Refer to &lt;A href="https://splunkbase.splunk.com/app/1603/"&gt;Splunk Dashboard Examples&lt;/A&gt; App for &lt;CODE&gt;Image Overlay with Single Value&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;If you search Splunk Answers you should be able to find several examples like &lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/660298/add-an-image-to-a-dashboard-using-css.html"&gt;https://answers.splunk.com/answers/660298/add-an-image-to-a-dashboard-using-css.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/482644/how-do-i-simply-insert-an-image-into-a-dashboard.html"&gt;https://answers.splunk.com/answers/482644/how-do-i-simply-insert-an-image-into-a-dashboard.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;PS: Post Splunk Enterprise 6.5 you can use environment token &lt;CODE&gt;$env:app$&lt;/CODE&gt; (details of environment tokens are also available in the Splunk Dashboard Examples App) instead of hard-coded app name to remove static app name dependency i.e.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;img src="/static/app/$env:app$/apdex_index_formula.png"&amp;gt;&amp;lt;/img&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 06 Sep 2018 08:22:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-an-image-as-a-footer-in-the-dashboard/m-p/444128#M29247</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-09-06T08:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an image as a footer in the dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-an-image-as-a-footer-in-the-dashboard/m-p/444129#M29248</link>
      <description>&lt;P&gt;Thankyou so much Niket ! &lt;BR /&gt;
This worked !!! &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2018 14:09:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-an-image-as-a-footer-in-the-dashboard/m-p/444129#M29248</guid>
      <dc:creator>Mohsin123</dc:creator>
      <dc:date>2018-09-07T14:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an image as a footer in the dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-an-image-as-a-footer-in-the-dashboard/m-p/444130#M29249</link>
      <description>&lt;P&gt;@niketnilay &lt;/P&gt;

&lt;P&gt;Just one concern,&lt;BR /&gt;
the image is fixed in the panel but , its very small and doesnt fixt the panel size ?&lt;BR /&gt;
Could you please help me increase the size of the image so that it fits in the panel &lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2018 14:26:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-an-image-as-a-footer-in-the-dashboard/m-p/444130#M29249</guid>
      <dc:creator>Mohsin123</dc:creator>
      <dc:date>2018-09-07T14:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an image as a footer in the dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-an-image-as-a-footer-in-the-dashboard/m-p/444131#M29250</link>
      <description>&lt;P&gt;Can you add a mock screenshot? Also what is the dimension of the image you are trying to attach?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2018 18:53:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-an-image-as-a-footer-in-the-dashboard/m-p/444131#M29250</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-09-07T18:53:52Z</dc:date>
    </item>
  </channel>
</rss>

