Allow missing buckets for non-string fields #102868
Labels
Feature:Aggregations
Aggregation infrastructure (AggConfig, esaggs, ...)
🧊 iceboxed
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
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Right now missing bucket only works for string fields:
kibana/src/plugins/data/common/search/aggs/buckets/terms.ts
Line 174 in 8cb3dbc
However it would be helpful to be able to use this feature for other field type as well. I suggest we change the implementation of how missing bucket works - instead of using the
missing
param on Elasticsearch side, it becomes a special case of the "other bucket" logic (requestingNOT <field name>: *
)Requested here: #102640
The text was updated successfully, but these errors were encountered: