How do I get Kibana Discover to display a double (number) as a double? I have a document indexed with the double value 2555417833004 for a particular field.
But when Kibana Discover shows the same document, it displays that value as 2,555,417,720,000. The first 7 digits are correct, but the rest are not.
Is there are particular setting to fix this?