I am working on Log monitoring, I have requirement of getting tomcat application server logs(example: catalina.log) running in the docker container(container is running in atomic host) and passing it to Logstash server using rsyslog. I am able to get the docker container related logs, but not able to get the tomcat server and application logs from the docker container where tomcat is running. Any suggestion on this is appreciated.
Thanks, Praveen