mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
add removal of deprecated tilemap and regionmap kibana.yml settings to breaking changes log (#30083)
This commit is contained in:
parent
55e7b183d7
commit
52e12c7cda
1 changed files with 21 additions and 8 deletions
|
@ -145,6 +145,19 @@ It's now required that the user sets `server.ssl.enabled` to true for this to oc
|
||||||
|
|
||||||
*Impact:* Users with both `server.ssl.certificate` and `server.ssl.key` set must now also set `server.ssl.enabled` to enable SSL.
|
*Impact:* Users with both `server.ssl.certificate` and `server.ssl.key` set must now also set `server.ssl.enabled` to enable SSL.
|
||||||
|
|
||||||
|
[float]
|
||||||
|
=== Deprecated kibana.yml setting `regionmap` has been replaced with `map.regionmap`
|
||||||
|
*Details:* This deprecated setting has been removed and `map.regionmap` should be used instead.
|
||||||
|
|
||||||
|
*Impact:* Users with `regionmap` set should use `map.regionmap` instead.
|
||||||
|
|
||||||
|
[float]
|
||||||
|
=== Deprecated kibana.yml setting `tilemap` has been replaced with `map.tilemap`
|
||||||
|
*Details:* This deprecated setting has been removed and `map.tilemap` should be used instead.
|
||||||
|
|
||||||
|
*Impact:* Users with `tilemap` set should use `map.tilemap` instead.
|
||||||
|
|
||||||
|
|
||||||
[float]
|
[float]
|
||||||
=== Optimization step deferred until server start
|
=== Optimization step deferred until server start
|
||||||
*Details:* Prior versions of Kibana would run the optimization step after each plugin installation. This is now run on server start when necessary.
|
*Details:* Prior versions of Kibana would run the optimization step after each plugin installation. This is now run on server start when necessary.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue