Skip to content

Commit 8735e88

Browse files
committed
less verbose healthcheck
1 parent f94a223 commit 8735e88

File tree

1 file changed

+1
-1
lines changed
  • .buildkite/scripts/steps

1 file changed

+1
-1
lines changed

.buildkite/scripts/steps/ess.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ function ess_load_secrets() {
6464
#export INTEGRATIONS_SERVER_HOST=$FLEET_URL
6565

6666
echo "smoke test: ESS Stack secrets loaded"
67-
curl -X GET "${ELASTICSEARCH_HOST}/_cat/indices?v" -u ${ELASTICSEARCH_USERNAME}:${ELASTICSEARCH_PASSWORD}
67+
curl -s -X GET "${ELASTICSEARCH_HOST}/_cluster/health?pretty" -u ${ELASTICSEARCH_USERNAME}:${ELASTICSEARCH_PASSWORD}
6868
}

0 commit comments

Comments
 (0)