-
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
[Breaking change] Remove Coordinate map and region map visualizations #81703
Comments
Pinging @elastic/kibana-gis (Team:Geo) |
Pinging @elastic/es-ui (Team:Elasticsearch UI) |
@nreese would you mind adding details to the |
I added some details for creating region map and coordinate map visualizations. I will update with an example with map.regionmap configuration later today and with a exported saved object ndjson file in a few weeks once we start to think about the upgrade assistent and the test cases we want for that. |
@nreese do we have any idea how may users are likely to hit this breaking change? |
I'm going to remove the |
support of equivalent to |
closed by #105326 |
Change description
Which release will ship the breaking change?
8.0
Describe the change. How will it manifest to users?
tile_map, region_map, and maps_legacy plugins will be removed from the kibana baseline. This will remove Coordinate map and region map visualizations from Kibana visualize library.
How many users will be affected?
What can users do to address the change manually?
Starting in 7.10, coordinate map and region map contain a
View in maps
button that will migrate their coordinate map or region map configuration to the Maps application (#77683). This provides users with the ability to test out the migration in 7.x releases prior to 8.0How could we make migration easier with the Upgrade Assistant?
The upgrade assistant should convert all tile_map and region_map visualization saved objects to map saved objects. The upgrade assistant will also have to update any dashboard or canvas that embeds these migrated visualizations.
Are there any edge cases?
map.regionmap
vector layer. [Breaking change] Remove map.regionmap.* kibana.yml settings #81704Test Data
Manually creating coordinate map and region map visualizations
xpack.maps.showMapVisualizationTypes: true
to kibana.dev.ymlCoordinate map configuration for
kibana_sample_data_logs
Region map configuration for
kibana_sample_data_logs
Manually creating region map visualization using
map.regionmap
vector layer.Add the following to kibana.dev.yml
Create region map as described above
Configure region map to use world countries layer defined in
map.regionmap
by opening "Options" tag and using the configuraitons belowImport pre-made saved objects for
kibana_sample_data_logs
that include edge casesTBD
Cross links
None
The text was updated successfully, but these errors were encountered: