From 010d6dff712541736cc651a1f21e8e4e32250f22 Mon Sep 17 00:00:00 2001 From: Mike Place Date: Fri, 4 Oct 2019 11:35:09 +0200 Subject: [PATCH] Correct mistaken commit to kibana.yml --- config/kibana.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/kibana.yml b/config/kibana.yml index 0f33370f5605cb..0780841ca057ed 100644 --- a/config/kibana.yml +++ b/config/kibana.yml @@ -40,8 +40,8 @@ # the username and password that the Kibana server uses to perform maintenance on the Kibana # index at startup. Your Kibana users still need to authenticate with Elasticsearch, which # is proxied through the Kibana server. -elasticsearch.username: "elastic" -elasticsearch.password: "changeme" +#elasticsearch.username: "kibana" +#elasticsearch.password: "pass" # Enables SSL and paths to the PEM-format SSL certificate and SSL key files, respectively. # These settings enable SSL for outgoing requests from the Kibana server to the browser.