I have a issue I don't understand. I got some numerical fields formatted as half_float. All my data looks like this:
25.5
13.6
19.3
Looking at Discovery the numbers show up as above. However for some reason some visualizations such as the Table viz sometimes add extra numbers behind the dot and something like 25.5 shows up as 25.503.
Other data that has short as the field type and source data that looks like 1200, 1556, 3761 etc. always shows up as 1,200, 1,556, 3,761 in Discovery as well as visualizations.
I tried different field types and converting the data to integer, float etc. in Logstash but nothing seems to fix the above issue.
I have been using the field format up until know but I would like to use the color format instead.
How come some visualizations are making up data that doesn't exist in the source document?
I think there it's due to how floating point number precision is treated in Javascript. We are working on improving this and also adding support for 64bit integers.
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.