Elasticsearch简单配置
Elasticsearch配置详细和详细描述如下 http://rockelixir.iteye.com/blog/1883373 在此,对Elasticsearch进行如下简单配置 cluster.name:es_cluster node.name:"es1" node.master:true node.data:true network.host: 192.168.81.128 #network.bind_host:192.168.81.128 #network.publish_host:192.168.81.128 查看监听端口 [root@test ~]# netstat -tupln Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 15042/vsftpd tcp 0 0 0.0.0.0:22 0.0.0.0:* LIS...