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

Histogram panel applying correction on bytes? #1114

Closed
roberto-belardo opened this issue Apr 4, 2014 · 1 comment
Closed

Histogram panel applying correction on bytes? #1114

roberto-belardo opened this issue Apr 4, 2014 · 1 comment
Labels
bug Fixes for quality problems that affect the customer experience

Comments

@roberto-belardo
Copy link

Hi all,
first of all Kibana is simply Awesome. Said that, i hope this is some misconfiguration from my side but it seems that the Histogram panel is doing some strange bytes corretions in the graph while the ES query returns the right number of bytes.

Explanation:
I have one document in ES that has an array ("media_objects") with two subdocument each one having a "size_in_bytes" field.

The document retrieved from ES and showed in Kibana has the correct values in the usual document table BUT the histogram panel configured to sum the "media_objects.size_in_bytes" value shows a different value.

The values shown in the screenshot are:

  • first media_object: 275.246.764
  • second media_object: 5.656.340.944
  • Total sum is: 5.931.587.708
  • Total sum returned by ES running the kibana query: 5.931.587.708
  • Total sum shown in the histogram value is instead: 5.927.054.869 ! (Error)

Could you help me understanding thsi?

Thank you in advance for your great work!
Roberto
schermata 2014-04-04 alle 12 33 12
schermata 2014-04-04 alle 12 33 29
schermata 2014-04-04 alle 12 33 48
schermata 2014-04-04 alle 12 34 38
schermata 2014-04-04 alle 12 34 12

@roberto-belardo roberto-belardo changed the title Histogram applying corretion on bytes? Histogram panel applying correction on bytes? Apr 4, 2014
@rashidkpc rashidkpc added the bug label Apr 4, 2014
@rashidkpc
Copy link
Contributor

After some investigation, this is a 64bit integer problem: #1274

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
Projects
None yet
Development

No branches or pull requests

3 participants
@roberto-belardo @rashidkpc and others