Kibana rounds my values

I got csv file, where I have Column with float values. When I export this data into kibana, kibana rounds it to something like int. For example, I have 1.5 in csv, and I have 1 in kibana, 2.05 in csv and 2 in kibana. Does anyone know, why this **** happens? Tired of different manipulations:)
Thx!

How are you getting this data into Elasticsearch?

My guess is it's being converted on import. For example, given the index name logstash-0 and Elasticsearch at localhost:9200 - you can view the data in Elasticsearch directly at http://localhost:9200/logstash-0/_search to verify.

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