Splunk Enterprise

How to Export Notable Events from Incident Review to CSV with Specific Fields?

KKuser
Path Finder

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:

  • Notable Name (Rule Name)
  • Notable Triggered Time
  • Time Assigned for Investigation
  • Conclusion (e.g., True Positive (TP), False Positive (FP), Benign True Positive (BTP))
  • Open/Closed Status

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?

 

Currently using the SPL query:

`notable`
| eval original_time=strftime(orig_time,"%c")
| eval reviewing_time=strftime(review_time,"%c")
| table search_name, comment, disposition_label, original_time, reviewing_time, owner, search_name, reviewer, status, status_description, status_label, urgency, username


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.

Labels (1)
0 Karma

livehybrid
SplunkTrust
SplunkTrust

Hi @KKuser 

You probably want to include the "source_event_id" field which is a unique field for each of your notable events.

Please let me know how you get on, and please consider adding karma or accepting this post if it has helped.

 

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...