$ curl -XGET 'http:* Trying ::1...
* Connected to localhost (::1) port 9200 (#0)
> GET /_cluster/health/org.hibernate.demos.hswithes.model.videogame?wait_for_status=green&timeout=1s HTTP/1.1
> Host: localhost:9200
> User-Agent: curl/7.43.0
> Accept: */*
>
< HTTP/1.1 408 Request Timeout
< Content-Type: application/json; charset=UTF-8
< Content-Length: 388
<
* Connection #0 to host localhost left intact
{"cluster_name":"elasticsearch","status":"yellow","timed_out":true,"number_of_nodes":1,"number_of_data_nodes":1,"active_primary_shards":5,"active_shards":5,"relocating_shards":0,"initializing_shards":0,"unassigned_shards":5,"delayed_unassigned_shards":0,"number_of_pending_tasks":0,"number_of_in_flight_fetch":0,"task_max_waiting_in_queue_millis":0,"active_shards_percent_as_number":50.0}