Re: How can we assign roles for elasticsearch cluster?

2014-05-28 Thread Mark Walkom
We have a 25 node cluster, with 3 master only nodes that we use as search nodes, then the rest as data only. But it depends on what your workload is. Regards, Mark Walkom Infrastructure Engineer Campaign Monitor email: ma...@campaignmonitor.com web: www.campaignmonitor.com On 29 May 2014 16:38

How can we assign roles for elasticsearch cluster?

2014-05-28 Thread aaron . ding0127
Hi, all. as we know that , in a elasticsearch cluster, different configurations have different effects. like that: node.master: true and node:data: false ==> it will be a "coordinator" node.master: false and node.data: true ==> it will be a "workhorse", just to store