The following example resets the password of the elastic user to an auto-generated value andprints the new password in the console:
SSH into server
The following example resets the password of a native user with username user1 after promptingin the terminal for the desired password:
The following example resets the password of a native user with username user2 to an auto-generated valueprints the new password in the console. The specified URL indicates where the elasticsearch-reset-passwordtool attempts to reach the local Elasticsearch node:
SSH into server
Code:
bin/elasticsearch-reset-password -u elastic
The following example resets the password of a native user with username user1 after promptingin the terminal for the desired password:
Code:
bin/elasticsearch-reset-password --username user1 -i
Code:
bin/elasticsearch-reset-password --url "https://172.0.0.3:9200" --username user2 -i