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
Labels (1)
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!

Developer Spotlight with Paul Stout

Welcome to our very first developer spotlight release series where we'll feature some awesome Splunk ...

State of Splunk Careers 2024: Maximizing Career Outcomes and the Continued Value of ...

For the past four years, Splunk has partnered with Enterprise Strategy Group to conduct a survey that gauges ...

Data-Driven Success: Splunk & Financial Services

Splunk streamlines the process of extracting insights from large volumes of data. In this fast-paced world, ...