All Apps and Add-ons

Get element from index with specific date format

wawanopoulos
New Member

Hi,

My index contain a column "deliveryDate" with the following format : 2015-10-08
I would build a search to get all data from my index where deliveryDate > dateNow.

I cannot user earliest and latest keyword i think because it is not the same format of date.

Could you help me please ?

0 Karma

woodcock
Esteemed Legend

Like this:

... | eval deliveryDateEpoch=strptime(deliveryDate, "%Y-%m-%d") | where  deliveryDateEpoch>now()
0 Karma
Get Updates on the Splunk Community!

.conf25 Community Recap

Hello Splunkers, And just like that, .conf25 is in the books! What an incredible few days — full of learning, ...

Splunk App Developers | .conf25 Recap & What’s Next

If you stopped by the Builder Bar at .conf25 this year, thank you! The retro tech beer garden vibes were ...

Congratulations to the 2025-2026 SplunkTrust!

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