From 6743207e8a21a3a2758dfd7dba9afc7906ab5912 Mon Sep 17 00:00:00 2001 From: Tsvetomir Hristov Date: Fri, 11 Oct 2024 11:27:09 +0200 Subject: [PATCH] Forgot to change the IP --- ct/elasticsearch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/elasticsearch.sh b/ct/elasticsearch.sh index eb920d3f..6472eb69 100644 --- a/ct/elasticsearch.sh +++ b/ct/elasticsearch.sh @@ -82,7 +82,7 @@ description msg_ok "Completed Successfully!\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} + ${BL}curl -XGET --insecure --fail --user $ELASTIC_USER:$ELASTIC_PASSWORD https://${IP}:$ELASTIC_PORT/_cluster/health?pretty${CL} Elasticsearch credentials are: User: ${BL}${ELASTIC_USER}${CL} Password: ${BL}${ELASTIC_PASSWORD}${CL}