Splunk Search

How do I check, how long it took for one of the event to appear in splunk?

msg4sunil
Path Finder

Hello All,

How do I check, how long it took for one of the event to appear in splunk?
 
 
Thank you
0 Karma
1 Solution

msg4sunil
Path Finder

Never mind. figured out. the below one worked.  thank you

| eval time=_time | eval indextime=_indextime | eval diff=time-indextime | where diff>=0 | convert ctime(indextime) | convert ctime(time) | table time indextime diff

View solution in original post

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

What was it that you would like that isn't covered by using _indextime?

0 Karma

msg4sunil
Path Finder

Never mind. figured out. the below one worked.  thank you

| eval time=_time | eval indextime=_indextime | eval diff=time-indextime | where diff>=0 | convert ctime(indextime) | convert ctime(time) | table time indextime diff

0 Karma
Get Updates on the Splunk Community!

Index This | Why did the turkey cross the road?

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

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  🚀 Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Feel the Splunk Love: Real Stories from Real Customers

Hello Splunk Community,    What’s the best part of hearing how our customers use Splunk? Easy: the positive ...