Splunk Search

Specify using the logs with the last timestamp

rbw78
Communicator

Hello,

Is there a solution to specify in my search to get only the logs with the last timestamp ?

In fact, i have some logs created from a single file, the file is generated frequently and i only want to see the result of the last input into splunk.
I set a unique timestamp on all the logs coming from my file.
Of course i can speficy a time range but i can't be sure to have only the last whole result if i do that.

I didn't see any function in the manual which can do that.

Does there's a way of doing this ?

Tags (3)
0 Karma

MarioM
Motivator

there is an internal field _indextime which you will need to make visible using eval then sort it by the latest,for example like this:

<your search> | eval indextime=_indextime | convert ctime(indextime) | sort - indextime
0 Karma

rbw78
Communicator

Yes this is what i mean, the last events indexed.
Sorry my english isn't perfect 🙂

0 Karma

rbw78
Communicator

any advice ? 🙂

0 Karma

MarioM
Motivator

as i said above by default the flashtimeline it's always the last event first displayed...then do you mean last event received/indexed ?

0 Karma

rbw78
Communicator

My aim is to display only the lastest events and the realtime won't be ok because it used a time range.
The timestamp is just a set of numbers that increase with time

0 Karma

MarioM
Motivator

i am not sure what you mean because by default on the flashtimeline it's always the last event first displayed and if you choose realtime it will be last event too but in real-time

0 Karma

rbw78
Communicator

It would be like "Always display the logs with the higher timestamp"

0 Karma

rbw78
Communicator

The amont of logs contained in my file is never the same, so i can't use this function.
The best way would be to use the timestamp which is the same for the logs stored in a common file.

0 Karma

MarioM
Motivator

what about '| head 1' ?

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...