Splunk Search

How do I search data for the time & date that it was generated by the system?

rakesh44
Communicator

I have big data in an Index, but I am looking for the specific data of time & date of system generated.

I have a third party tool where they don't have the time range picker, hence asking this question and avoid screening big data.

12/14/18 10:02:50

Command:

index=test  sourcetype=current 
Tags (1)
0 Karma
1 Solution

renjith_nair
Legend

@rakesh44,

Try

index=test sourcetype=current  earliest="12/14/2018:0:02:50" latest="12/14/2018:0:02:51"

Please note the time format. For exact time ranges, the syntax for the time modifiers is %m/%d/%Y:%H:%M:%S and the latest parameter is earliest+1s to cover all the events falling in the 50th second.

OR

If you can not change the time format in the search use starttime and timeformat

index=test sourcetype=current startime="12/14/18 10:02:50" timeformat="%m/%d/%y %H:%M:%S" 
endtime="12/14/18 10:02:51" timeformat="%m/%d/%y %H:%M:%S"

For more about time format and modifiers , refer to

http://docs.splunk.com/Documentation/Splunk/7.2.1/SearchReference/SearchTimeModifiers
http://docs.splunk.com/Documentation/Splunk/7.2.1/SearchReference/Commontimeformatvariables

---
What goes around comes around. If it helps, hit it with Karma 🙂

View solution in original post

renjith_nair
Legend

@rakesh44,

Try

index=test sourcetype=current  earliest="12/14/2018:0:02:50" latest="12/14/2018:0:02:51"

Please note the time format. For exact time ranges, the syntax for the time modifiers is %m/%d/%Y:%H:%M:%S and the latest parameter is earliest+1s to cover all the events falling in the 50th second.

OR

If you can not change the time format in the search use starttime and timeformat

index=test sourcetype=current startime="12/14/18 10:02:50" timeformat="%m/%d/%y %H:%M:%S" 
endtime="12/14/18 10:02:51" timeformat="%m/%d/%y %H:%M:%S"

For more about time format and modifiers , refer to

http://docs.splunk.com/Documentation/Splunk/7.2.1/SearchReference/SearchTimeModifiers
http://docs.splunk.com/Documentation/Splunk/7.2.1/SearchReference/Commontimeformatvariables

---
What goes around comes around. If it helps, hit it with Karma 🙂
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...