<?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 Issue with image overlay on background in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Issue-with-image-overlay-on-background/m-p/442342#M29167</link>
    <description>&lt;P&gt;I wanted to overlay an image on my dashboard with a green light or red light (depending on a search &lt;BR /&gt;
result). I'm putting the images and CSS in a separate folder as shown in the code attachment. &lt;/P&gt;

&lt;P&gt;My expected output is to have light under each rectangular box and color of the light depend on search query.&lt;/P&gt;

&lt;P&gt;I did follow the link provided by @NiketNilay, but my output is not showing up. I have attached the output i m seeing. It looks like the CSS file is not being picked or the value is not picked. I m not sure where the problem is, any help would be really grateful.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;gt; &amp;lt;form
&amp;gt; stylesheet="/static/app/BatchDashboard/images/custom_layout_overlay_icon_mod.css"&amp;gt;
&amp;gt; &amp;lt;label&amp;gt;Image Overlay with
&amp;gt; icons&amp;lt;/label&amp;gt;   &amp;lt;search
&amp;gt; id="ST_upstream_status"&amp;gt;
&amp;gt;     &amp;lt;query&amp;gt;host="swaroops-MacBook-Pro.local"
&amp;gt; "Total Records processed" | stats
&amp;gt; count&amp;lt;/query&amp;gt;
&amp;gt;     &amp;lt;earliest&amp;gt;$earliest$&amp;lt;/earliest&amp;gt;
&amp;gt;     &amp;lt;latest&amp;gt;$latest$&amp;lt;/latest&amp;gt;
&amp;gt;     &amp;lt;preview&amp;gt;
&amp;gt;       &amp;lt;!--No Data - Default Icon and Value--&amp;gt;
&amp;gt;       &amp;lt;condition match="$job.resultCount$==0"&amp;gt;
&amp;gt;         &amp;lt;set token="ST_upstream_icon"&amp;gt;redlight_mod1.png&amp;lt;/set&amp;gt;
&amp;gt;         &amp;lt;set token="ST_upstream_value"&amp;gt;0&amp;lt;/set&amp;gt;
&amp;gt;       &amp;lt;/condition&amp;gt;
&amp;gt;       &amp;lt;!--Else - Set Icon based on range and set value--&amp;gt;
&amp;gt;       &amp;lt;condition&amp;gt;
&amp;gt;         &amp;lt;eval token="ST_upstream_icon"&amp;gt;case($result.count$&amp;amp;gt;=1
&amp;gt; ,"greenlight_mod1.png")&amp;lt;/eval&amp;gt;
&amp;gt;         &amp;lt;set token="ST_upstream_value"&amp;gt;$result.count$&amp;lt;/set&amp;gt;
&amp;gt;       &amp;lt;/condition&amp;gt;
&amp;gt;     &amp;lt;/preview&amp;gt;   &amp;lt;/search&amp;gt;  &amp;lt;panel id="image_overlay_panel"&amp;gt;
&amp;gt;       &amp;lt;html&amp;gt;
&amp;gt;           &amp;lt;div class="ingestion_pipeline"&amp;gt;
&amp;gt;               &amp;lt;div class="image"/&amp;gt;
&amp;gt;           
&amp;gt;               &amp;lt;img src="/static/app/BatchDashboard/images/redlight_mod1.png"/&amp;gt;
&amp;gt;               &amp;lt;div class="singleValue" id="ST_upstream_status"&amp;gt;$ST_upstream_value$
&amp;gt;                 &amp;lt;img src="/static/app/BatchDashboard/images/$ST_upstream_icon$"/&amp;gt;
&amp;gt;               &amp;lt;/div&amp;gt;
&amp;gt;               &amp;lt;div class="singleValue" id="SOA_status"&amp;gt;$SOA_status_value$
&amp;gt;                 &amp;lt;img src="/static/app/BatchDashboard/images/$SOA_status_icon$"/&amp;gt;
&amp;gt;               &amp;lt;/div&amp;gt;
&amp;gt;               &amp;lt;div class="singleValue" id="ST_downstream_status"&amp;gt;$ST_downstream_value$
&amp;gt;                 &amp;lt;img src="/static/app/BatchDashboard/images/$ST_downstream_icon$"/&amp;gt;
&amp;gt;               &amp;lt;/div&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I'm unable to post the output pic, so i can just say that the output is showing up as an image that i want, but then the green/blue light is not shown, and the value for ST_upstream etc is not at the desired location. Rather, it's at the bottom after the image.&lt;/P&gt;

&lt;P&gt;I would be grateful for any help.&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Swaroop&lt;/P&gt;</description>
    <pubDate>Tue, 04 Sep 2018 05:51:10 GMT</pubDate>
    <dc:creator>swaroop_splunk_</dc:creator>
    <dc:date>2018-09-04T05:51:10Z</dc:date>
    <item>
      <title>Issue with image overlay on background</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Issue-with-image-overlay-on-background/m-p/442342#M29167</link>
      <description>&lt;P&gt;I wanted to overlay an image on my dashboard with a green light or red light (depending on a search &lt;BR /&gt;
result). I'm putting the images and CSS in a separate folder as shown in the code attachment. &lt;/P&gt;

&lt;P&gt;My expected output is to have light under each rectangular box and color of the light depend on search query.&lt;/P&gt;

&lt;P&gt;I did follow the link provided by @NiketNilay, but my output is not showing up. I have attached the output i m seeing. It looks like the CSS file is not being picked or the value is not picked. I m not sure where the problem is, any help would be really grateful.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;gt; &amp;lt;form
&amp;gt; stylesheet="/static/app/BatchDashboard/images/custom_layout_overlay_icon_mod.css"&amp;gt;
&amp;gt; &amp;lt;label&amp;gt;Image Overlay with
&amp;gt; icons&amp;lt;/label&amp;gt;   &amp;lt;search
&amp;gt; id="ST_upstream_status"&amp;gt;
&amp;gt;     &amp;lt;query&amp;gt;host="swaroops-MacBook-Pro.local"
&amp;gt; "Total Records processed" | stats
&amp;gt; count&amp;lt;/query&amp;gt;
&amp;gt;     &amp;lt;earliest&amp;gt;$earliest$&amp;lt;/earliest&amp;gt;
&amp;gt;     &amp;lt;latest&amp;gt;$latest$&amp;lt;/latest&amp;gt;
&amp;gt;     &amp;lt;preview&amp;gt;
&amp;gt;       &amp;lt;!--No Data - Default Icon and Value--&amp;gt;
&amp;gt;       &amp;lt;condition match="$job.resultCount$==0"&amp;gt;
&amp;gt;         &amp;lt;set token="ST_upstream_icon"&amp;gt;redlight_mod1.png&amp;lt;/set&amp;gt;
&amp;gt;         &amp;lt;set token="ST_upstream_value"&amp;gt;0&amp;lt;/set&amp;gt;
&amp;gt;       &amp;lt;/condition&amp;gt;
&amp;gt;       &amp;lt;!--Else - Set Icon based on range and set value--&amp;gt;
&amp;gt;       &amp;lt;condition&amp;gt;
&amp;gt;         &amp;lt;eval token="ST_upstream_icon"&amp;gt;case($result.count$&amp;amp;gt;=1
&amp;gt; ,"greenlight_mod1.png")&amp;lt;/eval&amp;gt;
&amp;gt;         &amp;lt;set token="ST_upstream_value"&amp;gt;$result.count$&amp;lt;/set&amp;gt;
&amp;gt;       &amp;lt;/condition&amp;gt;
&amp;gt;     &amp;lt;/preview&amp;gt;   &amp;lt;/search&amp;gt;  &amp;lt;panel id="image_overlay_panel"&amp;gt;
&amp;gt;       &amp;lt;html&amp;gt;
&amp;gt;           &amp;lt;div class="ingestion_pipeline"&amp;gt;
&amp;gt;               &amp;lt;div class="image"/&amp;gt;
&amp;gt;           
&amp;gt;               &amp;lt;img src="/static/app/BatchDashboard/images/redlight_mod1.png"/&amp;gt;
&amp;gt;               &amp;lt;div class="singleValue" id="ST_upstream_status"&amp;gt;$ST_upstream_value$
&amp;gt;                 &amp;lt;img src="/static/app/BatchDashboard/images/$ST_upstream_icon$"/&amp;gt;
&amp;gt;               &amp;lt;/div&amp;gt;
&amp;gt;               &amp;lt;div class="singleValue" id="SOA_status"&amp;gt;$SOA_status_value$
&amp;gt;                 &amp;lt;img src="/static/app/BatchDashboard/images/$SOA_status_icon$"/&amp;gt;
&amp;gt;               &amp;lt;/div&amp;gt;
&amp;gt;               &amp;lt;div class="singleValue" id="ST_downstream_status"&amp;gt;$ST_downstream_value$
&amp;gt;                 &amp;lt;img src="/static/app/BatchDashboard/images/$ST_downstream_icon$"/&amp;gt;
&amp;gt;               &amp;lt;/div&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I'm unable to post the output pic, so i can just say that the output is showing up as an image that i want, but then the green/blue light is not shown, and the value for ST_upstream etc is not at the desired location. Rather, it's at the bottom after the image.&lt;/P&gt;

&lt;P&gt;I would be grateful for any help.&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Swaroop&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 05:51:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Issue-with-image-overlay-on-background/m-p/442342#M29167</guid>
      <dc:creator>swaroop_splunk_</dc:creator>
      <dc:date>2018-09-04T05:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with image overlay on background</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Issue-with-image-overlay-on-background/m-p/442343#M29168</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/138536"&gt;@swaroop_splunk_&lt;/a&gt;demo &lt;/P&gt;

&lt;P&gt;1) Place your css file at the following path: &lt;CODE&gt;$SPLUNK_HOME/ets/apps/BatchDashboard/custom_layout_overlay_icon_mod.css&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;2) Then modify the &lt;CODE&gt;stylesheet&lt;/CODE&gt; attribute in the &lt;CODE&gt;&amp;lt;form&amp;gt;&lt;/CODE&gt; as following to test?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;form&amp;gt; stylesheet="custom_layout_overlay_icon_mod.css"&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;PS: This may require Splunk Refresh/bump or Restart. Also clearing up of internet browser history.&lt;/P&gt;

&lt;P&gt;Another option for you would be to &lt;STRONG&gt;remove CSS stylesheet&lt;/STRONG&gt; dependency in the form and to copy the contents of css file &lt;CODE&gt;custom_layout_overlay_icon_mod.css&lt;/CODE&gt; to a hidden &lt;CODE&gt;&amp;lt;html&amp;gt;&lt;/CODE&gt; panel in existing form i.e.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;row depends="$alwaysHideCSSPanel$"&amp;gt;
     &amp;lt;panel&amp;gt;
           &amp;lt;html&amp;gt;
                 &amp;lt;style&amp;gt;
                        &amp;lt;!-- Contents of custom_layout_overlay_icon_mod.css file goes here --&amp;gt;
                 &amp;lt;/style&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;PS: Since the above code brings in the CSS code to your dashboard, you would not require Splunk restart/refresh and browser history cleanup while testing &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Please try out one of the approach and confirm!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:08:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Issue-with-image-overlay-on-background/m-p/442343#M29168</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-09-29T21:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with image overlay on background</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Issue-with-image-overlay-on-background/m-p/442344#M29169</link>
      <description>&lt;P&gt;Hello Niket, &lt;BR /&gt;
I tried both the process you mentioned and i see the CSS file is being picked up. &lt;BR /&gt;
Thanks a ton for that.&lt;BR /&gt;
But I m still facing the issue of the value not showing up nor the green or red light getting displayed. All it shows is something like :&lt;/P&gt;

&lt;P&gt;$ST_upstream_value$ and instead of image its showing as a ? mark in blue box.&lt;/P&gt;

&lt;P&gt;I am new to Splunk/HTML coding and i think the logic below is not getting executed.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;search id="ST_upstream_status"&amp;gt;
    &amp;lt;query&amp;gt;host="swaroops-MacBook-Pro.local" "Total Records processed" | stats count&amp;lt;/query&amp;gt;
    &amp;lt;earliest&amp;gt;$earliest$&amp;lt;/earliest&amp;gt;
    &amp;lt;latest&amp;gt;$latest$&amp;lt;/latest&amp;gt;
    &amp;lt;preview&amp;gt;
      &amp;lt;!--No Data - Default Icon and Value--&amp;gt;
      &amp;lt;condition match="'job.resultCount'==0"&amp;gt;
        &amp;lt;set token="ST_upstream_icon"&amp;gt;redlight_mod1.png&amp;lt;/set&amp;gt;
        &amp;lt;set token="ST_upstream_value"&amp;gt;0&amp;lt;/set&amp;gt;
      &amp;lt;/condition&amp;gt;
      &amp;lt;!--Else - Set Icon based on range and set value--&amp;gt;
      &amp;lt;condition&amp;gt;
        &amp;lt;eval token="ST_upstream_icon"&amp;gt;case($result.count$&amp;gt;=1 ,"greenlight_mod1.png")&amp;lt;/eval&amp;gt;
        &amp;lt;set token="ST_upstream_value"&amp;gt;$result.count$&amp;lt;/set&amp;gt;
      &amp;lt;/condition&amp;gt;
    &amp;lt;/preview&amp;gt;
  &amp;lt;/search&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I have put the png file int he correct location as specified int he code. &lt;BR /&gt;
Also "host="swaroops-MacBook-Pro.local" "Total Records processed" | stats count" is giving me a count when i m using it in search area of splunk.&lt;/P&gt;

&lt;P&gt;I would be grateful if you can help me on this&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:06:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Issue-with-image-overlay-on-background/m-p/442344#M29169</guid>
      <dc:creator>swaroop_splunk_</dc:creator>
      <dc:date>2020-09-29T21:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with image overlay on background</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Issue-with-image-overlay-on-background/m-p/442345#M29170</link>
      <description>&lt;P&gt;2nd approach does not use CSS file so it should work. I will see if I can add a run anywhere example for that.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 12:52:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Issue-with-image-overlay-on-background/m-p/442345#M29170</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-09-04T12:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with image overlay on background</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Issue-with-image-overlay-on-background/m-p/442346#M29171</link>
      <description>&lt;P&gt;Not sure if this matters , but i m using splunk 6.2.14 version. Will it make any difference ?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 19:41:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Issue-with-image-overlay-on-background/m-p/442346#M29171</guid>
      <dc:creator>swaroop_splunk_</dc:creator>
      <dc:date>2018-09-04T19:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with image overlay on background</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Issue-with-image-overlay-on-background/m-p/442347#M29172</link>
      <description>&lt;P&gt;I am not sure whether Image Overlay and html panels in Simple XML existed in 6.2 or not. Unfortunately I wont be able to test 6.2 and Splunk Dashboard Examples app lists from 6.4 and above. So, &lt;/P&gt;

&lt;P&gt;1) You might have to reach out to Splunk Support or &lt;BR /&gt;
2) Try out examples from Simple XML Dashboard Examples app to see whether they work.&lt;/P&gt;

&lt;P&gt;Other options would be to:&lt;/P&gt;

&lt;P&gt;1) Convert to HTML Dashboard&lt;BR /&gt;
2) Use Advanced XML which is deprecated now but should work with 6.2.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2018 18:01:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Issue-with-image-overlay-on-background/m-p/442347#M29172</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-09-05T18:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with image overlay on background</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Issue-with-image-overlay-on-background/m-p/442348#M29173</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/201110"&gt;@niketn&lt;/a&gt; , i was able to add the traffic light using the Example App. Thanks a ton for the recommendation. However i ll need one more urgent help please. I have a demo this Thursday and I'm not able to figure out the way.&lt;BR /&gt;
My code for adding an image to dashboard is using the CSS approach that you had provided. My code is as follows :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;row&amp;gt;
    &amp;lt;panel id="image_overlay_panel"&amp;gt;
      &amp;lt;title&amp;gt;PA63 File flow Status across IS layer&amp;lt;/title&amp;gt;

      &amp;lt;html&amp;gt;
         &amp;lt;style&amp;gt;
           .ingestion_pipeline {
               position: relative;
               width: 1200px;
               height: 500px;
           }
           #image_overlay_panel .image{
               background: transparent 50% 50% no-repeat url('/static/app/BatchDashboard/images/Splunk_new.png');
               position:absolute;
               top: 0px;
               left: 0px;
               width: inherit;
               height: inherit;
           }
           .singleValue {
               font-size: 2em;
               font-weight: bold;
           }
           #image_overlay_panel #FR_ST_upstream {
              position: absolute;
              top: 128px;
              left: 154px;
           }
           #image_overlay_panel #FR_SOA {
              position: absolute;
              top: 129px;
              left: 435px;
           }
           #image_overlay_panel #FR_ST_downstream {
              position: absolute;
              top: 130px;
              left: 726px;
           }
           #image_overlay_panel #TP_ST_upstream {
              position: absolute;
              top: 278px;
              left: 435px;
           }
           #image_overlay_panel #TP_SOA {
              position: absolute;
              top: 277px;
              left: 718px;
           }
           #image_overlay_panel #TP_ST_downstream {
              position: absolute;
              top: 277px;
              left: 999px;
           }

         &amp;lt;/style&amp;gt;
         &amp;lt;div class="ingestion_pipeline"&amp;gt;
             &amp;lt;div class="image"/&amp;gt;


             &amp;lt;div class="singleValue" id="FR_ST_upstream"&amp;gt;100&amp;lt;/div&amp;gt;
             &amp;lt;div class="singleValue" id="FR_SOA"&amp;gt;100&amp;lt;/div&amp;gt;
             &amp;lt;div class="singleValue" id="FR_ST_downstream"&amp;gt;20&amp;lt;/div&amp;gt;
             &amp;lt;div class="singleValue" id="TP_ST_upstream"&amp;gt;100&amp;lt;/div&amp;gt;
             &amp;lt;div class="singleValue" id="TP_SOA"&amp;gt;100&amp;lt;/div&amp;gt;
             &amp;lt;div class="singleValue" id="TP_ST_downstream"&amp;gt;20&amp;lt;/div&amp;gt;
         &amp;lt;/div&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;But i need to have values for id TP_SOA or FR_ST_upstream based on a search result not a constant value as mentioned above. How can i achieve this ?&lt;BR /&gt;
My search query will be different for for different ID but the base will be :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;searchTemplate&amp;gt;
  host="swaroops-MacBook-Pro.local" "Total Records processed" 
  | stats count
  &amp;lt;/searchTemplate&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Please help me on this or provide any suggestion.&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:13:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Issue-with-image-overlay-on-background/m-p/442348#M29173</guid>
      <dc:creator>swaroop_splunk_</dc:creator>
      <dc:date>2020-09-29T21:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with image overlay on background</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Issue-with-image-overlay-on-background/m-p/442349#M29174</link>
      <description>&lt;P&gt;Refer to my other answer to one of your questions that Search Event Handler is not available in Splunk Enterprise 6.2&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/685488/can-i-use-jobresultcount-in-splunk-6214-1.html"&gt;https://answers.splunk.com/answers/685488/can-i-use-jobresultcount-in-splunk-6214-1.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You would need to use Simple XML JS extension or Splunk Advanced XML (which has already been deprecated) to access Search results and display them in your dashboard.&lt;/P&gt;

&lt;P&gt;Since this is for a demo. May I know why upgrading to more recent Splunk Enterprise Release is not possible? Upgrading would simplify your Use case and you would be able to get more community support as well.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 13:49:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Issue-with-image-overlay-on-background/m-p/442349#M29174</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-09-11T13:49:21Z</dc:date>
    </item>
  </channel>
</rss>

