Getting Data In

When trying to filter "new" incidents, how do I get all results not just reolved?

NizanCohen
Explorer

Hi.

I work with ServiceNow, a ticketing platform. 

I wish to get only the current "new" incidents and display it in a dashboard, but when I put "| search status=New" I get results which turned "resolved" already.

Is there a way I can display only the current new incidents?

Labels (1)
Tags (1)
0 Karma
1 Solution

kamlesh_vaghela
SplunkTrust
SplunkTrust

@NizanCohen 

Can you please try this?

index=YOUR_INDEX OTHER_SEARCH_TERMS_IN_CASE
| dedup INCIDENT_FIELD_NAME
| rename comment as "dedup for fetching latest incident event"
| search status=New
| table YOUR_REQUIRED_FIELDS

 

In case you still face issues then please share some sample data with INCIDENT_FIELD_NAME and the status field.

I hope this will help you.

Thanks
KV
If any of my replies help you to solve the problem Or gain knowledge, an upvote would be appreciated.

 

View solution in original post

0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

@NizanCohen 

Can you please try this?

index=YOUR_INDEX OTHER_SEARCH_TERMS_IN_CASE
| dedup INCIDENT_FIELD_NAME
| rename comment as "dedup for fetching latest incident event"
| search status=New
| table YOUR_REQUIRED_FIELDS

 

In case you still face issues then please share some sample data with INCIDENT_FIELD_NAME and the status field.

I hope this will help you.

Thanks
KV
If any of my replies help you to solve the problem Or gain knowledge, an upvote would be appreciated.

 

0 Karma
Get Updates on the Splunk Community!

Index This | When is October more than just the tenth month?

October 2025 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

What’s New & Next in Splunk SOAR

 Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us for an ...