Forgot to change the IP

pull/3886/head
Tsvetomir Hristov 9 months ago
parent 1985110fa3
commit 6743207e8a
  1. 2
      ct/elasticsearch.sh

@ -82,7 +82,7 @@ description
msg_ok "Completed Successfully!\n" msg_ok "Completed Successfully!\n"
echo -e "${APP} is installed, you can check it's health by running: 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} ${BL}curl -XGET --insecure --fail --user $ELASTIC_USER:$ELASTIC_PASSWORD https://${IP}:$ELASTIC_PORT/_cluster/health?pretty${CL}
Elasticsearch credentials are: Elasticsearch credentials are:
User: ${BL}${ELASTIC_USER}${CL} User: ${BL}${ELASTIC_USER}${CL}
Password: ${BL}${ELASTIC_PASSWORD}${CL} Password: ${BL}${ELASTIC_PASSWORD}${CL}

Loading…
Cancel
Save