-
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
Remove geohash_grid aggregation support from kibana #123192
Labels
chore
Feature:Aggregations
Aggregation infrastructure (AggConfig, esaggs, ...)
Feature:Maps
impact:medium
Addressing this issue will have a medium level of impact on the quality/strength of our product.
loe:small
Small Level of Effort
Team:Presentation
Presentation Team for Dashboard, Input Controls, and Canvas
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
technical debt
Improvement of the software architecture and operational architecture
Comments
thomasneirynck
added
Team:AppServicesSv
[Deprecated-Use Team:Presentation]Team:Geo
Former Team Label for Geo Team. Now use Team:Presentation
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
labels
Jan 18, 2022
Pinging @elastic/kibana-gis (Team:Geo) |
Pinging @elastic/kibana-app-services (Team:AppServicesSv) |
Pinging @elastic/kibana-vis-editors @elastic/kibana-vis-editors-external (Team:VisEditors) |
thomasneirynck
changed the title
Remove geohash_grid function from kibana
Remove geohash_grid aggregation support from kibana
Jan 18, 2022
Dosant
added
the
Feature:Aggregations
Aggregation infrastructure (AggConfig, esaggs, ...)
label
Jan 31, 2022
7 tasks
exalate-issue-sync
bot
added
impact:needs-assessment
Product and/or Engineering needs to evaluate the impact of the change.
loe:small
Small Level of Effort
labels
Jan 31, 2022
exalate-issue-sync
bot
added
impact:medium
Addressing this issue will have a medium level of impact on the quality/strength of our product.
and removed
impact:needs-assessment
Product and/or Engineering needs to evaluate the impact of the change.
labels
Aug 29, 2022
jb1b84
added
Feature:Maps
Team:Presentation
Presentation Team for Dashboard, Input Controls, and Canvas
and removed
[Deprecated-Use Team:Presentation]Team:Geo
Former Team Label for Geo Team. Now use Team:Presentation
labels
Nov 3, 2022
Pinging @elastic/kibana-presentation (Team:Presentation) |
petrklapka
added
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
and removed
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Team:AppServicesSv
labels
Nov 9, 2022
Pinging @elastic/kibana-visualizations @elastic/kibana-visualizations-external (Team:Visualizations) |
nreese
added
the
technical debt
Improvement of the software architecture and operational architecture
label
Mar 8, 2023
kibanamachine
added a commit
to Zacqary/kibana
that referenced
this issue
Mar 20, 2023
Fixes elastic#123192 geohash aggregation was only used by tile map visualization. Tile map visualization was removed in 8.0, so geohash aggregation support no longer needed. --------- Co-authored-by: Kibana Machine <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
chore
Feature:Aggregations
Aggregation infrastructure (AggConfig, esaggs, ...)
Feature:Maps
impact:medium
Addressing this issue will have a medium level of impact on the quality/strength of our product.
loe:small
Small Level of Effort
Team:Presentation
Presentation Team for Dashboard, Input Controls, and Canvas
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
technical debt
Improvement of the software architecture and operational architecture
The
geohash_grid
function was only used in the coordinate map-visualization. Since that visualization is removed in 8.0, we can remove those dead code paths from Kibana.In addition to that, the
geotile_grid
function is a much better alternative for mapping purposes. This is the one that is used in Kibana Maps as well.The text was updated successfully, but these errors were encountered: