[data.search.aggs] Support string statistics aggs in AggConfigs #51510
Labels
enhancement
New value added to drive a business result
Feature:Aggregations
Aggregation infrastructure (AggConfig, esaggs, ...)
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
loe:small
Small Level of Effort
On the ES side this was recently merged: elastic/elasticsearch#47468
This could be integrated into the Kibana aggregation configs, similar to the
std_deviation
metric which is implemented usingextended_stats
.Based on the docs for the new aggregation these are all numbers except the multi-value
distribution
, so any of these numbers exceptdistribution
could be used as a metric in a visualization.AggParamsMapping
intypes.ts
agg_types.ts
agg_types.ts
Part of #60126
The text was updated successfully, but these errors were encountered: