-
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] Geo_shape aggregation support #2576
Comments
There is currently no support for geo_shape aggregations in elasticsearch. Should elasticsearch support geo_shape in some form for aggregation purposes we could look into implementing it. |
OK, after some research I found that it is related to elastic/elasticsearch#7574. |
I also would like to see this feature realized. |
+1 |
2 similar comments
+1 |
+1 |
+1 Would this just be an aggregate of just polygon/linestring geo_points or would you be able to visualize areas as well? I image in some future version we could have heat maps for polygons. |
+1 |
11 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
would be great to have aggregates of doc counts that have geo_shape within / intersect buckets that are realized by a query to another index holding the shape, something like:
one could also provide inline geometries instead of "indexed_shapes" |
+1 |
+1 |
1 similar comment
+1 |
We are working on a new implementation of map visualizations and are not planning to add any new features to the existing implementation. We will take this suggestion under consideration for the new app. |
@thomasneirynck thanks for the update. I've too admit that I was a bit naive 3 years ago thinking that this was almost doable :). A ton of hard work has been done in between. Thanks for that, I hope to be able to use this new impl. soon ! |
Documents with |
And that's awesome. |
So does the geo_shape aggregation is now supported? will it be available in the next release of ELK? |
You can visualize geo_shape fields in the Maps application but there is still no geo_shape aggregation support. Geo_shape aggregation support in Elasticsearch is an active work in progress. You can follow development on this branch https://github.com/elastic/elasticsearch/tree/geoshape-doc-values. Once elasticsearch has geo_shape aggregation support, maps application support will quickly follow. I will re-open this issue until the Maps application supports geo_shape aggregations |
Adding this to Maps will enable clustering/grid/heatmap layers for index-patterns with a See also #56876": Kibana will need to nest the view-bounds under the geo_shape-aggregation for improved performance. |
I'd really love if some of you, elasticians, write a blogpost to quantify the ton of work achieved here and expose what it now unlocks for the maps. |
Hi,
First of all, thanks, Kibana 4 is really powerful.
I expected to make tile maps work with this kind of schema :
From the "Discover" view, no major problems :
But it's impossible to get the shape field from the "Visualize/Tile Map" view :
Does these type of geo coordinates are not supported yet in kibana ?
The text was updated successfully, but these errors were encountered: