<?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 do I track changes to a dataset? in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/How-do-I-track-changes-to-a-dataset/m-p/606543#M11552</link>
    <description>&lt;P&gt;We get a weekly ingest of a data set for our vulnerability management. Each line contains a unique value matching a vulnerability with a server&lt;/P&gt;
&lt;P&gt;I want to be able to report on:&lt;/P&gt;
&lt;P&gt;a. how many new vulnerabilities are in this weeks report compared to last week and&lt;/P&gt;
&lt;P&gt;b. how many vulnerabilities have been fixed (so are not reported) in this weeks list compared to last week&lt;/P&gt;
&lt;P&gt;I'm looking for splunk to tell me whats new and whats missing week by week but also track these over the long term.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cant seem to get any meaningful results with a 'set diff' search&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help gratefully received!!&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jul 2022 16:27:37 GMT</pubDate>
    <dc:creator>capilarity</dc:creator>
    <dc:date>2022-07-21T16:27:37Z</dc:date>
    <item>
      <title>How do I track changes to a dataset?</title>
      <link>https://community.splunk.com/t5/Reporting/How-do-I-track-changes-to-a-dataset/m-p/606543#M11552</link>
      <description>&lt;P&gt;We get a weekly ingest of a data set for our vulnerability management. Each line contains a unique value matching a vulnerability with a server&lt;/P&gt;
&lt;P&gt;I want to be able to report on:&lt;/P&gt;
&lt;P&gt;a. how many new vulnerabilities are in this weeks report compared to last week and&lt;/P&gt;
&lt;P&gt;b. how many vulnerabilities have been fixed (so are not reported) in this weeks list compared to last week&lt;/P&gt;
&lt;P&gt;I'm looking for splunk to tell me whats new and whats missing week by week but also track these over the long term.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cant seem to get any meaningful results with a 'set diff' search&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help gratefully received!!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 16:27:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-do-I-track-changes-to-a-dataset/m-p/606543#M11552</guid>
      <dc:creator>capilarity</dc:creator>
      <dc:date>2022-07-21T16:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: How do I track changes to a dataset?</title>
      <link>https://community.splunk.com/t5/Reporting/How-do-I-track-changes-to-a-dataset/m-p/606566#M11553</link>
      <description>&lt;P&gt;Try something like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;your base search for getting vulnerability data for each host, set time range to last two weeks OR 14 days
| eval period=if(_time&amp;gt;=relative_time(now(),"-7d@d"),"This_Week","Last_Week")
| stats values(period) as periods,..any other fields... by host vulnerability_id
| eval remarks=case(mvcount(periods)=2,"Repeat Vulnerability",periods="This_Week","New Vulnerability", true(),"Fixed Vulnerability")&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 21 Jul 2022 20:17:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-do-I-track-changes-to-a-dataset/m-p/606566#M11553</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2022-07-21T20:17:49Z</dc:date>
    </item>
  </channel>
</rss>

