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!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...