-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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] Date formatter #67206
Comments
Pinging @elastic/kibana-app (Team:KibanaApp) |
As of the discussion in our meeting, I think we should not let the user customize the time zone per field formatter. There are just too many confusions and edge cases around having charts with different timezones on one dashboard. First this is absolutely unintuitive for the user, also with multiple layers a user could create a chart with multiple layers on different timezones which will be close to not-understandable. Also we don't want to create a mismatch between the formatting time zone and the query time zone which would be complicated by this a lot. |
Updated the description to remove time zone, as I agree that it is not as useful. |
We should implement this on the index pattern datasource, because this will let the formatting be shared when switching between visualizations. |
+1
|
@ghudgins Right, the reason is that Lens (and other visualizations) use the |
I ran into this same issue. Putting in my experience as an end user.
When I did this the problem was the data table only showed minutes and seconds, not the date. I could see a similar reasoning for CPU, memory or other stats situations. Its especially useful when you add formulas. |
It would be great if we can have the possibility to modify date format directly like we can for .e.g in this metric visualisation I have a monthly view and changing it to be like For the |
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 #184648 |
The Lens editor should allow date formatting where users can control date format
and timezoneon each date aggregation. This will give visualization authors the ability to add local settings that aren't part of the Kibana defaults, such as day of week or AM/PM formatting.The most important options are:
But I think we would be missing options with just those two, so I also propose that add the following options:
HH:mm:ssss
(16:42:999)h:mm a
(12:23 pm)Previous requests for the other editors:
Per visualization formatters #4957
Custom date formats in visualization #13784
Related issue for Lens:
Multi-scale date formatter #51227
The text was updated successfully, but these errors were encountered: