diff --git a/config/kibana.yml b/config/kibana.yml index 18bdd0e007008b5..7d49fb37e032085 100644 --- a/config/kibana.yml +++ b/config/kibana.yml @@ -44,8 +44,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.