<?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: Assign custom urgency to notables in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Assign-custom-urgency-to-notables/m-p/711141#M117479</link>
    <description>&lt;P&gt;Hmm that is odd. So you are seeing&amp;nbsp; both Medium and High being created?&lt;BR /&gt;Please can you double check that there isnt a search running with the same rule name that could be creating the Medium severity alerts?&lt;/P&gt;&lt;P&gt;In the past when I have cloned ESCU searches for example I have accidently left the original searches enabled and end up creating notables from them too!&lt;/P&gt;</description>
    <pubDate>Mon, 10 Feb 2025 11:51:46 GMT</pubDate>
    <dc:creator>livehybrid</dc:creator>
    <dc:date>2025-02-10T11:51:46Z</dc:date>
    <item>
      <title>Assign custom urgency to notables</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Assign-custom-urgency-to-notables/m-p/711072#M117458</link>
      <description>&lt;P&gt;Hi team&lt;/P&gt;&lt;P&gt;I have been working on assigning a custom urgency level to all notables triggered through our correlation searches using&amp;nbsp; (ES). Specifically, I aimed to set the severity to "high" by adding eval severity=high in each relevant search. However, despite implementing this change, some of the notables are still being categorized as "medium."&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Could you please assist with identifying what might be causing this discrepancy and suggest any additional steps required to ensure all triggered notables reflect the intended high urgency level?&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Thank you for your assistance&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2025 05:37:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Assign-custom-urgency-to-notables/m-p/711072#M117458</guid>
      <dc:creator>arunkuriakose</dc:creator>
      <dc:date>2025-02-10T05:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Assign custom urgency to notables</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Assign-custom-urgency-to-notables/m-p/711108#M117469</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/187331"&gt;@arunkuriakose&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ensure that the severity is not being overwritten by any other SPL or macros within your search, as sometimes macros within ES can contain a lot of logic and may by overwriting your custom severity. It might help if you could share you search here.&lt;/P&gt;&lt;P&gt;When you look at the raw notables generated, is the severity showing as high or medium? (Not just in the UI/ES Dashboards)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2025 10:00:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Assign-custom-urgency-to-notables/m-p/711108#M117469</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-02-10T10:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Assign custom urgency to notables</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Assign-custom-urgency-to-notables/m-p/711114#M117471</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/170906"&gt;@livehybrid&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the response&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;| tstats summariesonly=true values(All_Traffic.dest) as dest dc(All_Traffic.dest) as count from datamodel=Network_Traffic where All_Traffic.dest_port!="443" All_Traffic.dest_port!="80" All_Traffic.src_ip!="*:*" All_Traffic.src_ip!="5.195.243.8" ```cpx PT IP``` by All_Traffic.src_ip All_Traffic.dest_port&lt;BR /&gt;| rename All_Traffic.src_ip as src All_Traffic.dest_port as dest_port&lt;BR /&gt;| search NOT&lt;BR /&gt;[| inputlookup internalip] | where count&amp;gt;=20 |&lt;BR /&gt;iplocation src |&amp;nbsp;&lt;BR /&gt;| eval severity="high"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;this is how one of the usecase looks like and recent notables have the urgency as below&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="arunkuriakose_0-1739182547870.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/34437iCA134FE0F13D70F0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="arunkuriakose_0-1739182547870.png" alt="arunkuriakose_0-1739182547870.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when i check index-notable for this alert severity is showing as high&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2025 10:18:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Assign-custom-urgency-to-notables/m-p/711114#M117471</guid>
      <dc:creator>arunkuriakose</dc:creator>
      <dc:date>2025-02-10T10:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Assign custom urgency to notables</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Assign-custom-urgency-to-notables/m-p/711141#M117479</link>
      <description>&lt;P&gt;Hmm that is odd. So you are seeing&amp;nbsp; both Medium and High being created?&lt;BR /&gt;Please can you double check that there isnt a search running with the same rule name that could be creating the Medium severity alerts?&lt;/P&gt;&lt;P&gt;In the past when I have cloned ESCU searches for example I have accidently left the original searches enabled and end up creating notables from them too!&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2025 11:51:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Assign-custom-urgency-to-notables/m-p/711141#M117479</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-02-10T11:51:46Z</dc:date>
    </item>
  </channel>
</rss>

