Splunk Search

SPL Query

SabariRajanT
Path Finder

Hello Team,

I have my service now ticketing logs enabled into my splunk. I do required  a below help and suggestions.

Look at the ticketing status goes like "draft" "Recover" "Cancelled" "Analysis"  "Closed" 

Suppose ticket #2345 starts with draft then goes on recover then to analysis then to closed state

Here we go to pull current status of the ticket #2345 in splunk search by below SPL query for last 24hours.

index=main source=xyz dv_state=* dv_opened_by=pox OR dv_opened_by=IOP |dedup number dv_state |TABLE number dv_state,dv_opened by, dv_opened_at

Search answer: I am getting ticket status 2345 as "draft". But actually ticket is in closed state.

Am looking  #2345 ticket should show only in closed state. let me know what went wrong.

My expectation : If the #2345 ticket went through closed state what will be the spl query for last 24hours.?

 

Labels (1)
0 Karma
1 Solution

saravanan90
Contributor

We can use stats with last. 

index=main source=xyz dv_state=* dv_opened_by=pox OR dv_opened_by=IOP | stats last(dv_state) last(otherfields) by number

View solution in original post

saravanan90
Contributor

We can use stats with last. 

index=main source=xyz dv_state=* dv_opened_by=pox OR dv_opened_by=IOP | stats last(dv_state) last(otherfields) by number

Get Updates on the Splunk Community!

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

 Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...

Splunk Observability for AI

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

🔐 Trust at Every Hop: How mTLS in Splunk Enterprise 10.0 Makes Security Simpler

From Idea to Implementation: Why Splunk Built mTLS into Splunk Enterprise 10.0  mTLS wasn’t just a checkbox ...