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 4def761 commit a5a13d3Copy full SHA for a5a13d3
Makefile
@@ -168,7 +168,7 @@ docker-kibana-with-tls: docker-network docker-elasticsearch set-kibana-password
168
-e LOGGING_ROOT_LEVEL=debug \
169
--name $(KIBANA_NAME) \
170
--network $(ELASTICSEARCH_NETWORK) \
171
- --health-cmd=curl -k https://localhost:5601/api/status \
+ --health-cmd="curl -k https://localhost:5601/api/status" \
172
--health-interval=10s --health-timeout=5s --health-retries=10 \
173
docker.elastic.co/kibana/kibana:$(STACK_VERSION)
174
@ $(call wait_until_healthy, $(KIBANA_NAME))
0 commit comments