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!

.conf24 | Day 0

Hello Splunk Community! My name is Chris, and I'm based in Canberra, Australia's capital, and I travelled for ...

Enhance Security Visibility with Splunk Enterprise Security 7.1 through Threat ...

(view in My Videos)Struggling with alert fatigue, lack of context, and prioritization around security ...

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...