<?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 Splunk Enterprise security in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-security/m-p/497591#M8677</link>
    <description>&lt;P&gt;in my Splunk ES i want to find below search&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Count of New Notables created in last 30 days&lt;/LI&gt;
&lt;LI&gt;Count of Modified Correlation Searches in last 30 days&lt;/LI&gt;
&lt;LI&gt;Time of Notable Closure &lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Can some one help in sending search please..&lt;/P&gt;

&lt;P&gt;Thanks in advance &lt;/P&gt;</description>
    <pubDate>Wed, 18 Mar 2020 20:26:14 GMT</pubDate>
    <dc:creator>vikram1583</dc:creator>
    <dc:date>2020-03-18T20:26:14Z</dc:date>
    <item>
      <title>Splunk Enterprise security</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-security/m-p/497591#M8677</link>
      <description>&lt;P&gt;in my Splunk ES i want to find below search&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Count of New Notables created in last 30 days&lt;/LI&gt;
&lt;LI&gt;Count of Modified Correlation Searches in last 30 days&lt;/LI&gt;
&lt;LI&gt;Time of Notable Closure &lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Can some one help in sending search please..&lt;/P&gt;

&lt;P&gt;Thanks in advance &lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 20:26:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-security/m-p/497591#M8677</guid>
      <dc:creator>vikram1583</dc:creator>
      <dc:date>2020-03-18T20:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Enterprise security</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-security/m-p/497592#M8678</link>
      <description>&lt;P&gt;1: Count of New Notables created in last 30 days (run this for &lt;CODE&gt;Last 30 days&lt;/CODE&gt; on the &lt;CODE&gt;Timepicker&lt;/CODE&gt;:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;`notable` | search eventtype!="notable_suppression*"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;2: Count of Modified Correlation Searches in last 30 days.  This is NOT a full answer, but a starting place:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="_audit" AND sourcetype="audittrail" AND savedsearch_name="*"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;3: Time of Notable Closure&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;`notable` | search status_label="closed"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 19 Mar 2020 02:29:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-security/m-p/497592#M8678</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2020-03-19T02:29:39Z</dc:date>
    </item>
  </channel>
</rss>

