diff --git a/.ci/logstash-run.sh b/.ci/logstash-run.sh index ca5b391..d667b68 100755 --- a/.ci/logstash-run.sh +++ b/.ci/logstash-run.sh @@ -7,7 +7,7 @@ wait_for_es() { SERVICE_URL="http://integration:9200" if [[ "$SECURE_INTEGRATION" == "true" ]]; then - SERVICE_URL="https://integration:9200 -k -u admin:$OPENSEARCH_INITIAL_ADMIN_PASSWORD" + SERVICE_URL="https://integration:9200 -k -u admin:myStrongPassword123!" fi count=10 while ! curl -s $SERVICE_URL >/dev/null && [[ $count -ne 0 ]]; do