Adding breaking changes docs for removed setting (#30505)

This commit is contained in:
Shaunak Kashyap 2019-02-08 11:42:32 -08:00 committed by GitHub
parent a9edf2dec2
commit 753da9370d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,6 +113,12 @@ The port in `xpack.monitoring.elasticsearch.hosts` is protocol dependent: https
*Impact:* Users with `xpack.monitoring.elasticsearch.ssl.verify` set should use `xpack.monitoring.elasticsearch.ssl.verificationMode` instead.
Previously set `xpack.monitoring.elasticsearch.ssl.verify` is equal to `xpack.monitoring.elasticsearch.ssl.verificationMode: full`.
[float]
=== kibana.yml setting `xpack.monitoring.report_stats` is no longer valid
*Details:* This deprecated setting has been removed and `xpack.xpack_main.telemetry.enabled` should be used instead.
*Impact:* Users with `xpack.monitoring.report_stats` set should use `xpack.xpack_main.telemetry.enabled` instead.
[float]
=== Deprecated API `/shorten` has been removed
*Details:* The `/shorten` API has been deprecated since 6.5, when it was replaced by the `/api/shorten_url` API.