Hi,
I'm planning to deploy my Logstash on Docker Swarm. My concern is about the persistent queue feature.
- Should I use persistent queue? Some documents I read show that they might have a great impact on the performance.
- If yes, can multiple Logstash containers on the same Swarm node share the same volume? I'm planning to deploy Logstash in
replicas
mode so I need to consider this.
Thanks in advance.