You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@owrcasstevens is the lower-level elasticsearch-py and option? I'm not a python guy, but it seems you could use the search method to form up the geotile_grid agg in json.
...and just noticed you already submitted a PR. Nevermind!
Currently using version 7.1 of elasticsearch-dsl, but
geotile_grid
aggregations do not seem to be supported. When I do:grid_agg = search.aggs.bucket("grid", "geotile_grid", field="centroid", precision=2)
I am getting:
Digging into the code a bit, it seems that the following aggs are supported:
But
geotile_grid
is not in there, which is surprising since Kibana switched to usinggeotile_grid
aggs for maps:elastic/kibana#30417
The text was updated successfully, but these errors were encountered: