[Dashboard] Providing an invalid time range in URL causes data fetching gte:null - lte:null #69945
Labels
Feature:Dashboard
Dashboard related features
Team:Presentation
Presentation Team for Dashboard, Input Controls, and Canvas
triage_needed
Kibana version:
master
Describe the bug:
When you provide an invalid time range via url, this causes data fetching with a time range of
gte:null
tolte:null
, which means the whole data is queried, which can lead to performance issues under circumstances with large data sets (imagine user frequently fetches dashboards with a tool and provides an invalid timestamp).How to reproduce:
change
time:(from:now-1h, to:now)
totime:(from:batman_birthday, to:robin_birthday)
The text was updated successfully, but these errors were encountered: