Skip to content

Root Properties

These properties live at the root of chronicle.json.

{
"port": 35000,
"healthCheckEndpoint": "/health"
}
PropertyTypeDefaultDescription
portnumber35000The single Chronicle port — gRPC (HTTP/2) and Workbench/API/OAuth/health (HTTP/1.1) over TLS
healthCheckEndpointstring/healthHealth check endpoint path

Chronicle exposes the health check endpoint on the main port (35000). You can customize the path if your environment requires a different route.

To expose the health endpoint on a dedicated port — with TLS optionally disabled for orchestrator and load-balancer probes — see Health Endpoint.