From 017e3bb24c42f71d964489b40aadf5c09722c473 Mon Sep 17 00:00:00 2001 From: Jonathan Budzenski Date: Wed, 1 Aug 2018 12:23:06 -0500 Subject: [PATCH] docs --- docs/migration/migrate_7_0.asciidoc | 7 ++++++- docs/setup/settings.asciidoc | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/migration/migrate_7_0.asciidoc b/docs/migration/migrate_7_0.asciidoc index 254ca720ad38c95..f79597f7dfad804 100644 --- a/docs/migration/migrate_7_0.asciidoc +++ b/docs/migration/migrate_7_0.asciidoc @@ -49,4 +49,9 @@ to Kibana's advanced setting. *Impact:* This setting is no longer necessary. If you enable {monitoring} across the Elastic Stack, a monitoring agent runs on each Elasticsearch node, Logstash node, Kibana instance, and Beat to collect and index metrics. Each node and instance is -considered unique based on its persistent UUID, which is written to the path.data directory when the node or instance starts. \ No newline at end of file +considered unique based on its persistent UUID, which is written to the path.data directory when the node or instance starts. + +=== Deprecated kibana.yml setting logging.useUTC has been replaced with logging.timezone +*Details:* Any timezone can now be specified by canonical id. + +*Impact:* The logging.useUTC flag will have to be replaced with a timezone id. If set to true the id is `UTC`. diff --git a/docs/setup/settings.asciidoc b/docs/setup/settings.asciidoc index 0d82fa15d7b06a1..6521cd07399beae 100644 --- a/docs/setup/settings.asciidoc +++ b/docs/setup/settings.asciidoc @@ -73,7 +73,7 @@ error messages. [[logging-verbose]]`logging.verbose:`:: *Default: false* Set the value of this setting to `true` to log all events, including system usage information and all requests. Supported on Elastic Cloud Enterprise. -`logging.useUTC`:: *Default: true* Set the value of this setting to `false` to log events using the timezone of the server, rather than UTC. +`logging.timezone`:: *Default: UTC* Set to the canonical timezone id to log events using that timezone. `map.includeElasticMapsService:`:: *Default: true* Turns on or off whether layers from the Elastic Maps Service should be included in the vector and tile layer option list. By turning this off, only the layers that are configured here will be included.