Hi @somesoni2,
Does |gentimes start=-1 means to search data with condition 1 day back? If so, I couldnt get any results even when I change the value.
I tried -30 , and date as follow but still not working.
here is my completed search string:
index=blah Field1="Value1" | eval time_submitted=strptime(time_submitted, "%m/%d/%Y") | eval _time=time_submitted | eval FormattedOrderDate=strftime(_time, "%m/%d/%Y") | stats count(ticket_number) as inflow by FormattedOrderDate |search earliest=-30d@d time_submitted> [|gentimes start=08/01/2015 | addinfo | return $info_min_time]
... View more