-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Extra points in histogram #422
Comments
And also |
Yeah, the issue has to do with the fact that it's checking for a measurement 10m behind the last point in the series, but that point is just the end of the time range and not a part of the "buckets" that elastic search sent back... I think I know how to fix |
spalger
pushed a commit
to spalger/kibana
that referenced
this issue
Aug 27, 2013
…educe function checks each data point from elastic search. This whould resolve elastic#422
spalger
pushed a commit
to spalger/kibana
that referenced
this issue
Aug 28, 2013
…educe function checks each data point from elastic search. This whould resolve elastic#422
Merged
harper-carroll
pushed a commit
to harper-carroll/kibana
that referenced
this issue
Jul 11, 2016
Initial commit of Anubis config
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it started after #414. Look at the pictures, there are extra points in the middle of the last two actual points.
I have histogram that only have data every 10 minutes (10m also set in settings).
This is how it looks like in master:
This is with my dirty fix:
This is my so-called fix:
Here's my output for
date_histogram
facet:The text was updated successfully, but these errors were encountered: