Kibana display large number wrong #33729
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Data Views
Data Views code and UI - index patterns before 8.0
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Kibana version:
6.3.1
Elasticsearch version:
6.3
Server OS version:
Browser version:
Browser OS version:
Original install method (e.g. download page, yum, from source, etc.):
Describe the bug:
I have a json number field. When I choose the display to be "Number", the value displayed is different from what's in the json. If I switch to "String" display, the value is the same as what's displayed in the json returned by querying in Kibana dev tool.
But if I query through curl directly to ES directly, it show the value differently from when querying from Kibana devtool
We see the value in Number format as
135389669956256144
in String format is
135389669956256130
If we query ES directly, we got
135389669956256120
The value stored in ES is correct, but neither display in Number nor in String is correct
Steps to reproduce:
1.
2.
3.
Expected behavior:
Screenshots (if relevant):
Errors in browser console (if relevant):
Provide logs and/or server output (if relevant):
Any additional context:
The text was updated successfully, but these errors were encountered: