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!

Announcing Scheduled Export GA for Dashboard Studio

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

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...