remove useUTC deprecation, set default timezone to local (#22696)

* remove useUTC deprecation, set default timezone to local

* no-unused-vars

* rm set, unset import
This commit is contained in:
Jonathan Budzenski 2019-03-29 10:29:07 -05:00 committed by GitHub
parent cd087e04f3
commit 28f4bfabf8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 13 deletions

View file

@ -18,4 +18,10 @@ The following section is re-used in the Installation and Upgrade Guide
////
// 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`.
// end::notable-breaking-changes[]