I am using this elastic search stack on docker. I want to be able to run multiple logstash instance since logstash instance does not support multiple pipeline
how to do that? Is it possible to run multiple instance in the same docker container?
Thanks!