From f603104b4936bd806173df3ecf3fdee4afb533de Mon Sep 17 00:00:00 2001 From: Paul Echeverri Date: Mon, 7 Mar 2016 14:52:32 -0800 Subject: [PATCH] Updates kibana.yml docs to include logging filters. --- docs/kibana-yml.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/kibana-yml.asciidoc b/docs/kibana-yml.asciidoc index 310ca2005f00de..20c2b6b2e88d69 100644 --- a/docs/kibana-yml.asciidoc +++ b/docs/kibana-yml.asciidoc @@ -34,6 +34,9 @@ to 0 to disable. retrying. `pid.file:`:: Specifies the path where Kibana creates the process ID file. `logging.dest:`:: *Default: `stdout`* Enables you specify a file where Kibana stores log output. +`logging.filter.:`:: *Default:* `authorization` Replace with the string to filter. Set the value of this +setting to `remove` to remove matching keys from all logged objects. Set the value of this setting to `censor` to replace +each character in the key's value with an `X` character. `logging.silent:`:: *Default: false* Set the value of this setting to `true` to suppress all logging output. `logging.quiet:`:: *Default: false* Set the value of this setting to `true` to suppress all logging output other than error messages.