Hello All, I need to search for SPLs having time range as All time. I used the below SPL:- index=_audit action=search provenance=* info=completed host IN (...)
|table user, apiStartTime, apiEndTime, search_,et, search_lt, search
|search apiStartTime='ZERO_TIME' OR apiEndTime='ZERO_TIME'
|convert ctime(search_*) I get results with apiStartTime as Empty apiEndTime as 'ZERO_TIME' search_et 07/31/2024 00:00:00 search_lt 08/29/2024 13:10:58 Thus, how do I interpret the above results and how do I modify the SPL to fetch correct results? Thank you Taruchit
... View more