This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| elastic:installation_on_linux [2023/03/09 00:54] – olaf | elastic: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:< | ||
| + | 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: | Next: **[[elastic: | ||