hey i installed elasticsearch, kibana, logstash and filebeat in 1 node and it's working now i wanna add another node to work on the same file log what should i install on the second machine ? and how can i configure it??
What do you mean by this?
i mean that i wana configure a cluster wich has 2 nodes each one is in a virtual machine and i dont know what should i install on each one of them??
ES is a clustered application, so you start multiple instances and link them together.
https://www.elastic.co/guide/en/elasticsearch/guide/2.x/_add_failover.html has some guidance.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.