Hi, I have some queues in the rabbitMQ and I would like some tips to setting the consumers in a cluster of logstash instances.
I'm using this input plugin https://www.elastic.co/guide/en/logstash/current/plugins-inputs-rabbitmq.html
I got two initial ideias:
1 - to set multiple instance/container setting, one for each queue.
2 - to set only one instance/container setting with multiple logstash's pipelines, so, each pipeline will use a specific queue name.
Any other suggestion?