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.