Hi all, We are using a 'Field value charts", to to draw a specific field over time in a dashboard.
The field "CpuUse", is a double number with values between 0.0 - 1.0. In the graph created, at the Y axis, a (m) is appearing as a unit to this axis. I might be wrong, but maybe graylog is using some kind of "Metric Prefix" (https://en.wikipedia.org/wiki/Metric_prefix), and the (m) can be milli (0.001). Is it possible to change the units used, or remove them, so the graph preserves the values as send, or introduced to the system. I used a field map to make sure that the field is treated as double, but doesn't look a solution on the matter. "graylog_per_index0" : { "order" : 0, "template" : "graylog_*", "settings" : { }, "mappings" : { "message" : { "properties" : { "CpuUse" : { "type" : "double" } } } }, "aliases" : { } } } Thank you, Lefteris -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/graylog2/eea8a136-b102-41c0-9de1-dae3c311e5c5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
