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
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.
The text was updated successfully, but these errors were encountered:
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:The text was updated successfully, but these errors were encountered: