Update kibana.yaml

This commit is contained in:
harmj0y
2024-04-02 15:53:04 -07:00
parent d8b0ab34c5
commit 32e2e2fea2
+1 -1
View File
@@ -85,7 +85,7 @@ spec:
echo "Waiting for Kibana..."
COUNTER=1
URL="http://${NEMESIS_KB_HTTP_SERVICE_HOST}:5601/api/status"
URL="${KIBANA_URL}/api/status"
until curl --silent --user "${ELASTICSEARCH_USER}:${ELASTICSEARCH_PASSWORD}" --insecure --max-time 5 \
$URL \
| jq '.status.overall.level' \