Elasticsearch版本: elasticsearch-5.5.2 服务器版本: CentOS release 6.8 (Final)
问题:
Linux服务器上部署了 Elasticsearch 5.5.2,服务器上可以访问 curl -XGET 'localhost:9200/?pretty'。
在本机上访问http://59.110.169.140:9200/?pretty,报如下错误:
dial tcp 59.110.169.140:9200: connectex: No connection could be made because the target machine actively refused it.
分析:
本机 cmd 输入 telnet 59.110.169.140 9200,返回端口连接失败
正在连接59.110.169.