mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Removes support for unused optimize.* settings from core deprecations (#113296)
Co-authored-by: Luke Elmers <lukeelmers@gmail.com>
This commit is contained in:
parent
4fe8605c7b
commit
8d8b40075e
3 changed files with 6 additions and 40 deletions
|
@ -259,6 +259,12 @@ URL that it derived from the actual server address and `xpack.security.public` s
|
|||
|
||||
*Impact:* Any workflow that involved manually clearing generated bundles will have to be updated with the new path.
|
||||
|
||||
[float]
|
||||
=== Legacy `optimize.*` settings are no longer supported
|
||||
*Details:* The legacy optimizer has been removed and any `optimize.*` settings have been deprecated since 7.10. These settings have been removed as they are no longer in use.
|
||||
|
||||
*Impact:* Any of the legacy `optimize.*` settings will prevent Kibana from starting up. Going forward, to run the `@kbn/optimizer` separately in development, pass `--no-optimizer` to `yarn start`. See https://github.com/elastic/kibana/pull/73154 for more details.
|
||||
|
||||
[float]
|
||||
=== kibana.keystore has moved from the `data` folder to the `config` folder
|
||||
*Details:* By default, kibana.keystore has moved from the configured `path.data` folder to `<root>/config` for archive distributions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue