Revert uncommented ES credentials in kibana.yml (#42404)

This commit is contained in:
Luke Elmers 2019-08-01 08:20:08 -06:00 committed by GitHub
parent 5efcf19b51
commit 75a7f74fd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,8 +43,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: "yDaYCXL6KYgNligMpSwd"
#elasticsearch.username: "user"
#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.