mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Revert uncommented ES credentials in kibana.yml (#42404)
This commit is contained in:
parent
5efcf19b51
commit
75a7f74fd8
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue