Skip to content

Commit

Permalink
Documents es/so/server deprecated settings removal in breaking changes (
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaHeiligers committed Sep 29, 2021
1 parent aea6daa commit 5cf733a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/migration/migrate_8_0.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -344,4 +344,24 @@ The output directory after extracting an archive no longer includes the target p
*Impact:*
Configuration management tools and automation will need to be updated to use the new directory.

[float]
=== `elasticsearch.preserveHost` is no longer valid
*Details:* The deprecated `elasticsearch.preserveHost` setting in the `kibana.yml` file has been removed.

*Impact:* Configure {kibana-ref}/settings.html#elasticsearch-requestHeadersWhitelist[`elasticsearch.requestHeadersWhitelist`] to whitelist client-side headers.

[float]
=== `elasticsearch.startupTimeout` is no longer valid
*Details:* The deprecated `elasticsearch.startupTimeout` setting in the `kibana.yml` file has been removed.

*Impact:* Kibana will keep on trying to connect to Elasticsearch until it manages to connect.

[float]
=== `savedObjects.indexCheckTimeout` is no longer valid
*Details:* The deprecated `savedObjects.indexCheckTimeout` setting in the `kibana.yml` file has been removed.

[float]
=== `server.xsrf.token` is no longer valid
*Details:* The deprecated `server.xsrf.token` setting in the `kibana.yml` file has been removed.

// end::notable-breaking-changes[]

0 comments on commit 5cf733a

Please sign in to comment.