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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...