From 8c6190be4e0cff0669b9f76ea988f5f16cdbcd17 Mon Sep 17 00:00:00 2001 From: CJ Cenizal Date: Fri, 8 Feb 2019 13:31:55 -0800 Subject: [PATCH] Document breaking changes to index_management, license_management, rollup, and upgrade_assistant settings in kibana.yml. (#30569) --- docs/migration/migrate_7_0.asciidoc | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/migration/migrate_7_0.asciidoc b/docs/migration/migrate_7_0.asciidoc index 02f3243182884..1fb133b7ecf63 100644 --- a/docs/migration/migrate_7_0.asciidoc +++ b/docs/migration/migrate_7_0.asciidoc @@ -204,6 +204,22 @@ dependent on an unspecified port set to 9200, `:9200` will have to be appended t *Impact:* Users with `elasticsearch.ssl.verify` set should use `elasticsearch.ssl.verificationMode` instead. Previously set `elasticsearch.ssl.verify` is equal to `elasticsearch.ssl.verificationMode: full`. +[float] +=== kibana.yml setting `index_management.` is no longer valid +*Impact:* Users with `index_management.` set should use `xpack.index_management.` instead. + +[float] +=== kibana.yml setting `license_management.` is no longer valid +*Impact:* Users with `license_management.` set should use `xpack.license_management.` instead. + +[float] +=== kibana.yml setting `rollup.` is no longer valid +*Impact:* Users with `rollup.` set should use `xpack.rollup.` instead. + +[float] +=== kibana.yml setting `upgrade_assistant.` is no longer valid +*Impact:* Users with `upgrade_assistant.` set should use `xpack.upgrade_assistant.` instead. + [float] === Legacy browsers (namely IE11) will see a security warning message whenever they load Kibana *Details:* Kibana now has a Content Security Policy, but it's only effective if browsers enforce it, and since older @@ -211,4 +227,4 @@ browsers like Internet Explorer 11 do not support CSP, we show them a warning me *Impact:* Nothing needs to be done necessarily, but if you don't need to support legacy browsers like IE11, we recommend that you set `csp.strict: true` in your kibana.yml to block access to those browsers entirely. If your organization requires -users to use IE11, you might like to disable the warning entirely with `csp.warnLegacyBrowsers: false` in your kibana.yml. +users to use IE11, you might like to disable the warning entirely with `csp.warnLegacyBrowsers: false` in your kibana.yml. \ No newline at end of file