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

"boxplot" is not available as an aggregation #1411

Closed
hugorodgerbrown opened this issue Sep 3, 2020 · 1 comment · Fixed by #1416
Closed

"boxplot" is not available as an aggregation #1411

hugorodgerbrown opened this issue Sep 3, 2020 · 1 comment · Fixed by #1416

Comments

@hugorodgerbrown
Copy link

ES 7.x includes the "boxplot" aggregation, which will return the max, min and 25/50/75 percentiles (1st, 2nd, 3rd quartiles) values - the source for a boxplot chart.

elasticsearch_dsl does not currently support this, and raises an error if you try to create it:

elasticsearch_dsl.exceptions.UnknownDslObject: DSL class `boxplot` does not exist in agg.
@hugorodgerbrown
Copy link
Author

Added in the missing Agg subclass in #1412

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant