From a55615f13e121c2f48b7efea5b5f0d3958321d8f Mon Sep 17 00:00:00 2001 From: Lukas Olson Date: Tue, 10 May 2016 11:41:19 -0700 Subject: [PATCH] [statusPage] Add statusPage.allowAnonymous to docs --- docs/kibana-yml.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/kibana-yml.asciidoc b/docs/kibana-yml.asciidoc index 2ee6aa698756..09d02ec1fd6f 100644 --- a/docs/kibana-yml.asciidoc +++ b/docs/kibana-yml.asciidoc @@ -44,3 +44,5 @@ error messages. information and all requests. `ops.interval`:: *Default: 10000* Set the interval in milliseconds to sample system and process performance metrics. The minimum value is 100. +`statusPage.allowAnonymous`:: *Default: false* If authentication is enabled, setting this to `true` removes the +requirement to be authenticated to view the Kibana server status page.