Skip to content

Root Properties

These properties live at the root of chronicle.json.

{
"managementPort": 8080,
"port": 35000,
"healthCheckEndpoint": "/health"
}
PropertyTypeDefaultDescription
managementPortnumber8080Port for the Management API, Workbench, and well-known endpoints
portnumber35000Main gRPC service port
healthCheckEndpointstring/healthHealth check endpoint path

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