<?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: ES notable urgency changing for old notables. in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/ES-notable-urgency-changing-for-old-notables/m-p/516892#M9201</link>
    <description>&lt;P&gt;Notable modular alerts actions values are not written to index=notable. To display severity or priority or urgency, Incident review will perform rest query to get values of correlation search and display in Incident review.&lt;/P&gt;&lt;P&gt;However, I believe there is an option to overwrite severity from in-line search of correlation search.&lt;/P&gt;&lt;P&gt;just add below line to your correlation search.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval severity="informational/high/low"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 30 Aug 2020 06:49:50 GMT</pubDate>
    <dc:creator>thambisetty</dc:creator>
    <dc:date>2020-08-30T06:49:50Z</dc:date>
    <item>
      <title>ES notable urgency changing for old notables.</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/ES-notable-urgency-changing-for-old-notables/m-p/516527#M9186</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have correlation search with action as notable. Initially we made it low Severity on notable to monitor and set threshold . when we changed the severity to high for same notable all the old low severity notable events changed to High automatically.&amp;nbsp; (this search is on data model so dose not have any eval urgency in search).&lt;/P&gt;&lt;P&gt;How to avoid changing old notable event severity&amp;nbsp; ? we just want new alerts to be with high urgency not change the old once.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 14:36:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/ES-notable-urgency-changing-for-old-notables/m-p/516527#M9186</guid>
      <dc:creator>AK007</dc:creator>
      <dc:date>2020-08-27T14:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: ES notable urgency changing for old notables.</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/ES-notable-urgency-changing-for-old-notables/m-p/516696#M9194</link>
      <description>AFAIK, that's how ES functions and there's no way to change it.</description>
      <pubDate>Fri, 28 Aug 2020 13:16:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/ES-notable-urgency-changing-for-old-notables/m-p/516696#M9194</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-08-28T13:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: ES notable urgency changing for old notables.</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/ES-notable-urgency-changing-for-old-notables/m-p/516886#M9200</link>
      <description>&lt;P&gt;This is expected behavior as ES stores a correlation search's notable event severity in lookup table (correlationsearches_lookup) so the severity gets changed for all.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Use SPL in the correlation search to assign severity:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/ES/6.2.0/User/Howurgencyisassigned" target="_blank"&gt;https://docs.splunk.com/Documentation/ES/6.2.0/User/Howurgencyisassigned&lt;/A&gt;&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;Severity defined in the search syntax results in an event where severity takes precedence over the severity defined in the notable event adaptive response action."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;If you just want all new notables from this use case to be high (and not old ones) just use a an eval. Or you can expand on the eval to custom adjust the severity:&lt;BR /&gt;&lt;BR /&gt;| eval severity="high"&lt;/P&gt;&lt;P&gt;Even if you're using the datamodel command or tstats against a data model, you can still fit this in a pipe somewhere without affecting the searching&lt;BR /&gt;&lt;BR /&gt;tstats count something FROM someDataModel by somethingElse&amp;nbsp;&lt;BR /&gt;| where other stuff and magic&lt;BR /&gt;| eval severity="high"&lt;/P&gt;</description>
      <pubDate>Sun, 30 Aug 2020 00:17:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/ES-notable-urgency-changing-for-old-notables/m-p/516886#M9200</guid>
      <dc:creator>Jhunter</dc:creator>
      <dc:date>2020-08-30T00:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: ES notable urgency changing for old notables.</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/ES-notable-urgency-changing-for-old-notables/m-p/516892#M9201</link>
      <description>&lt;P&gt;Notable modular alerts actions values are not written to index=notable. To display severity or priority or urgency, Incident review will perform rest query to get values of correlation search and display in Incident review.&lt;/P&gt;&lt;P&gt;However, I believe there is an option to overwrite severity from in-line search of correlation search.&lt;/P&gt;&lt;P&gt;just add below line to your correlation search.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval severity="informational/high/low"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Aug 2020 06:49:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/ES-notable-urgency-changing-for-old-notables/m-p/516892#M9201</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2020-08-30T06:49:50Z</dc:date>
    </item>
  </channel>
</rss>

