We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 949cfad commit ba37c4eCopy full SHA for ba37c4e
ELK-Install-And-Settings.md
@@ -385,6 +385,7 @@ http.port: 9200
385
discovery.zen.ping.unicast.hosts: ["192.168.1.127"] #如果有多个机子集群,这里就写上这些机子的 IP,格式:["192.168.1.127","192.168.1.126"]
386
```
387
388
+- 重点说明:Elasticsearch 的集群环境,主要就是上面这段配置文件内容的差别。如果有其他机子:node.name、discovery.zen.ping.unicast.hosts 需要改下。集群中所有机子的配置文件中 discovery.zen.ping.unicast.hosts 都要有所有机子的 IP 地址。
389
- 修改这个配置文件,不然无法锁内存:`vim /etc/security/limits.conf`
390
- 在文件最尾部增加下面内容:
391
0 commit comments