We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad28fb9 commit 04e6e6cCopy full SHA for 04e6e6c
qa/vagrant/src/test/resources/packaging/scripts/packaging_test_utils.bash
@@ -402,7 +402,7 @@ wait_for_elasticsearch_status() {
402
curl -sS "http://localhost:9200/_cluster/health?wait_for_status=$desiredStatus&timeout=60s&pretty"
403
else
404
echo "Trying to connect to elasticsearch and wait for expected status $desiredStatus for index $index"
405
- curl -sS "http://localhost:9200/_cluster/$index/health?wait_for_status=$desiredStatus&timeout=60s&pretty"
+ curl -sS "http://localhost:9200/_cluster/health/$index?wait_for_status=$desiredStatus&timeout=60s&pretty"
406
fi
407
if [ $? -eq 0 ]; then
408
echo "Connected"
0 commit comments