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!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...