How to transform large numbers into shorter readable number in Kibana 4

For example:

4,356,704 to 4356.704K or 4,356,704 to 4.356704M

Go to Settings > Indices, then choose the index pattern that contains the fields you want to transform. The find the field in the list and click the edit button (pencil icon) to the right. Choose "Number" for the format, and enter "0a" for the Numeral.js format pattern.

Finally, click the Update button at the bottom to save your changes.

Now, wherever this field is used in Kibana, the formatted value will be shown instead of the original value.

1 Like

It worked perfectly fine. Thanks a lot :smile: