docker-zeek
docker-zeek copied to clipboard
Zeek IDS Dockerfile
The build with spicy will be huge size. It will be a problem.
Hello, Thank you for your work but after following your explanation for the deployment of Zeek by the docker-compose file I have the Zeek container that starts and stops after...
This is a very useful zeek container project, I want to apply it to my project. I have a self-built docker network (spark-net), which contains a Kafka container and a...
```log filebeat | 2022-01-23T13:11:58.347Z ERROR readjson/json.go:52 Error decoding JSON: json: cannot unmarshal number into Go value of type map[string]interface {} filebeat | 2022-01-23T13:11:58.347Z ERROR readjson/json.go:52 Error decoding JSON: json: cannot...
```yaml restart: on-failure:5 ```
https://github.com/blacktop/docker-zeek/blob/master/docker-compose.live.yml ``` networks: elastinet: ```
# update readme to hub.docker.com ```yaml - name: Docker Hub Description uses: peter-evans/dockerhub-description@v2 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASSWORD }} repository: blacktop/docker-zeek ```
Hi blacktop. How can we monitor several interfaces at the same time. "Zeek -i" accepts only one interface Thanks for your works :)
```diff - networks: elastinet: + networks: + elastinet: