Hello All,
I need to setup Logstash with multinodes.
Thanks,
Please explain in greater detail what you want to accomplish.
I have cluster running with 2 elasticsearch nodes.
I was asking how to make logstash work with 2 nodes in the same cluster
Logstash nodes are independent and don't cluster in the same way as ES. Please explain what you want to accomplish.
I want to make cluster of logstash nodes.
Logstash cluster to have 2 nodes working in it.
Clustering Logstash instances isn't a goal in itself, it's something you do to reach a particular goal. For example better fault tolerance or increased performance. What is your goal?
Increase the performance is my goal.
Then you should look into using a message broker that buffers incoming events and that multiple Logstash instances can pull events from. I believe this is discussed in the Logstash documentation.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.