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 data.
    node.master: false and node.data:false     ==>  it act as a "search 
load balancer"

    if we have a elasticsearch cluster contains 10 node.
    how can we assign roles for these 10 nodes?

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/c17ced40-bba0-40d8-94c2-22b84eaac900%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to