无论才能、知识多么卓著,如果缺乏热情,则无异纸上画饼充饥,无补于事。

es7.17.8 centos7下安装,内网可访问,不能外网访问

Elasticsearch | 作者 ilovelnmp | 发布于2022年12月29日 | 阅读数:3164

如题,求解
elasticsearch.yml内容如下
cluster.name: elasticsearch

node.name: node-1

#network.host: 0.0.0.0

network.bind_host: 0.0.0.0

network.publish_host: 公网ip

http.port: 9200

cluster.initial_master_nodes: ["node-1"]
已邀请:

God_lockin

赞同来自:

测试一下是不是外网有黑/白名单、防火墙的问题吧,不一定是es自己的问题

要回复问题请先登录注册