Hello,
I create a cluster with 3 Elasticsearch nodes, and intend to ship logs from the Logstash to all Elasticsearch nodes simultaneously (Eg: I have cluster with node A - master node, node B and C - data node, and every time I have a new log from Logstash, I want this log is sent to B and C simultaneously). And I stuck in some questions:
- How could I do this?
- Should I do that? And if I do this, are there any issues with the performance's cluster?
Thanks for reading.