mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Changing the example elasticsearch.username
to "kibana" (#37717)
According to @tvernum, this is a common source of misconfiguration. Since we already recommend that users use the `kibana` reserved user for this setting, this should hopefully help some users out.
This commit is contained in:
parent
771f547a29
commit
610c132bcc
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
# 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: "user"
|
||||
#elasticsearch.username: "kibana"
|
||||
#elasticsearch.password: "pass"
|
||||
|
||||
# Enables SSL and paths to the PEM-format SSL certificate and SSL key files, respectively.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue