Hi,
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.
