MattW
Well-known member
MattW submitted a new resource:
Elasticsearch Cluster - Setting up 2 nodes on same network
Read more about this resource...
Elasticsearch Cluster - Setting up 2 nodes on same network
Install Elasticsearch as per previous instructions.
Master Node - Internal IP 192.168.153.196
Data Node - Internal IP 192.168.154.160
Config File
/root/elasticsearch/config/elasticsearch.yml
Master Node
Settings which I needed to set (bind to internal IP address):
Code:cluster.name: z22se node.name: "Astra" node.master: true node.data: true network.host: 192.168.153.196
Data Node
Settings which I needed to set...
Read more about this resource...