From 9d0515f9340c445e7c6200e5339e98b4ffe77224 Mon Sep 17 00:00:00 2001 From: Jonathan Budzenski Date: Thu, 5 Nov 2015 16:10:12 -0600 Subject: [PATCH] [config] Quote user and password example. Closes #5206 --- config/kibana.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/kibana.yml b/config/kibana.yml index 24df946a56b6..cd5569bbbd8b 100644 --- a/config/kibana.yml +++ b/config/kibana.yml @@ -22,8 +22,8 @@ # used by the Kibana server to perform maintenance on the kibana_index at startup. Your Kibana # users will still need to authenticate with Elasticsearch (which is proxied through # the Kibana server) -# elasticsearch.username: user -# elasticsearch.password: pass +# elasticsearch.username: "user" +# elasticsearch.password: "pass" # SSL for outgoing requests from the Kibana Server to the browser (PEM formatted) # server.ssl.cert: /path/to/your/server.crt