Skip to content

Commit

Permalink
Updates migration docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaHeiligers committed Oct 8, 2021
1 parent 9a588bf commit 3605b86
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/migration/migrate_8_0.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ for example, `logstash-*`.

*Impact:* To allow Kibana to function for these legacy browsers, set `csp.strict: false`. Since this is about enforcing a security protocol, we *strongly discourage* disabling `csp.strict` unless it is critical that you support Internet Explorer 11.

[float]
==== Configuring content security policy rules is no longer supported
*Details:* Configuring `csp.rules` is removed in favor of per-directive specific configuration. Configuring the default `csp.script_src`, `csp.workers_src` and `csp.style_src` values is not required.

*Impact:* Configure per-directive sources instead. See https://github.com/elastic/kibana/pull/102059 for more details.

[float]
==== Default logging timezone is now the system's timezone
*Details:* In prior releases the timezone used in logs defaulted to UTC. We now use the host machine's timezone by default.
Expand Down

0 comments on commit 3605b86

Please sign in to comment.