Skip to content

Commit

Permalink
change default time range to be 40 years
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Sebastian <paulstn@amazon.com>
  • Loading branch information
paulstn committed Jan 12, 2024
1 parent 7822356 commit 4539a8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const initialQueryState = {
[PATTERN_REGEX]: PPL_DEFAULT_PATTERN_REGEX_FILETER,
[FILTERED_PATTERN]: '',
[SELECTED_TIMESTAMP]: '',
[SELECTED_DATE_RANGE]: ['now-15m', 'now'],
[SELECTED_DATE_RANGE]: ['now-40y', 'now'],
[OLLY_QUERY_ASSISTANT]: '',
};

Expand Down

0 comments on commit 4539a8b

Please sign in to comment.