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
elastic:installation_on_linux [2023/03/09 00:54] olafelastic:installation_on_linux [2023/03/09 01:05] (current) olaf
Line 330: Line 330:
  
 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.
 +
 +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]]** Next: **[[elastic:kibanaonlinux|Installation on Linux]]**
elastic/installation_on_linux.1678323273.txt.gz · Last modified: 2023/03/09 00:54 by olaf