Splunk Search

How to pick latest updated file from today

PC00128849
New Member

I have a file, which will be updated multiple times in a single day and the it will be indexed into splunk multiples times in a day, but i want to display the very latest/recently updated file.

how do i do that?

Tags (1)
0 Karma

maciep
Champion

not sure if i understand exactly what you're asking...but given a sourcetype, this will run a subsearch to find the source with the latest timestamped event and use that source to limit your main search.

index=your_index sourcetype=your_sourcetype [|tstats latest(source) as source where index=your_index AND sourcetype=your_sourcetype | table source]
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 ...