I have following setup:
- 4 Docker containers which are configured to send logs to "stdout".
- 1 Docker container running logstash.
Now I want to configure logstash to use the "stdout" from the 4 docker containers as input. I am not planning to use logstash-forwarder now since I am just trying to setup a very basic configuration. I might switch to forwarder at a later stage.
Any suggestions would be greatly appreciated. Thanks!