<?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 Dashboard in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Dashboard/m-p/527734#M148986</link>
    <description>&lt;P&gt;I want difference between 155 and 132, how can i do with the Spl.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IMG_20201103_194436.jpg" style="width: 4000px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/11635i4B9D855222EEE522/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IMG_20201103_194436.jpg" alt="IMG_20201103_194436.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Nov 2020 14:17:11 GMT</pubDate>
    <dc:creator>uagraw01</dc:creator>
    <dc:date>2020-11-03T14:17:11Z</dc:date>
    <item>
      <title>Dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Dashboard/m-p/527734#M148986</link>
      <description>&lt;P&gt;I want difference between 155 and 132, how can i do with the Spl.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IMG_20201103_194436.jpg" style="width: 4000px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/11635i4B9D855222EEE522/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IMG_20201103_194436.jpg" alt="IMG_20201103_194436.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 14:17:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Dashboard/m-p/527734#M148986</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2020-11-03T14:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Dashboard/m-p/527741#M148988</link>
      <description>&lt;P&gt;Try adding this to your search&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Your search
|stats first(eval(if(Week_Status=="this_week",Total_host,null()))) as this,first(eval(if(Week_Status=="last_week",Total_host,null()))) as that
|eval diff=this-that&lt;/LI-CODE&gt;&lt;P&gt;Run anywhere search&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;|makeresults|eval Total_host="132 155"|makemv Total_host |mvexpand Total_host|appendcols [|makeresults|eval Week_Status="this_week last_week"|makemv Week_Status| mvexpand Week_Status]
|stats first(eval(if(Week_Status=="this_week",Total_host,null()))) as this,first(eval(if(Week_Status=="last_week",Total_host,null()))) as that
|eval diff=this-that&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Your search
|eval {Week_Status}=Total_host
|stats values(*) as *
|eval diff=last_week-this_week&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;|makeresults|eval Total_host="132 155"|makemv Total_host |mvexpand Total_host|appendcols [|makeresults|eval Week_Status="this_week last_week"|makemv Week_Status| mvexpand Week_Status]
|eval {Week_Status}=Total_host
|stats values(*) as *
|eval diff=last_week-this_week&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 14:41:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Dashboard/m-p/527741#M148988</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2020-11-03T14:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Dashboard/m-p/527761#M148994</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/136781"&gt;@renjith_nair&lt;/a&gt;&amp;nbsp; Thanks for your response. I need to add list of difference server also in my search how can i add ? Please help&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 15:24:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Dashboard/m-p/527761#M148994</guid>
      <dc:creator>uagraw01</dc:creator>
      <dc:date>2020-11-03T15:24:10Z</dc:date>
    </item>
  </channel>
</rss>

