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 f94a223 commit 8735e88Copy full SHA for 8735e88
.buildkite/scripts/steps/ess.sh
@@ -64,5 +64,5 @@ function ess_load_secrets() {
64
#export INTEGRATIONS_SERVER_HOST=$FLEET_URL
65
66
echo "smoke test: ESS Stack secrets loaded"
67
- curl -X GET "${ELASTICSEARCH_HOST}/_cat/indices?v" -u ${ELASTICSEARCH_USERNAME}:${ELASTICSEARCH_PASSWORD}
+ curl -s -X GET "${ELASTICSEARCH_HOST}/_cluster/health?pretty" -u ${ELASTICSEARCH_USERNAME}:${ELASTICSEARCH_PASSWORD}
68
}
0 commit comments