Skip to content

Commit

Permalink
Document breaking changes to index_management, license_management, ro…
Browse files Browse the repository at this point in the history
…llup, and upgrade_assistant settings in kibana.yml. (elastic#30569)
  • Loading branch information
cjcenizal authored Feb 8, 2019
1 parent 47a166b commit 8c6190b
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion docs/migration/migrate_7_0.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,27 @@ 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.<any setting>` is no longer valid
*Impact:* Users with `index_management.<any setting>` set should use `xpack.index_management.<any setting>` instead.

[float]
=== kibana.yml setting `license_management.<any setting>` is no longer valid
*Impact:* Users with `license_management.<any setting>` set should use `xpack.license_management.<any setting>` instead.

[float]
=== kibana.yml setting `rollup.<any setting>` is no longer valid
*Impact:* Users with `rollup.<any setting>` set should use `xpack.rollup.<any setting>` instead.

[float]
=== kibana.yml setting `upgrade_assistant.<any setting>` is no longer valid
*Impact:* Users with `upgrade_assistant.<any setting>` set should use `xpack.upgrade_assistant.<any setting>` 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
browsers like Internet Explorer 11 do not support CSP, we show them a warning message whenever they load Kibana.

*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.

0 comments on commit 8c6190b

Please sign in to comment.