add removal of deprecated tilemap and regionmap kibana.yml settings to breaking changes log (#30083)

This commit is contained in:
Nathan Reese 2019-02-05 09:48:34 -07:00 committed by GitHub
parent 55e7b183d7
commit 52e12c7cda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.