Hi,
I would like to know if there is any way to run dockbeat in a docker network and listen only data of containers in that network.
For example, if i've 3 containers:
1 - docker run -d -v /var/run/docker.sock:/var/run/docker.sock --link elastic:elasticsearch --network=example ingensi/dockbeat:1.0.0-rc3
2 - docker run --network=example example/exampleimage
3 - docker run example/notnetworkimage
I would like to obtain information only from the container number 2 (example/exampleimage).
It's possible? I've try it, but dockbeat listen all containers
Thanks