Hello,
We have following containers setup on our environment:
1- logstash ( Stomp)
2- logstash ( Filebeat) port: 5044
3- Kibana
4- Elasticsearch
But by mistake i created the logstash(filebeat) to read only one "logstash-event.cong" file i.e While creating the image i specified "CMD ["/usr/share/logstash/bin/logstash","-f","/usr/share/logstash/config/logstash-event.conf"]". But, now I want to created multiple .conf file how can i achieve this?
Any idea.
Please help.