Trying to export variables

This commit is contained in:
Tsvetomir Hristov 2024-10-11 11:26:08 +02:00
parent 552f3dbbe0
commit 1985110fa3
2 changed files with 19 additions and 7 deletions

View file

@ -81,5 +81,11 @@ build_container
description
msg_ok "Completed Successfully!\n"
echo -e "${APP} should be reachable on port 9200
${BL}http://${IP}:9200${CL} \n"
echo -e "${APP} is installed, you can check it's health by running:
${BL}curl -XGET --insecure --fail --user $ELASTIC_USER:$ELASTIC_PASSWORD https://localhost:$ELASTIC_PORT/_cluster/health?pretty${CL}
Elasticsearch credentials are:
User: ${BL}${ELASTIC_USER}${CL}
Password: ${BL}${ELASTIC_PASSWORD}${CL}
Enrollment and Kibana tokens were also generated for you:
Kibana Token: ${BL}${KIBANA_TOKEN}${CL}
Enrollment Token: ${BL}${ENROLLMENT_TOKEN}${CL} \n"