<?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 How to compare assets from previous week and highlight the difference? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-assets-from-previous-week-and-highlight-the/m-p/644452#M223200</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I have created a dashboard that shows the previous 4 days and the equivalent days the week before for asset counts, for example IPS devices reporting in. Some days i will have 15 devices reporting in, but the previous week may have 18, so im looking for a way to show what the missing devices are? is there a way to just pull out the devices that are missing?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;</description>
    <pubDate>Wed, 24 May 2023 13:43:50 GMT</pubDate>
    <dc:creator>supersnedz</dc:creator>
    <dc:date>2023-05-24T13:43:50Z</dc:date>
    <item>
      <title>How to compare assets from previous week and highlight the difference?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-assets-from-previous-week-and-highlight-the/m-p/644452#M223200</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I have created a dashboard that shows the previous 4 days and the equivalent days the week before for asset counts, for example IPS devices reporting in. Some days i will have 15 devices reporting in, but the previous week may have 18, so im looking for a way to show what the missing devices are? is there a way to just pull out the devices that are missing?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 13:43:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-compare-assets-from-previous-week-and-highlight-the/m-p/644452#M223200</guid>
      <dc:creator>supersnedz</dc:creator>
      <dc:date>2023-05-24T13:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Compare assets from previous week and highlight the difference</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-assets-from-previous-week-and-highlight-the/m-p/644457#M223201</link>
      <description>&lt;P&gt;Count by device and day of the week, then those with count of 1 appear in either one week of the other but not both.&lt;/P&gt;&lt;P&gt;A slightly more sophisticated way to do this is assign 1 to those events in this week and 2 to those events in the previous weeks, then sum these values by device. Those with a sum of 3 are in both weeks, those with a sum of 2 are in the previous week only, and those with a sum of 1 are only in this week.&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 10:35:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-compare-assets-from-previous-week-and-highlight-the/m-p/644457#M223201</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-05-24T10:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Compare assets from previous week and highlight the difference</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-assets-from-previous-week-and-highlight-the/m-p/644713#M223260</link>
      <description>&lt;P&gt;my current query for grabbing the total counts by day is:&lt;BR /&gt;index="siem-ips" cim_entity_zone="UK" | timechart dc(an) | rename dc(an) as IPS | timewrap 4d | rename IPS_4days_before as "IPS Previous Week" | rename IPS_latest_4days as "IPS Latest"&lt;BR /&gt;This shows a count of the previous 4 days, and then the 3 days the week before. I tried just adding a stats count on the end but it didnt load any data. I'm a bit stuck. Essentially just need to see what isnt reporting in that was previously&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2023 09:02:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-compare-assets-from-previous-week-and-highlight-the/m-p/644713#M223260</guid>
      <dc:creator>supersnedz</dc:creator>
      <dc:date>2023-05-26T09:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Compare assets from previous week and highlight the difference</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-compare-assets-from-previous-week-and-highlight-the/m-p/644718#M223263</link>
      <description>&lt;P&gt;Your timewrap should be 1w not 4d as you want the same days in the previous week&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2023 09:29:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-compare-assets-from-previous-week-and-highlight-the/m-p/644718#M223263</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-05-26T09:29:11Z</dc:date>
    </item>
  </channel>
</rss>

