Removing deprecated i18n.defaultLocale setting. (#29325)

This commit is contained in:
Aleh Zasypkin 2019-01-29 10:41:08 +01:00 committed by GitHub
parent e2bdcfef3c
commit a8e4be0c3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -123,3 +123,9 @@ The port is now protocol dependent: https ports will use 443, and http ports wil
It's now required that the user sets `server.ssl.enabled` to true for this to occur.
*Impact:* Users with both `server.ssl.certificate` and `server.ssl.key` set must now also set `server.ssl.enabled` to enable SSL.
[float]
=== kibana.yml setting `i18n.defaultLocale` is no longer valid
*Details:* This deprecated setting has been removed and `i18n.locale` should be used instead.
*Impact:* Users with `i18n.defaultLocale` set should use `i18n.locale` instead

View file

@ -64,7 +64,6 @@ const deprecations = [
rename('optimize.lazyHost', 'optimize.watchHost'),
rename('optimize.lazyPrebuild', 'optimize.watchPrebuild'),
rename('optimize.lazyProxyTimeout', 'optimize.watchProxyTimeout'),
rename('i18n.defaultLocale', 'i18n.locale'),
savedObjectsIndexCheckTimeout,
rewriteBasePath,
loggingTimezone,