Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
aarz-snl committed Dec 13, 2023
1 parent 2baef2c commit f334b44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Chapter 3 Files/unattended_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ function customlogstashconf() {
}

function generatepasswords() {
echo "Starting generatepasswords"

elastic_user_pass=$(LC_ALL=C tr -dc 'a-zA-Z0-9' < /dev/urandom | fold -w 32 | head -n 1)
kibana_system_pass=$(LC_ALL=C tr -dc 'a-zA-Z0-9' < /dev/urandom | fold -w 32 | head -n 1)
Expand Down

0 comments on commit f334b44

Please sign in to comment.