I need to do some basic calculation and visualization on Kibana with this number format field (e.g. Average time duration).
The problem is that the default output format in seconds is not very clear just quickly looking at it.
The "Human Readable" output format doesn't help me either because I need to see the exact time duration average, not just "a few seconds".
I would like an output format like "hh:mm:ss:milisecond", that is far easier to understand.
I appreciate any help I can get on this! Thank you!
If your input is seconds, then you can use the "Number" formatter with the following numeral.js format: 00:00:00 (see http://numeraljs.com/#format under "Time"). It only works for seconds though.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.