Cluster for elasticsearch

Hello ,

I have more than 100 servers than how to create cluster for elasticsearch
and how to define the no of mater nodes and data nodes and client nodes . can anyone tell me difference between all the three? a help would be really appreciated.

Regards
Shrikant

I have more than 100 servers

100 servers to do what?

how to define the no of mater nodes and data nodes and client nodes .

For production:

  • 3 master nodes
  • x data nodes (depending on what you are going to do)
  • y client nodes (depending on what you are going to do)

May I suggest you look at the following resources about sizing:

can anyone tell me difference between all the three?

Read Node | Elasticsearch Reference [6.1] | Elastic

thankyou for the reply,

I have to take logs from more than 100 live servers with the help of the filebeat.
I want to know about the architecture i.e the no of data nodes and master nodes and the no of client nodes.

Regards
Shrikant

Ok. The links I pasted should help you then.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.