Hi,
I have installed x-pack plugins for elasticsearch and kibana. Now as per documentation, I am trying to setup the passwords for standard users e.g. elastic, kibana. However I don't see that command (setup-passwords) in respective folder. Am I missing something?
Here are the requested details.
Versions - ES 5.6.0 Kibana 5.6.2
OS - Linux Centos 7
Installed using package manager - sudo yum install elasticsearch
path: /usr/share/elasticsearch/bin/x-pack
Sorry for the back and forth, I somehow missed Versions - ES 5.6.0 Kibana 5.6.2 in your second message.
setup-passwords was introduced in 6.0 and is not available in 5.x. Instead you should use the predefined password of the elastic user in order to set the passwords of all the builtin users following the instructions
Once the kibana user password is reset, you need to update the Kibana server with the new password by
setting elasticsearch.password in the kibana.yml configuration file: elasticsearch.password: kibanapassword
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.