<?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 How to Export Notable Events from Incident Review to CSV with Specific Fields? in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-Export-Notable-Events-from-Incident-Review-to-CSV-with/m-p/740993#M21795</link>
    <description>&lt;P&gt;I'm looking to export notable events from the Incident Review dashboard in Splunk Enterprise Security to a CSV/Excel file. I need to include the following details:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Notable Name (Rule Name)&lt;/LI&gt;&lt;LI&gt;Notable Triggered Time&lt;/LI&gt;&lt;LI&gt;Time Assigned for Investigation&lt;/LI&gt;&lt;LI&gt;Conclusion (e.g., True Positive (TP), False Positive (FP), Benign True Positive (BTP))&lt;/LI&gt;&lt;LI&gt;Open/Closed Status&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;What would be the best SPL query or method to extract this information? Also, is there a way to automate this export on a scheduled basis?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently using the SPL query:&lt;/P&gt;&lt;P&gt;`notable`&lt;BR /&gt;| eval original_time=strftime(orig_time,"%c")&lt;BR /&gt;| eval reviewing_time=strftime(review_time,"%c")&lt;BR /&gt;| table search_name, comment, disposition_label, original_time, reviewing_time, owner, search_name, reviewer, status, status_description, status_label, urgency, username&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and I'm getting results. However, I'm not getting an ID to locate and go through an individual notable if I wanted to. How can I search for a specific notable? Is there a tracking number for a notable? I'd like to include it in my table as well.&lt;/P&gt;</description>
    <pubDate>Thu, 06 Mar 2025 05:48:08 GMT</pubDate>
    <dc:creator>KKuser</dc:creator>
    <dc:date>2025-03-06T05:48:08Z</dc:date>
    <item>
      <title>How to Export Notable Events from Incident Review to CSV with Specific Fields?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-Export-Notable-Events-from-Incident-Review-to-CSV-with/m-p/740993#M21795</link>
      <description>&lt;P&gt;I'm looking to export notable events from the Incident Review dashboard in Splunk Enterprise Security to a CSV/Excel file. I need to include the following details:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Notable Name (Rule Name)&lt;/LI&gt;&lt;LI&gt;Notable Triggered Time&lt;/LI&gt;&lt;LI&gt;Time Assigned for Investigation&lt;/LI&gt;&lt;LI&gt;Conclusion (e.g., True Positive (TP), False Positive (FP), Benign True Positive (BTP))&lt;/LI&gt;&lt;LI&gt;Open/Closed Status&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;What would be the best SPL query or method to extract this information? Also, is there a way to automate this export on a scheduled basis?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently using the SPL query:&lt;/P&gt;&lt;P&gt;`notable`&lt;BR /&gt;| eval original_time=strftime(orig_time,"%c")&lt;BR /&gt;| eval reviewing_time=strftime(review_time,"%c")&lt;BR /&gt;| table search_name, comment, disposition_label, original_time, reviewing_time, owner, search_name, reviewer, status, status_description, status_label, urgency, username&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and I'm getting results. However, I'm not getting an ID to locate and go through an individual notable if I wanted to. How can I search for a specific notable? Is there a tracking number for a notable? I'd like to include it in my table as well.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 05:48:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-Export-Notable-Events-from-Incident-Review-to-CSV-with/m-p/740993#M21795</guid>
      <dc:creator>KKuser</dc:creator>
      <dc:date>2025-03-06T05:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to Export Notable Events from Incident Review to CSV with Specific Fields?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-Export-Notable-Events-from-Incident-Review-to-CSV-with/m-p/741002#M21798</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/276389"&gt;@KKuser&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You probably want to include the "source_event_id" field which is a unique field for each of your notable events.&lt;/P&gt;&lt;P&gt;Please let me know how you get on, and please consider adding karma or accepting this post if it has helped.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 09:27:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-Export-Notable-Events-from-Incident-Review-to-CSV-with/m-p/741002#M21798</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-03-06T09:27:59Z</dc:date>
    </item>
  </channel>
</rss>

