You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
roberto-belardo
changed the title
Histogram applying corretion on bytes?
Histogram panel applying correction on bytes?
Apr 4, 2014
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:
Could you help me understanding thsi?
Thank you in advance for your great work!
Roberto
The text was updated successfully, but these errors were encountered: