|
|
@ -48,12 +48,11 @@ msg_ok "Created Service" |
|
|
|
msg_info "Checking Health" |
|
|
|
msg_info "Checking Health" |
|
|
|
ELASTIC_USER=elastic |
|
|
|
ELASTIC_USER=elastic |
|
|
|
ELASTIC_PASSWORD=$(/usr/share/elasticsearch/bin/elasticsearch-reset-password -u $ELASTIC_USER -b -s -f) |
|
|
|
ELASTIC_PASSWORD=$(/usr/share/elasticsearch/bin/elasticsearch-reset-password -u $ELASTIC_USER -b -s -f) |
|
|
|
ELASTIC_IP=$IP |
|
|
|
|
|
|
|
ELASTIC_PORT=9200 |
|
|
|
ELASTIC_PORT=9200 |
|
|
|
echo $ELASTIC_USER |
|
|
|
echo $ELASTIC_USER |
|
|
|
echo $ELASTIC_PASSWORD |
|
|
|
echo $ELASTIC_PASSWORD |
|
|
|
echo $ELASTIC_IP |
|
|
|
echo $ELASTIC_IP |
|
|
|
curl -XGET --insecure --fail --user $ELASTIC_USER:$ELASTIC_PASSWORD https://$ELASTIC_IP:$ELASTIC_PORT/_cluster/health?pretty |
|
|
|
curl -XGET --insecure --fail --user $ELASTIC_USER:$ELASTIC_PASSWORD https://localhost:$ELASTIC_PORT/_cluster/health?pretty |
|
|
|
msg_ok "Checked Health" |
|
|
|
msg_ok "Checked Health" |
|
|
|
|
|
|
|
|
|
|
|
motd_ssh |
|
|
|
motd_ssh |
|
|
|