-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Visualize: Bad request when working with histogram aggregation #77023
Comments
Pinging @elastic/kibana-app (Team:KibanaApp) |
Most likely introduced via #76001 |
Yes, I pushed a fix this morning for it. I'm trying to write a unit test to stop regressions right now. |
@flash1293 @timroes @lukeelmers My main concern that for integer numbers it returns float intervals. It's super un-useful. In real example it looks like: 4b2ae64 in this commit algorithm for calculating was changed |
* Visualize: Bad request when working with histogram aggregation Closes: #77023 * ✏️ Add some more fix context * ✅ Add test Co-authored-by: dej611 <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
…ic#77684) * Visualize: Bad request when working with histogram aggregation Closes: elastic#77023 * ✏️ Add some more fix context * ✅ Add test Co-authored-by: dej611 <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
… (#77850) * Visualize: Bad request when working with histogram aggregation Closes: #77023 * ✏️ Add some more fix context * ✅ Add test Co-authored-by: dej611 <[email protected]> Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: dej611 <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
Kibana version: 7.10
Describe the bug:
When changing the settings for the histogram aggregation, it's possible to run into a state no interval is provided
Steps to reproduce:
Expected behavior:
Should use default max bars
The text was updated successfully, but these errors were encountered: