User Tools

Site Tools


elastic:installation_on_linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
elastic:installation_on_linux [2023/03/09 00:49] – Added second node olafelastic:installation_on_linux [2023/03/09 01:05] (current) olaf
Line 331: Line 331:
 The installation of the third node works like the second - just chage the IP address for network.host in elasticsearch.yml. The installation of the third node works like the second - just chage the IP address for network.host in elasticsearch.yml.
  
-Next: +Once the cluster is formed (all nodes are running in the same cluster), \\ 
 +adjust discovery.seed_hosts in each nodes elasticsearch.yml:\\ 
 + 
 +deb11-elk-01:<code yaml> 
 +discovery.seed_hosts: ["10.68.100.13:9300", "10.68.100.14:9300"]</code> 
 +deb11-elk-02:<code yaml> 
 +discovery.seed_hosts: ["10.68.100.12:9300", "10.68.100.14:9300"]</code> 
 +deb11-elk-03:<code yaml> 
 +discovery.seed_hosts: ["10.68.100.12:9300", "10.68.100.13:9300"]</code> 
 + 
 +and on deb11-elk-01 comment-out the line:<code yaml> 
 +#cluster.initial_master_nodes: ["deb11-elk-01"]</code> 
 + 
 +Next: **[[elastic:kibanaonlinux|Installation on Linux]]**
elastic/installation_on_linux.1678322959.txt.gz · Last modified: 2023/03/09 00:49 by olaf