Graylog2-server: Improve readability of numeric values in data tables

Created on 6 Apr 2020  路  2Comments  路  Source: Graylog2/graylog2-server

What?

Numbers in data tables can be hard to read, because they are always left-aligned and have no digit grouping.

Why?

Some results may have big numbers which are hard to read without proper formatting.

Example

Digit grouping:
466533234 vs 466.533.234
see https://community.graylog.org/t/display-thousands-separator-in-aggregation-tables/

Decimal Alignment:
https://i.stack.imgur.com/x9qvF.png

Your Environment

  • Graylog Version: 3.2
feature search ux

Most helpful comment

Thanks for your support with this issue.
Two more comments:

  1. Even I brought up in the Graylog Forum as an example a "dot" as a thousands separator (which would be the standard in Germany where I live) I believe a "comma" would be the better separator to avoid mixing it up with the decimal point (which is more or less IT standard) and to not make it look like an IP address.

  2. Besides the thousands separator it would be better to justify all numeric values "right" instead of left.
    So for the Sum (rcv) column in the above screenshot:

now
image

improved
image

All 2 comments

k茅p
Just for the problem visualization

Thanks for your support with this issue.
Two more comments:

  1. Even I brought up in the Graylog Forum as an example a "dot" as a thousands separator (which would be the standard in Germany where I live) I believe a "comma" would be the better separator to avoid mixing it up with the decimal point (which is more or less IT standard) and to not make it look like an IP address.

  2. Besides the thousands separator it would be better to justify all numeric values "right" instead of left.
    So for the Sum (rcv) column in the above screenshot:

now
image

improved
image

Was this page helpful?
0 / 5 - 0 ratings