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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...