-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Maps] Support custom filtering of buckets in geogrid aggregation visualizations #55520
Comments
Pinging @elastic/kibana-gis (Team:Geo) |
If I understand correctly, there are two possible asks:
|
correct, this second bullet point is the one I am suggesting as a way to implement this feature request. |
adding 7.16 label on this. cc @nreese . adding equivalent of |
wrt deprecations of old visualizations. This is a small gap, without a clear view of how many users would run into it. Can always pick up later if necessary, as we get feedback from users trying to upgrade. |
discussed offline. There's a narrow way of looking at: ie. supporting the equivalent functionality of setting the The other one - supporting any bucket-filtering script - is broader, and out of scope. Given that the narrow-case is niche, removing the target version-labels. |
Pinging @elastic/kibana-presentation (Team:Presentation) |
Fixes #55520 PR adds ability to set mask configuration for metric fields to hide features client side that are outside the range of the mask. <img width="600" alt="Screen Shot 2023-04-19 at 3 45 15 PM" src="https://user-images.githubusercontent.com/373691/233207269-854695dd-ea51-45cd-b092-3360092846bb.png"> <img width="600" alt="Screen Shot 2023-04-19 at 3 44 45 PM" src="https://user-images.githubusercontent.com/373691/233207329-e0c7f20c-e789-446c-8994-87bcdf8e4bbe.png"> For vector layer, I could not use easier solution of filter expression since filter expressions do not support feature-state. Instead, implementation sets opacity paint property to 0. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Describe the feature:
Enable a way for filtering buckets visualized in a map's
grid visualization.
This can potentially be implemented by
adding an additional bucket-selector pipeline aggregation to the ES query.
Describe a specific use case for the feature:
Sometimes it may be necessary to hide buckets in a map's
grid aggregation from showing buckets with a certain count.
elastic/elasticsearch#50480 describes a scenario where
it would be nice to have
min_doc_count
asan additional parameter to a visualization so one can filter out
buckets that have a lower count than this.
The text was updated successfully, but these errors were encountered: