<?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: Comparing two Nessus Scans in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Comparing-two-Nessus-Scans/m-p/446479#M41185</link>
    <description>&lt;P&gt;ES wasn't mentioned in the original question but yes you are correct that macro does exist inside SA-Util&lt;/P&gt;</description>
    <pubDate>Fri, 20 Jul 2018 16:08:36 GMT</pubDate>
    <dc:creator>CarsonZa</dc:creator>
    <dc:date>2018-07-20T16:08:36Z</dc:date>
    <item>
      <title>Comparing two Nessus Scans</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Comparing-two-Nessus-Scans/m-p/446476#M41182</link>
      <description>&lt;P&gt;Where I work we are using Nessus to scan for vulnerabilities weekly. I'm in the process fo building a dashboard and making it all pretty for management. What I want to be able to do is compare the last two scans and get a difference between the total vulnerability of this weeks scan and the last one.&lt;/P&gt;

&lt;P&gt;I don't have any input to provide and I couldn't find anything else on the Googles.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jul 2018 17:55:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Comparing-two-Nessus-Scans/m-p/446476#M41182</guid>
      <dc:creator>clavelle</dc:creator>
      <dc:date>2018-07-17T17:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two Nessus Scans</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Comparing-two-Nessus-Scans/m-p/446477#M41183</link>
      <description>&lt;P&gt;run a subsearch using &lt;CODE&gt;|join&lt;/CODE&gt;. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;"search"
| join type=inner 
    [ |search "search" earliest=x latest=x] 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Set the time picker as two weeks prior, the sub search would be the current time range. This should only show you events that were persistent between the two weeks&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.1.2/SearchReference/Join"&gt;http://docs.splunk.com/Documentation/Splunk/7.1.2/SearchReference/Join&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jul 2018 18:04:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Comparing-two-Nessus-Scans/m-p/446477#M41183</guid>
      <dc:creator>CarsonZa</dc:creator>
      <dc:date>2018-07-17T18:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two Nessus Scans</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Comparing-two-Nessus-Scans/m-p/446478#M41184</link>
      <description>&lt;P&gt;Hi @CarsonZa,&lt;/P&gt;

&lt;P&gt;If you have got Splunk Enterprise security contains macro &lt;CODE&gt;make_previous_time_range(2)&lt;/CODE&gt; it takes two parameters earliest time and latest time as input.&lt;/P&gt;

&lt;P&gt;for example, if you need to compare data today and yesterday you need to choose todays date and yesterday date will be automatically calculated using above mentioned macro.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jul 2018 10:46:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Comparing-two-Nessus-Scans/m-p/446478#M41184</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2018-07-20T10:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two Nessus Scans</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Comparing-two-Nessus-Scans/m-p/446479#M41185</link>
      <description>&lt;P&gt;ES wasn't mentioned in the original question but yes you are correct that macro does exist inside SA-Util&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jul 2018 16:08:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Comparing-two-Nessus-Scans/m-p/446479#M41185</guid>
      <dc:creator>CarsonZa</dc:creator>
      <dc:date>2018-07-20T16:08:36Z</dc:date>
    </item>
  </channel>
</rss>

