-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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] add unique count metric aggregation #48961
Conversation
Pinging @elastic/kibana-gis (Team:Geo) |
💚 Build Succeeded |
💚 Build Succeeded |
@elasticmachine merge upstream |
💚 Build Succeeded |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice add. You can make maps like unique users/visits per country now, which is very useful for the logging/metrics use-case.
Some of the renames (count-constant, getFieldFormatter) will clash with #49068, but since this is a known quantity, feel free to merge..
* [Maps] add unique count metric aggregation * do not format unique_count aggregation results * do not format value in legend for unique count * update heatmap docs * one more doc change
Fixes #34025
This PR adds
cardinality
metric aggregation for grid source, pew pew source, and terms joins.Both coordinate map and region map visualizations allow for
cardinality
metric aggregation. This PR closes the gap between maps application and legacy mapping visualizations.