[6.x] [docs/logging] document useUTC flag (#16018) (#16019)

This commit is contained in:
Spencer 2018-01-12 10:40:24 -07:00 committed by GitHub
parent 549b48f973
commit c2a611b956
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,6 +69,7 @@ error messages.
`logging.silent:`:: *Default: false* Set the value of this setting to `true` to suppress all logging output.
`logging.verbose`:: *Default: false* Set the value of this setting to `true` to log all events, including system usage
information and all requests.
`logging.useUTC`:: *Default: true* Set the value of this setting to `false` to log events using the timezone of the server, rather than UTC.
`path.data`:: *Default: `data`* The path where Kibana stores persistent data not saved in Elasticsearch.