add logging.json setting (#34581)

This commit is contained in:
Sarah Hersh 2019-04-18 09:31:24 -04:00 committed by Sarah Hersh
parent 8a23afcdb0
commit 239850df46

View file

@ -128,6 +128,12 @@ 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.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.