<?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: How to automatically assign a recent random notable to a specific user in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-automatically-assign-a-recent-random-notable-to-a/m-p/583162#M10590</link>
    <description>&lt;P class="lia-align-left"&gt;I haven't really seen any update or any change on the specific SPL we were mentioning earlier, or am I looking at the wrong query?&lt;/P&gt;&lt;P class="lia-align-left"&gt;SPL from doc as of 01.02.22:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| inputlookup es_notable_events | search owner=gleb | eval owner="george"| outputlookup es_notable_events append=true key_field=owner&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
    <pubDate>Tue, 01 Feb 2022 06:01:58 GMT</pubDate>
    <dc:creator>NightShark</dc:creator>
    <dc:date>2022-02-01T06:01:58Z</dc:date>
    <item>
      <title>How to automatically assign a recent random notable to a specific user</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-automatically-assign-a-recent-random-notable-to-a/m-p/582401#M10568</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I would like to assign random new "unassigned" notables to a specific user.&lt;/P&gt;&lt;P&gt;I wanted to accomplish this via a saved search but unfortunately it did not work, and the userI am trying to assign to does actually exist in the enviroment when looking up the es_notable_events lookup which also has previous actions made on notables.&lt;/P&gt;&lt;P&gt;| inputlookup es_notable_events&lt;BR /&gt;| search owner="unassigned"&lt;BR /&gt;| head 10&lt;BR /&gt;| eval owner="usertoassign"&lt;BR /&gt;| outputlookup es_notable_events append=true key_field=owner&lt;/P&gt;&lt;P&gt;Is there another way to do this? What am I doing wrong?&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 14:38:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-automatically-assign-a-recent-random-notable-to-a/m-p/582401#M10568</guid>
      <dc:creator>NightShark</dc:creator>
      <dc:date>2022-01-25T14:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically assign a recent random notable to a specific user</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-automatically-assign-a-recent-random-notable-to-a/m-p/582408#M10569</link>
      <description>&lt;P&gt;The key_field value should be be _key rather than owner.&amp;nbsp; As it stands now, the query is attempting to change the lookup row with key "usertoassign", which doesn't exist and so the changes aren't made.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 15:46:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-automatically-assign-a-recent-random-notable-to-a/m-p/582408#M10569</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-01-25T15:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically assign a recent random notable to a specific user</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-automatically-assign-a-recent-random-notable-to-a/m-p/582410#M10570</link>
      <description>&lt;P&gt;Thank you for the response,&lt;/P&gt;&lt;P&gt;However I do not quite understand how to rewrite my query based on your feedback.&lt;/P&gt;&lt;P&gt;I have used the following resource from the Splunk docs to accomplish what I am trying to do:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/ES/7.0.0/Admin/Createnotablesmanually" target="_blank"&gt;https://docs.splunk.com/Documentation/ES/7.0.0/Admin/Createnotablesmanually&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 15:57:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-automatically-assign-a-recent-random-notable-to-a/m-p/582410#M10570</guid>
      <dc:creator>NightShark</dc:creator>
      <dc:date>2022-01-25T15:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically assign a recent random notable to a specific user</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-automatically-assign-a-recent-random-notable-to-a/m-p/582819#M10581</link>
      <description>&lt;P&gt;I had doubts about that part of the document so I submitted feedback on it.&amp;nbsp; The Docs team have since updated that SPL.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 19:10:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-automatically-assign-a-recent-random-notable-to-a/m-p/582819#M10581</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-01-27T19:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically assign a recent random notable to a specific user</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-automatically-assign-a-recent-random-notable-to-a/m-p/583162#M10590</link>
      <description>&lt;P class="lia-align-left"&gt;I haven't really seen any update or any change on the specific SPL we were mentioning earlier, or am I looking at the wrong query?&lt;/P&gt;&lt;P class="lia-align-left"&gt;SPL from doc as of 01.02.22:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| inputlookup es_notable_events | search owner=gleb | eval owner="george"| outputlookup es_notable_events append=true key_field=owner&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 06:01:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-automatically-assign-a-recent-random-notable-to-a/m-p/583162#M10590</guid>
      <dc:creator>NightShark</dc:creator>
      <dc:date>2022-02-01T06:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically assign a recent random notable to a specific user</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-automatically-assign-a-recent-random-notable-to-a/m-p/583212#M10595</link>
      <description>&lt;P&gt;It is updated in this version of the docs.&amp;nbsp; I don't know why other versions are not updated.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/ES/6.5.1/Admin/Createnotablesmanually#Use_the_owner_field_in_a_Splunk_event_to_create_a_notable_event_with_said_owner" target="_blank"&gt;https://docs.splunk.com/Documentation/ES/6.5.1/Admin/Createnotablesmanually#Use_the_owner_field_in_a_Splunk_event_to_create_a_notable_event_with_said_owner&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 12:56:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-automatically-assign-a-recent-random-notable-to-a/m-p/583212#M10595</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-02-01T12:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically assign a recent random notable to a specific user</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-automatically-assign-a-recent-random-notable-to-a/m-p/583213#M10596</link>
      <description>&lt;P&gt;Well that is weird, Okay I got it. Thank you very much!&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 13:06:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-automatically-assign-a-recent-random-notable-to-a/m-p/583213#M10596</guid>
      <dc:creator>NightShark</dc:creator>
      <dc:date>2022-02-01T13:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically assign a recent random notable to a specific user</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-automatically-assign-a-recent-random-notable-to-a/m-p/583218#M10597</link>
      <description>&lt;P&gt;Even though the referenced material is correct and works as intended by updating the csv for the specific line, however when loading incident review the notable events are still not mapped to a certain user unfortunately &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; I assume they are overwritten by other rules or searches. Thank you either way.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 13:25:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-automatically-assign-a-recent-random-notable-to-a/m-p/583218#M10597</guid>
      <dc:creator>NightShark</dc:creator>
      <dc:date>2022-02-01T13:25:08Z</dc:date>
    </item>
  </channel>
</rss>

