<?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: Splunk Enterprise Security: How to display all notable events and indicate which ones were suppressed? in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-How-to-display-all-notable-events-and/m-p/241451#M1669</link>
    <description>&lt;P&gt;There are built in macros that can assist with what you're trying to do.  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;`notable` 
`suppression`
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Try:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;`notable` | search NOT `suppression`
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And you can take it from there with however else you want to proceed.  We use one like this in a bubble chart viz to track notables that aren't suppressed, and their delta over the previous day, over 30 days.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;`notable` | search eventtype!=notable_suppression* | bin _time span=24h  |stats count by _time, search_name | streamstats window=2 global=f current=t first(count) as previous by search_name | eval delta=count-previous | eval time=_time | table search_name, time, delta, count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Another option would be to use the &lt;CODE&gt;incident_review&lt;/CODE&gt; macro:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| `incident_review`
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;That will only track notables that have been actioned somehow (hence tracked in the incident review KV store).&lt;/P&gt;

&lt;P&gt;More information can be found here:  &lt;A href="http://dev.splunk.com/view/enterprise-security/SP-CAAAFBA"&gt;http://dev.splunk.com/view/enterprise-security/SP-CAAAFBA&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Hope that helps!&lt;/P&gt;</description>
    <pubDate>Thu, 15 Dec 2016 16:25:02 GMT</pubDate>
    <dc:creator>mparks11</dc:creator>
    <dc:date>2016-12-15T16:25:02Z</dc:date>
    <item>
      <title>Splunk Enterprise Security: How to display all notable events and indicate which ones were suppressed?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-How-to-display-all-notable-events-and/m-p/241450#M1668</link>
      <description>&lt;P&gt;My SOC wants a page showing all recent notables, and which ones were suppressed by the current suppression rules.  Obviously I can list notables with&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=notable
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but how can I easily indicate the ones that actually showed up in Incident Review vs. the ones that were suppressed?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2016 20:23:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-How-to-display-all-notable-events-and/m-p/241450#M1668</guid>
      <dc:creator>andygerber</dc:creator>
      <dc:date>2016-10-10T20:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Enterprise Security: How to display all notable events and indicate which ones were suppressed?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-How-to-display-all-notable-events-and/m-p/241451#M1669</link>
      <description>&lt;P&gt;There are built in macros that can assist with what you're trying to do.  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;`notable` 
`suppression`
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Try:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;`notable` | search NOT `suppression`
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And you can take it from there with however else you want to proceed.  We use one like this in a bubble chart viz to track notables that aren't suppressed, and their delta over the previous day, over 30 days.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;`notable` | search eventtype!=notable_suppression* | bin _time span=24h  |stats count by _time, search_name | streamstats window=2 global=f current=t first(count) as previous by search_name | eval delta=count-previous | eval time=_time | table search_name, time, delta, count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Another option would be to use the &lt;CODE&gt;incident_review&lt;/CODE&gt; macro:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| `incident_review`
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;That will only track notables that have been actioned somehow (hence tracked in the incident review KV store).&lt;/P&gt;

&lt;P&gt;More information can be found here:  &lt;A href="http://dev.splunk.com/view/enterprise-security/SP-CAAAFBA"&gt;http://dev.splunk.com/view/enterprise-security/SP-CAAAFBA&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Hope that helps!&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2016 16:25:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-How-to-display-all-notable-events-and/m-p/241451#M1669</guid>
      <dc:creator>mparks11</dc:creator>
      <dc:date>2016-12-15T16:25:02Z</dc:date>
    </item>
  </channel>
</rss>

