Hi Splunkstudent5,
the presence of explicit time range (earliest and latest fields) override each input and it isn't possible to modify them.
The only way is to not use explicit time range, use the Time Picker Tokens and define a default for the Time Picker.
Bye.
Giuseppe
... View more
If you created the file using | outputcsv then you can do this:
|history | regex search="outputcsv" | table search
Be sure to set your timepicker to cover the dates when you ran the original search (i.e. Last 2 weeks in your case).
I use this trick ALL THE TIME.
... View more