This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Description
Hi Everyone,
After running an image of logstash, I wanted to monitor its logs but don't know where to find that. This is what I did I connected into the running container with the command,
docker exec -i -t containerId /bin/bash
I went to the folder /var/log/logstash but that folder was empty. I whethering how I can get the logs of the running container.
Any clue please?
Thanks.