This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| elastic:installation_on_linux [2023/03/09 00:49] – Added second node olaf | elastic: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:< | ||
| + | discovery.seed_hosts: | ||
| + | deb11-elk-02:< | ||
| + | discovery.seed_hosts: | ||
| + | deb11-elk-03:< | ||
| + | discovery.seed_hosts: | ||
| + | |||
| + | and on deb11-elk-01 comment-out the line:< | ||
| + | # | ||
| + | |||
| + | Next: **[[elastic: | ||