-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
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
integration with docker and CoreOS #13
Comments
Started down this road -- I'm keen to run Packetbeat up in a container on CoreOS. Had a crack based on ubuntu:trusty, and the absence of syslog led to unhappiness.
Trying again based on the following Dockerfile (I'll share the rest soon)
Was much happier. I made sure to run the container with the "--net=host" flag, so Packetbeat should be able to spy on the network activity of all other containers on the box. Some cursory Anything else I should know before I dig further? |
I don't know if it helps, but you can disable syslog with the |
I played with this during the DockerHackDay and created this repo: https://github.com/packetbeat/packetbeat-docker |
I just make a Dockerfile that runs the entire stack inside Docker. |
Adding checkpoint for persisting event log state between restarts
Enable Travis and Codecov
Remove version number from nightly
…utter update cookiecutter command
…gent-package kubebeat agent integration Todos
Not sure what the best approach is here. One could attempt to run packetbeat on the host that runs docker images. But on CoreOS the OS is read-only and everything is supposed to be ran from a container. So it might make more sense to run this inside a docker container.
The text was updated successfully, but these errors were encountered: