http_request_on_transport_exception 表示通过传输层(9300 端口)收到了应该发送到 HTTP 层(9200 端口)的请求。
http_request_on_transport_exception
# 使用 HTTP 端口 9200 而不是传输端口 9300 curl http://localhost:9200/_cluster/health # 不要使用 curl http://localhost:9300/_cluster/health