Splunk Search

What is the difference between lastTime and recentTime in a metadata search?

sfmandmdev
Path Finder

What is the difference between lastTime and recentTime in a metadata search?

Tags (1)
1 Solution

Stephen_Sorkin
Splunk Employee
Splunk Employee

The recentTime field represents the most recent timestamp seen for the given source, sourcetype or host, while lastTime represents the latest time ever seen for it.

View solution in original post

sfmandmdev
Path Finder

Thanks Stephen. So just to confirm, recentTime is to most recent event time as lastTime is to most recent indexed time. Is that correct?

0 Karma

Stephen_Sorkin
Splunk Employee
Splunk Employee

The second half of your analogy doesn't sound quite right, as lastTime is the latest timestamp in the index.

0 Karma

Stephen_Sorkin
Splunk Employee
Splunk Employee

The recentTime field represents the most recent timestamp seen for the given source, sourcetype or host, while lastTime represents the latest time ever seen for it.

moliminous
Path Finder

To add some clarity as that accepted answer is still quite vague or confusing...

The easiest way would be to relate these field names to _time and _indextime

recentTime = _indextime = last actual time this host was heard from by index(es) defined in metadata command, or in other more specific terminology, the last time it wrote logs to an index

lastTime = _time = time stamp of the events from that host by index(es) defined in metadata command, in other words the latest timestamp in the set of events defined by the search

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...