mirror of
https://github.com/SpecterOps/Nemesis
synced 2026-06-08 12:36:42 +00:00
Update kibana.yaml
This commit is contained in:
@@ -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' \
|
||||
|
||||
Reference in New Issue
Block a user