Home > Blockchain >  How to add more nodes to an Elastic Search hosted with Azure
How to add more nodes to an Elastic Search hosted with Azure

Time:06-13

I have to create new node on an Azure deployed Elastic Search and am trying to figure out how to do it in the current cluster.

My settings env look like that:

Elastic Search node on Azure

We are using the integration between Azure and Elastic.

If you know how to add a new node please share. I found how to do add new nodes if using it installed in centOS, Ubuntu and Windows. But I did not found how to do it on Azure integrated with Elastic Cloud.

CodePudding user response:

Hi guys! If you run in the same problem I was able to find the answer enter image description here

1 x 8GB x 2 Zones : enter image description here

Note 2 zone is often referred to high availability configuration and a Primary and Replica Shard will never be on the same node so it does suit that purpose, but you can also think of it as just a 2nd / additional node.. it will function just like and additional node it is just in a 2nd zone.

2 x 60GB x 2 Zones = 120GB x 2 Zones enter image description here

You Can also see this in the Deployments Overview View enter image description here

Credits here.

  • Related