Bytes formating in kibana

Hi,

Actually I know that's byte formatting is possible through kibana interface. However my question is a bit different since I'm getting some metrics in Kb and while using kibana bytes formation it consider it as bytes which makes the visualisation all wrong. Is there any workaround in that case ?

Thanks

I believe you could use the numeral.js format as stated in the documentation (https://www.elastic.co/guide/en/kibana/current/field-formatters-numeric.html) to achieve that.

Try to use a manipulate function, e.g. multiply your field in the index pattern formating, say for 1024.

"multiply(1024)b"

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.