Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Luke Elmers <lukeelmers@gmail.com>
  • Loading branch information
TinaHeiligers and lukeelmers committed Sep 28, 2021
1 parent e68de47 commit 385d59b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/migration/migrate_8_0.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,9 @@ URL that it derived from the actual server address and `xpack.security.public` s

[float]
=== Legacy `optimize.*` settings are no longer supported
*Details:* The legacy optimizer has been removed and deprecations for unused `optimize.*` settings have been logged since 7.10. The following settings have been removed.
*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 following 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.
*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
Expand Down

0 comments on commit 385d59b

Please sign in to comment.