-
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] Add more number format options #72711
Comments
Anyone interested in tackling this issue for Lens should consider improving the duration formatter for all users. |
This is becoming more important because formula does not allow us to use data view formatting options |
Just a user's perspective: this issue is what separates Lens from being able to "natively" convert from accumulated Netflow byte counts to bit-oriented (Mbit/s) transfer rates. Right now it goes 80% of the way to (Megabyte/s):
Thanks to #94605, I will probably be able to accomplish this myself soon with a formula, but as these formatters are already in Kibana, this looks frustratingly close. In case you do not want to introduce additional UI, Lens could simply start honoring Kibana's preferences w.r.t. to |
@ojdo - We are going to add bit format capabilities in Lens for 8.8: #153389 @lalit-satapathy - Does this help you with migration? |
Thanks for the update @ninoslavmiskovic. We will check how to use this for phase2. |
Closing this as everything has been addressed in the latest kibana versions |
Lens has a limited set of number formatters, but Kibana already supports a larger set that we should enable in Lens.
ms
suffix)0.[00]bb
(bytes binary) numeral format0.[00]bd
(bytes decimal) numeral format0.[00]bitb
numeral format0.[00]bitd
numeral formatThe main reason to add these new "duration" and "bytes" options is to make Lens support the most common formats for metrics data, which are not handled well in Kibana overall.
The duration formatter is particularly problematic in Kibana, so Lens has an opportunity to simplify. Most duration units should get displayed with a simple suffix based on the input unit.
The text was updated successfully, but these errors were encountered: