TopPano / verpix.me

0 stars 0 forks source link

make the Status Provider distributed #57

Closed uniray7 closed 8 years ago

uniray7 commented 8 years ago

build a Status Provider as a cluster

uniray7 commented 8 years ago

the ELK cluster architecture is as below: elk_arch note: "ES" is elasticsearch

I'll choose 2 kind of ES instance node:

I plan building 1 master node & 2 data node on 3 VMs.

@weitingchou: Actually, it's better to add another master node for master failure, but I think we don't need right now. It is for saving cost of aws and I think it may not need to make the cluster too robust. What do u think? @weitingchou: the kibana cost most of memory and cpu resource. I guess master node manage only 2 data nodes, so it may not overburdened to run master node, logstash and kibana on a vm

uniray7 commented 8 years ago

build the ES standalone instead of cluster right now. if the scale become larger, then make ES to cluster