Hi, I have a search and a report for the search.
How can I get the date range in the report?
| addinfo
This adds info fields to the event - info_min_time is the earliest, info_max_time is the latest from the search being executed.
| fieldformat info_min_time=strftime(info_min_time,"%F %T")
awesome 🙂
Can I remove some fields from addinfo from the result.
e.g I don't need
| fields - info_*