[DOCS] Adds settings section to breaking changes (#34328)

This commit is contained in:
Lisa Cawley 2019-04-02 07:48:04 -07:00 committed by GitHub
parent 949a267672
commit d13af852ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,15 +11,18 @@ coming[8.0.0]
See also <<release-highlights>> and <<release-notes>>.
////
The following section is re-used in the Installation and Upgrade Guide
[[breaking_80_notable]]
=== Notable breaking changes
////
// tag::notable-breaking-changes[]
* <<breaking_80_setting_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`.