Splunk Search

last indexed data

rsathish47
Contributor

How to search last indexed data in splunk?

Tags (1)
0 Karma

somesoni2
Revered Legend

Does the data getting indexed have timestamp in it? If yes they are they all same for one import? Do the data have any field/combination of field to uniquely identify each row (to differentiate between different imports).

E.g. suppose data to be imported is CustomerId|CurrentBalance. then
import 1 CUS1|100
import 2 CUS1|110
import 3 CUS1|200

If you have CustomerId as unique field for one import, your can use

your base search | stats first(*) as * by CustomerId

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Splunk offers a few search commands to help fetch the most recent data. Since Splunk always searches backwards in time, the first events found will be the most recent. Look at head, stats first(x), and stats latest(x).

---
If this reply helps you, Karma would be appreciated.
0 Karma

rsathish47
Contributor

hmm ok Thanks for reply

0 Karma

Ayn
Legend

But if you can't define this yourself, you can't expect Splunk to be able to define it either...

0 Karma

rsathish47
Contributor

Am not able to define that.. Thats the reason, I would like to know if any workaround to fetch latest data. without mention date time period

0 Karma

Ayn
Legend

How would you define "latest" as opposed to not latest?

0 Karma

rsathish47
Contributor

Example:
per day two/three times data get captured in splunk. I woluld like search only latest captured data .

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...