-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Lens] Time series XY - display current time range #130731
Comments
Pinging @elastic/kibana-vis-editors @elastic/kibana-vis-editors-external (Team:VisEditors) |
cc @elastic/datavis |
Do we have cases where we use allow the use of different time ranges on different time series in a dashboard?
With downsampling you can be in 3 situations:
In the 1) everything works as today. In 2) we need to make clear to the user that we are using UTC instead of the configured timezone. In 3) we need to make a choice: render each data point in its own timezone or convert to the common one that is UTC.
With these considerations, I'm proposing to use just a single timezone for the overall dashboard (independently if we are showing data from a downsampled, non downsampled, mixed set of indices), and this timezone can be, probably, displayed together with the time picker, to keep the consistency with the time control we have at a dashboard level and across various chart editors. |
In order to provide better transparency of priorities, issues that will not be prioritized within the next 24 months are being closed. Tracking request in Lens general improvements ice box #184459 |
Describe the feature: Display the date range of the visualization, including time zone.
Requirements:
Prototype screenshot:
Gold plating: also do the
1-bar =
option at the same time! (probably a separate issue!)Describe a specific use case for the feature:
It's just nice to have context
When I have an XY date histogram
I need an option to see the overall date range of the visualization
So I can have a very clear understanding of the range of data displayed
Downsampling causes time zone differences in one way or another
When I am reporting on data that involves downsampling
And Elasticsearch must downsample in a single time zone (UTC)
I need a way of seeing this distinction
So I can avoid confusion about either 1) days that start offset of my local time zones or 2) forced UTC and how that differs from Kibana's behavior today (<-- there may be more options here which will be discussed in another issue)
The text was updated successfully, but these errors were encountered: