Skip to content

Commit

Permalink
Update troubleshooting.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aarz-snl authored Dec 15, 2023
1 parent cf57b10 commit bfc0843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/markdown/reference/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ sudo docker stack deploy lme --compose-file /opt/lme/Chapter\ 3\ Files/docker-co

After doing an install if you wish to change the password to the elastic username you can use the following command:

NOTE: You will need to run this command with an account that can access /opt/lme if you can't sudo the user account will at least need to be able to access the certs located in the command.
NOTE: You will need to run this command with an account that can access /opt/lme. If you can't sudo the user account will at least need to be able to access the certs located in the command.

```
sudo curl -X POST "https://127.0.0.1:9200/_security/user/elastic/_password" -H "Content-Type: application/json" -d'
Expand Down

0 comments on commit bfc0843

Please sign in to comment.