virtualMachineelk

Modify a user's password

Follow the steps below to change the password used for accessing Kibana and Elasticsearch:

  • Execute the following command. You will be prompted to enter a new password for the user user.

      $ sudo /opt/bitnami/apache/bin/htpasswd -c /opt/bitnami/kibana/config/password user
    
  • Restart the Apache server:

      $ sudo /opt/bitnami/ctlscript.sh restart apache
    

Now, you can access Elasticsearch using the new password.

Last modification December 21, 2022