Splunk Enterprise Security

Search Notables for Open and Closure Times

splunkeradmin22
New Member

Hi Everyone,

I am trying to write a query that will allow me to use my notable_events table, display the time the notable opened and the time it was closed.

Looking through the forums I found:

|eval _time=strftime(_time,"%Y/%m/%d %T")
|eval review_time=strftime(review_time,"%Y/%m/%d %T")
|eval assign_time = case(isnotnull(owner), _time) | eval close_time = case(status=5, review_time)
|stats min(_time) as notable_time min(assign_time) as assign_time min(close_time) as close_time by AlertTitle,owner

 But that isn't quite working as it returns 0 results.

Labels (1)
0 Karma

efika
Communicator

Hi @splunkeradmin22 ,

Have a look at the below macro:

|`incident_review`
0 Karma
Get Updates on the Splunk Community!

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI! Discover how Splunk’s agentic AI ...

[Puzzles] Solve, Learn, Repeat: Dereferencing XML to Fixed-length events

This challenge was first posted on Slack #puzzles channelFor a previous puzzle, I needed a set of fixed-length ...

Stay Connected: Your Guide to December Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...