mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 03:01:21 -04:00
Removing deprecated i18n.defaultLocale
setting. (#29325)
This commit is contained in:
parent
e2bdcfef3c
commit
a8e4be0c3b
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
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.
|
*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
|
||||||
|
|
|
@ -64,7 +64,6 @@ const deprecations = [
|
||||||
rename('optimize.lazyHost', 'optimize.watchHost'),
|
rename('optimize.lazyHost', 'optimize.watchHost'),
|
||||||
rename('optimize.lazyPrebuild', 'optimize.watchPrebuild'),
|
rename('optimize.lazyPrebuild', 'optimize.watchPrebuild'),
|
||||||
rename('optimize.lazyProxyTimeout', 'optimize.watchProxyTimeout'),
|
rename('optimize.lazyProxyTimeout', 'optimize.watchProxyTimeout'),
|
||||||
rename('i18n.defaultLocale', 'i18n.locale'),
|
|
||||||
savedObjectsIndexCheckTimeout,
|
savedObjectsIndexCheckTimeout,
|
||||||
rewriteBasePath,
|
rewriteBasePath,
|
||||||
loggingTimezone,
|
loggingTimezone,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue