All Apps and Add-ons

Time Picker and Data Base

amani28
New Member

I have to search data from data base between two dates .. the problem is that i cannot do this search because time picker is not working with dates in data base ..
can you help me please

0 Karma

woodcock
Esteemed Legend

Like this:

Your Command To Bring In Data Here earliest=0 latest=now
| eval _time = strptime(YourDateFieldHere, "Your Date Format Here")
| addinfo
| where _time >= info_min_time AND (_time <= info_max_time OR info_max_time="Infinity+")
0 Karma
Get Updates on the Splunk Community!

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...