<?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 get details of Notable event in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-details-of-Notable-event/m-p/176317#M186702</link>
    <description>&lt;P&gt;I was not very clear on the Question. I can see the Notable details on the Incident Review screen, What I want is to get these details using a REST API or other calls. ie Notable events details and related events using an API with sid as the input parameter&lt;/P&gt;</description>
    <pubDate>Mon, 16 Mar 2015 04:26:00 GMT</pubDate>
    <dc:creator>badadata1</dc:creator>
    <dc:date>2015-03-16T04:26:00Z</dc:date>
    <item>
      <title>How to get details of Notable event</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-details-of-Notable-event/m-p/176314#M186699</link>
      <description>&lt;P&gt;How to get details of a Notable event using API - event_id hash, rule_id, severity, urgency etc&lt;/P&gt;

&lt;P&gt;How to get a Notable event from a sid and how does a Notable event relate to an Incident&lt;/P&gt;

&lt;P&gt;Is there a way to get the related events, independent log lines that triggered the Notable event (not the summary)&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:09:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-details-of-Notable-event/m-p/176314#M186699</guid>
      <dc:creator>badadata1</dc:creator>
      <dc:date>2020-09-28T19:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to get details of Notable event</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-details-of-Notable-event/m-p/176315#M186700</link>
      <description>&lt;P&gt;I presume, you are referring to Enterprise Security App. &lt;/P&gt;

&lt;H1&gt;You may click notable event, then click arrow on far left. You will get below details including event_id, event_hash, domain, urgency etc. &lt;/H1&gt;

&lt;P&gt;Description:&lt;BR /&gt;&lt;BR /&gt;
The system 10.11.36.20 has failed sshd authentication 44 times using 38 username(s) against 1 target(s) in the last hour&lt;BR /&gt;
Additional Fields       Value       Action&lt;BR /&gt;&lt;BR /&gt;
Application     sshd&lt;BR /&gt;&lt;BR /&gt;
Source  10.11.36.20&lt;BR /&gt;&lt;BR /&gt;
Source Business Unit    americas&lt;BR /&gt;&lt;BR /&gt;
Source Category     pci&lt;BR /&gt;&lt;BR /&gt;
splunk&lt;BR /&gt;&lt;BR /&gt;
Source City     Pleasanton&lt;BR /&gt;&lt;BR /&gt;
Source Country  USA&lt;BR /&gt;&lt;BR /&gt;
Source IP Address   10.11.36.20&lt;BR /&gt;&lt;BR /&gt;
Source Expected     true&lt;BR /&gt;&lt;BR /&gt;
Source Latitude     37.694452&lt;BR /&gt;&lt;BR /&gt;
Source Longitude    -121.894461&lt;BR /&gt;&lt;BR /&gt;
Source Owner    Bill_williams&lt;BR /&gt;&lt;BR /&gt;
Source PCI Domain   trust&lt;BR /&gt;&lt;BR /&gt;
Source Requires Antivirus   false&lt;BR /&gt;&lt;BR /&gt;
Source Should Time Synchronize  true&lt;BR /&gt;&lt;BR /&gt;
Source Should Update    true    &lt;/P&gt;

&lt;P&gt;Correlation Search:&lt;BR /&gt;
Access - Excessive Failed Logins - Rule&lt;BR /&gt;
History:&lt;BR /&gt;
View all review activity for this Notable Event&lt;BR /&gt;
Contributing Events:&lt;BR /&gt;&lt;BR /&gt;
View all login failures by system 10.11.36.20 for the application sshd&lt;BR /&gt;&lt;BR /&gt;
Event Details:&lt;BR /&gt;
event_id    es1-ap.demo.splunk.com@@notable@@d3a7697a3a20234151c5ab8669716857&lt;BR /&gt;&lt;BR /&gt;
event_hash      d3a7697a3a20234151c5ab8669716857&lt;BR /&gt;&lt;BR /&gt;
eventtype   nix-all-logs&lt;BR /&gt;&lt;BR /&gt;
suppress_src    &lt;/P&gt;

&lt;H1&gt;notable &lt;/H1&gt;

&lt;P&gt;A notable event is a Splunk term. Whenever underlying correlation search comes positive, it will generate a notable event. &lt;BR /&gt;
You can see correlation search that triggered notable event.    &lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:09:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-details-of-Notable-event/m-p/176315#M186700</guid>
      <dc:creator>satishsdange</dc:creator>
      <dc:date>2020-09-28T19:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to get details of Notable event</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-details-of-Notable-event/m-p/176316#M186701</link>
      <description>&lt;P&gt;Thanks Satish, I was not very clear on the Question. I can see the Notable details on the Incident Review screen, What I want is to get these details using a REST API or other calls.&lt;/P&gt;

&lt;P&gt;Currently I am using a Scripted alert when a Notable is generated. This triggers a script and in the script I have the search ID and using the 8 Splunk provided ENV variables some more details on the events which caused the Notable event.&lt;/P&gt;

&lt;P&gt;But so far I have not seen an easy way to retrieve the Notable event details (event_id, rule_id, hash, urgency, severity etc) along with the incidents to an external ticketing system. Ideal way would be I have the sid using the Alerts in the scripts. Using that I call an API to get details on Notable events and related events and pass that info to an external system.&lt;/P&gt;

&lt;P&gt;and Is there a way to get the independent log line that triggered the Notable event (not the summary)&lt;/P&gt;

&lt;P&gt;Today I use this to get details of the search using sid&lt;/P&gt;

&lt;P&gt;&lt;A href="https://splunk:8089/services/search/jobs/rt_scheduler__admin_REEtRVNTLUFjY2Vzc1Byb3RlY3Rpb24__RMD5b909c1462f27f19b_at_1425994278_5795/results" target="_blank"&gt;https://splunk:8089/services/search/jobs/rt_scheduler__admin_REEtRVNTLUFjY2Vzc1Byb3RlY3Rpb24__RMD5b909c1462f27f19b_at_1425994278_5795/results&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;So similar to this if I can call an API to get Notable event or Incident details along with related events using the sid ?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:09:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-details-of-Notable-event/m-p/176316#M186701</guid>
      <dc:creator>badadata1</dc:creator>
      <dc:date>2020-09-28T19:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to get details of Notable event</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-details-of-Notable-event/m-p/176317#M186702</link>
      <description>&lt;P&gt;I was not very clear on the Question. I can see the Notable details on the Incident Review screen, What I want is to get these details using a REST API or other calls. ie Notable events details and related events using an API with sid as the input parameter&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2015 04:26:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-details-of-Notable-event/m-p/176317#M186702</guid>
      <dc:creator>badadata1</dc:creator>
      <dc:date>2015-03-16T04:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to get details of Notable event</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-details-of-Notable-event/m-p/176318#M186703</link>
      <description>&lt;P&gt;Did you ever find out an answer for this question? Thanks, &lt;BR /&gt;
Harsha. &lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2015 19:59:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-details-of-Notable-event/m-p/176318#M186703</guid>
      <dc:creator>harshanagaraj</dc:creator>
      <dc:date>2015-04-06T19:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to get details of Notable event</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-details-of-Notable-event/m-p/176319#M186704</link>
      <description>&lt;P&gt;curl -k -u username:password &lt;A href="https://splunkserver:8089/servicesNS/admin/search/search/jobs/export" target="_blank"&gt;https://splunkserver:8089/servicesNS/admin/search/search/jobs/export&lt;/A&gt; -d search="search %60notable%60 | search event_hash=yourevent_hash | fields  rule_id, event_hash, event_id, urgency, severity" -d "output_mode=json"&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:31:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-details-of-Notable-event/m-p/176319#M186704</guid>
      <dc:creator>harshanagaraj</dc:creator>
      <dc:date>2020-09-28T19:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to get details of Notable event</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-details-of-Notable-event/m-p/176320#M186705</link>
      <description>&lt;P&gt;Hey,&lt;BR /&gt;
Got any method to get this notable event_id?, I am also struggling to get this value. &lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2016 04:59:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-details-of-Notable-event/m-p/176320#M186705</guid>
      <dc:creator>ziax</dc:creator>
      <dc:date>2016-02-05T04:59:21Z</dc:date>
    </item>
  </channel>
</rss>

