From d13af852edd04a0ffcf4d098f28bcd32b083d6e4 Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Tue, 2 Apr 2019 07:48:04 -0700 Subject: [PATCH] [DOCS] Adds settings section to breaking changes (#34328) --- docs/migration/migrate_8_0.asciidoc | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/docs/migration/migrate_8_0.asciidoc b/docs/migration/migrate_8_0.asciidoc index a0fa38f2e0f77..2f3f861ffc8e8 100644 --- a/docs/migration/migrate_8_0.asciidoc +++ b/docs/migration/migrate_8_0.asciidoc @@ -11,15 +11,18 @@ coming[8.0.0] See also <> and <>. -//// -The following section is re-used in the Installation and Upgrade Guide -[[breaking_80_notable]] -=== Notable breaking changes -//// -// tag::notable-breaking-changes[] +* <> + +//NOTE: The notable-breaking-changes tagged regions are re-used in the +//Installation and Upgrade Guide [float] -=== Default logging timezone is now the system's timezone +[[breaking_80_setting_changes]] +=== Settings changes + +// tag::notable-breaking-changes[] +[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. *Impact:* To restore the previous behavior, in kibana.yml set `logging.timezone: UTC`.