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

Allow missing buckets for non-string fields #102868

Closed
Tracked by #184459
flash1293 opened this issue Jun 22, 2021 · 3 comments
Closed
Tracked by #184459

Allow missing buckets for non-string fields #102868

flash1293 opened this issue Jun 22, 2021 · 3 comments
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

Comments

@flash1293
Copy link
Contributor

Right now missing bucket only works for string fields:

if (agg.params.missingBucket && agg.params.field.type === 'string') {

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 (requesting NOT <field name>: *)

Requested here: #102640

@flash1293 flash1293 added Feature:Aggregations Aggregation infrastructure (AggConfig, esaggs, ...) Team:AppServices labels Jun 22, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-services (Team:AppServices)

@exalate-issue-sync exalate-issue-sync bot added 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 labels Jun 22, 2021
@petrklapka petrklapka added Team:Visualizations Visualization editors, elastic-charts and infrastructure and removed Team:AppServicesSv labels Nov 9, 2022
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-visualizations @elastic/kibana-visualizations-external (Team:Visualizations)

@markov00
Copy link
Member

In order to provide better transparency of priorities, issues that will not be prioritized within the next 24 months are being closed.

Tracking request in Lens general improvements ice box #184459

@markov00 markov00 closed this as not planned Won't fix, can't repro, duplicate, stale May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

4 participants