mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[core.logging] Uses host timezone as default (#90368)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
1ba7d7af9a
commit
646732f96d
10 changed files with 105 additions and 54 deletions
|
@ -52,7 +52,18 @@ for example, `logstash-*`.
|
|||
==== 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`.
|
||||
*Impact:* To restore the previous behavior, in kibana.yml use the pattern layout, with a date modifier:
|
||||
[source,yaml]
|
||||
-------------------
|
||||
logging:
|
||||
appenders:
|
||||
console:
|
||||
kind: console
|
||||
layout:
|
||||
kind: pattern
|
||||
pattern: "%date{ISO8601_TZ}{UTC}"
|
||||
-------------------
|
||||
See https://github.com/elastic/kibana/pull/90368 for more details.
|
||||
|
||||
[float]
|
||||
==== Responses are never logged by default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue