Skip to content

Commit

Permalink
Update unattended_deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
aarz-snl authored Dec 18, 2023
1 parent 4fdcc44 commit 0669305
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Chapter 3 Files/unattended_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ function generatepasswords() {
echo "Starting generatepasswords"

elastic_user_pass="TestPassword1"
kibana_system_pass="TestPassword2"
logstash_system_pass="TestPassword3"
logstash_writer="TestPassword4"
update_user_pass="TestPassword5"
kibanakey="TestKey1234567890"
kibana_system_pass="TestPassword1"
logstash_system_pass="TestPassword1"
logstash_writer="TestPassword1"
update_user_pass="TestPassword1"
kibanakey="TestPassword1"
echo -e "\e[32m[X]\e[0m Updating logstash configuration with logstash writer"
cp /opt/lme/Chapter\ 3\ Files/logstash.conf /opt/lme/Chapter\ 3\ Files/logstash.edited.conf
sed -i "s/insertlogstashwriterpasswordhere/$logstash_writer/g" /opt/lme/Chapter\ 3\ Files/logstash.edited.conf
Expand Down Expand Up @@ -1181,4 +1181,4 @@ elif [ "$1" == "unattended" ]; then
unattended_install
else
usage
fi
fi

0 comments on commit 0669305

Please sign in to comment.