<?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: Where can I view created notable alert suppression entries in ES? in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Where-can-I-view-created-notable-alert-suppression-entries-in-ES/m-p/624820#M11215</link>
    <description>&lt;P&gt;You can delete Suppressions from "Event types" page.&lt;/P&gt;</description>
    <pubDate>Tue, 20 Dec 2022 10:20:19 GMT</pubDate>
    <dc:creator>aakwah</dc:creator>
    <dc:date>2022-12-20T10:20:19Z</dc:date>
    <item>
      <title>Where can I view created notable alert suppression entries in ES?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Where-can-I-view-created-notable-alert-suppression-entries-in-ES/m-p/621850#M11177</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where can I view notable alert suppression entries in ES? I'm looking for a way to not only audit these entries but also remove them.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2022 13:23:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Where-can-I-view-created-notable-alert-suppression-entries-in-ES/m-p/621850#M11177</guid>
      <dc:creator>hperez</dc:creator>
      <dc:date>2022-11-23T13:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I view created notable alert suppression entries in ES?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Where-can-I-view-created-notable-alert-suppression-entries-in-ES/m-p/621897#M11179</link>
      <description>&lt;P&gt;You can view and disable notable event suppressions at Configure-&amp;gt;Incident Management-&amp;gt;Notable Event Suppressions.&amp;nbsp; I'm not aware of a way to delete a suppression, but disabling them should have the same effect.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2022 19:29:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Where-can-I-view-created-notable-alert-suppression-entries-in-ES/m-p/621897#M11179</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-11-23T19:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I view created notable alert suppression entries in ES?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Where-can-I-view-created-notable-alert-suppression-entries-in-ES/m-p/624008#M11205</link>
      <description>&lt;P&gt;Rich gave the stock answer.&lt;/P&gt;&lt;P&gt;If you also want to make a search start with this.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rest splunk_server=local servicesNS/-/-/saved/eventtypes 
| search title=notable_suppression-* disabled=0 
| rename eai:acl.app as app, title as object, search as command, updated as last_updated_readable 
| table disabled, app, object, description, last_updated_readable, command 
| eval _time=strptime(last_updated_readable,"%Y-%m-%dT%H:%M:%S%z") 
| eval isRecent=if(_time&amp;gt;relative_time(now(),"-1h"),true(),null()) 
| where isnotnull(isRecent)  
| rex field=command "_time\&amp;gt;(\=){0,1}(?P&amp;lt;start_time&amp;gt;\d+)" 
| eval start_time_readable=strftime(start_time,"%Y-%m-%dT%H:%M:%S.%f%z") 
| rex field=command "_time\&amp;lt;(\=){0,1}(?P&amp;lt;end_time&amp;gt;\d+)" 
| eval end_time_readable=strftime(end_time,"%Y-%m-%dT%H:%M:%S.%f%z") 
| eval end_time_large=if(end_time&amp;gt;relative_time(now(),"+90d"),true(),null()) 
| eval duration=end_time-start_time 
| `uptime2string(duration,duration_readable)` 
| append 
    [ search eventtype=suppression_audit 
    | fillnull value=unknown suppression, status, user 
    | fillnull value=modified action 
    | table _time, suppression, action, status, user 
    | eval object="notable_suppression-".suppression] 
| eventstats values(user) as user, values(action) as action, values(status) as status by object 
| where isnull(suppression) 
| fillnull value=modified action 
| fillnull value=unknown user 
| rex mode=sed field=action "s/create/created/"
| rex mode=sed field=action "s/edit/modified/"
| `get_identity4events(user)` 
| fields - command &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 14:09:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Where-can-I-view-created-notable-alert-suppression-entries-in-ES/m-p/624008#M11205</guid>
      <dc:creator>starcher</dc:creator>
      <dc:date>2022-12-12T14:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I view created notable alert suppression entries in ES?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Where-can-I-view-created-notable-alert-suppression-entries-in-ES/m-p/624820#M11215</link>
      <description>&lt;P&gt;You can delete Suppressions from "Event types" page.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 10:20:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Where-can-I-view-created-notable-alert-suppression-entries-in-ES/m-p/624820#M11215</guid>
      <dc:creator>aakwah</dc:creator>
      <dc:date>2022-12-20T10:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I view created notable alert suppression entries in ES?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Where-can-I-view-created-notable-alert-suppression-entries-in-ES/m-p/626217#M11242</link>
      <description>&lt;P&gt;You can delete notable event suppressions by going to Settings &amp;gt; eventtypes and searching for the suppression that you want to delete. Here is the link to the Splunk doc on that: &lt;A href="https://docs.splunk.com/Documentation/ES/7.0.2/Admin/Customizenotables" target="_blank"&gt;https://docs.splunk.com/Documentation/ES/7.0.2/Admin/Customizenotables&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However for tracking/audit purposes, it is probably better to just disable them.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 17:43:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Where-can-I-view-created-notable-alert-suppression-entries-in-ES/m-p/626217#M11242</guid>
      <dc:creator>lblystone</dc:creator>
      <dc:date>2023-01-06T17:43:25Z</dc:date>
    </item>
  </channel>
</rss>

