Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kibana display large number wrong #33729

Closed
weizhu-us opened this issue Mar 22, 2019 · 2 comments
Closed

Kibana display large number wrong #33729

weizhu-us opened this issue Mar 22, 2019 · 2 comments
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

Comments

@weizhu-us
Copy link

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:

@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app

@nreese nreese added bug Fixes for quality problems that affect the customer experience Team:Visualizations Visualization editors, elastic-charts and infrastructure Feature:Data Views Data Views code and UI - index patterns before 8.0 labels Mar 23, 2019
@timroes
Copy link
Contributor

timroes commented Mar 25, 2019

Duplicate of #1274

@timroes timroes marked this as a duplicate of #1274 Mar 25, 2019
@timroes timroes closed this as completed Mar 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

4 participants