Open ghost opened 3 years ago
using zeekctl deploy like that in docker is never going to work right. You either just want to set the command
to something like
zeek -i en0 local
or use https://docs.zeek.org/en/master/frameworks/supervisor.html#supervised-cluster-example to run a cluster using the new supervision framework.
we still should do something about zeekctl in the container. Either build Zeek without it - or make sure that the required dependencies for it are installed in the container.
I simply added load json in order to have logs in json format and not tsv. After that i had to deploy the new config, hence zeekctl deploy.
You do not need to run zeekctl deploy
.
I will work on just removing zeekctl from the containers, it isn't needed and it will never work right.
How can I deploy this then?
You're not running a cluster, there's nothing to deploy. Just run zeek.
Hi,
I am running inside a container the zeekctl and i got this issue:
I've opened the container with
docker exec -u root -t -i zeek /bin/bash
My docker-compose image