Try the below. Let me know if it works. In the search editor, add the following line at the top of your search: earliest=-1y@d latest=now This sets the default time range to be the last year, from today's date to one year ago. Note: The @d specifies the start of the day. If you want to set the time to be at midnight, you can use @d or 00:00:00. Replace the earliest value with the date you want to use as your default start date. For example, if you want to use 01-JAN-23 as your default start date, you can change the line to: earliest=01-JAN-23 latest=now
... View more