Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/en/ingest-management/fleet/air-gapped.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,9 @@ docker run -it -p 8080:8080 \
--health-cmd "curl -f -L http://127.0.0.1:8080/health" \
docker.elastic.co/package-registry/distribution:{version}
----
+
You can use the `/health` or `/health?ready=true` API endpoints to check if EPR is ready to serve requests.
When either endpoint returns a `200` HTTP status code, the service is ready to handle requests.

[discrete]
[[air-gapped-diy-epr-kibana]]
Expand Down