mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 19:13:14 -04:00
[DOCS] Adds settings section to breaking changes (#34328)
This commit is contained in:
parent
949a267672
commit
d13af852ed
1 changed files with 10 additions and 7 deletions
|
@ -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`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue