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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...