Skip to content

Commit

Permalink
Merge pull request #1355 from paulstn/feature-explorer-query-assistant
Browse files Browse the repository at this point in the history
Feature explorer query assistant
  • Loading branch information
paulstn authored Jan 12, 2024
2 parents f9f1dfe + 09bf7a2 commit ff0d2ca
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 ff0d2ca

Please sign in to comment.