backport logging.json setting

This commit is contained in:
Sarah Hersh 2019-04-18 09:31:24 -04:00 committed by Sarah Hersh
parent cf37ce0cb2
commit 07e0fd0d58

View file

@ -128,8 +128,14 @@ be lowercase, and conform to {es} {ref}/indices-create-index.html[index name lim
`logging.dest:`:: *Default: `stdout`* Enables you specify a file where Kibana stores log output.
`logging.quiet:`:: *Default: false* Set the value of this setting to `true` to suppress all logging output other than
error messages.
`logging.json:`:: *Default: false* Logs output as JSON. When set to `true`, the
logs will be formatted as JSON strings that include timestamp, log level, context, message
text and any other metadata that may be associated with the log message itself.
If `logging.dest.stdout` is set and there is no interactive terminal ("TTY"), this setting
will default to `true`.
`logging.quiet:`:: *Default: false* Set the value of this setting to `true` to
suppress all logging output other than error messages.
`logging.silent:`:: *Default: false* Set the value of this setting to `true` to suppress all logging output.