Concept Flow - Cluster health API
Send HTTP GET request to /_cluster/health
Elasticsearch receives request
Check cluster state: nodes, shards, status
Prepare JSON response with health info
Send JSON response back to client
Client reads cluster health status
The client sends a request to the cluster health API, Elasticsearch checks cluster status, then returns a JSON with health details.