From 9de31ed6b9ff5b15751641724c6a0a5efc3f9920 Mon Sep 17 00:00:00 2001 From: lcawl Date: Mon, 1 Apr 2019 18:15:44 -0700 Subject: [PATCH 1/2] [DOCS] Adds settings section to breaking changes --- docs/migration/migrate_8_0.asciidoc | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/migration/migrate_8_0.asciidoc b/docs/migration/migrate_8_0.asciidoc index a0fa38f2e0f7..0ae895cfac1c 100644 --- a/docs/migration/migrate_8_0.asciidoc +++ b/docs/migration/migrate_8_0.asciidoc @@ -11,15 +11,13 @@ 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[] +[float] +[[breaking_70_setting_changes]] +=== Settings changes +// tag::notable-breaking-changes[] [float] -=== Default logging timezone is now the system's timezone +==== 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`. From c0bb5b800e54c71be945fa6da8659dccf29a1bc4 Mon Sep 17 00:00:00 2001 From: lcawl Date: Mon, 1 Apr 2019 18:25:03 -0700 Subject: [PATCH 2/2] [DOCS] Fixes section anchor --- docs/migration/migrate_8_0.asciidoc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/migration/migrate_8_0.asciidoc b/docs/migration/migrate_8_0.asciidoc index 0ae895cfac1c..2f3f861ffc8e 100644 --- a/docs/migration/migrate_8_0.asciidoc +++ b/docs/migration/migrate_8_0.asciidoc @@ -11,8 +11,13 @@ coming[8.0.0] See also <> and <>. +* <> + +//NOTE: The notable-breaking-changes tagged regions are re-used in the +//Installation and Upgrade Guide + [float] -[[breaking_70_setting_changes]] +[[breaking_80_setting_changes]] === Settings changes // tag::notable-breaking-changes[]