We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
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
docker run --network=example example/exampleimage
3 - docker run example/notnetworkimage
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: