I'm calculating a field against a known value. In this example I have a number of units that when calculated against 7500, it shows a value of 600%. When adding another 0 to make it 75,000 (the actual number i need to use) it doesn't give a value at all (it should be 60%). Additionally, I've changed the format default from Number to Percentage without any results.
Alternatively, I've also noticed that if you don't have a leading zero when multiplying, the script errors out. So, what I wonder is if Kibana is making the calculation, totaling my result with a decimal point but without a leading 0.
My Kibana metric field is selected via "max" aggregation and then the name of the field. No buckets are selected and under options. In addition, i've tried all variations under options to try to obtain a different result with not luck.
If anyone else has ran into this, i'd love to hear how you worked around it.