I created a keystore in kibana to store the credentials for connecting kibana to ElasticSearch.
But I received the error when restart the Kibana. Anyone encountered and how to resolved this?
log [05:08:57.786] [fatal] "elasticsearch_password" setting was not applied. Check for spelling errors and ensure that expected plugins are installed and enabled. FATAL "elasticsearch_password" setting was not applied. Check for spelling errors and ensure that expected plugins are installed and enabled.
This is how my kibana.yml config file looks like: # If your Elasticsearch is protected with basic authentication, these settings provide # 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: "kibana" elasticsearch.password: ${ES_PWD}
but when I restart the kibana, I received error: log [04:07:50.215] [fatal] "ES_PWD" setting was not applied. Check for spelling errors and ensure that expected plugins are installed and enabled. FATAL "ES_PWD" setting was not applied. Check for spelling errors and ensure that expected plugins are installed and enabled.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.