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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...