0

I am using Kibana interface for Elasticsearch. While I was creating a visualization which actually sums up probabilities in a column, the result is a floating point number. How do I round the floating point number using the JSON input in KIBANA?

The following image shows what I have tried. But it is not working.

Thanks in advance.

enter image description here

1 Answers1

0

There was a healthy discussion around this for Kiabana - 4.1

https://discuss.elastic.co/t/kibana-4-1-metric-visualization-round-decimal-value/24098

You can try the steps on 5.5 too. This was added as issue for Kibana backlog but not sure it was picked or not. Let us know if it works!

Amit Yadav
  • 949
  • 8
  • 19
  • 2
    This works when you want to change the type of the entire field itself. But when you want to round a metric after aggregation, there is no way I could find. – Avinash Kadimisetty Sep 13 '17 at 07:19