Hot-warm setup

Can I setup something like this?

3 data only node with SSD disks, hot node
node.master: false
node.data: true
node.box_type: hot

3 master node with slow disk, warm node
node.master: true
node.data: true
node.box_type: warm

Yep!

Great
Can I add three more nodes in mix
all of them as coordinating master only with Kibana running on them?

 node.master: false
 node.data: false
 node.ingest: false
 node.ml: false
 node.voting_only: false
 cluster.remote.connect: false

Yep!

Perfect.
setting up new cluster next week. this is what I am doing as of now

5 data only node - hot
3 master/data - warm
2 logstash only
3 coordinating with kibana

If I have logstash on network segment1
and data nodes are in different segment2.

will it cause any problem?

they are like two network hop from each other? using 10gig network connection

What sort of problem?

don't know was just asking. but from your reply it seems to be it won't be any problem

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