mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Documents es/so/server deprecated settings removal in breaking changes (#113337)
This commit is contained in:
parent
aea6daa177
commit
5cf733a9c9
1 changed files with 20 additions and 0 deletions
|
@ -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[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue