Closed abdulghafor closed 3 years ago
Thank you for sending the issue. Yes we're aware of this and is right now intended as you have to mount your own directory with the zeek logs (conn.log, dhcp.log and so on) to the desired location:
(from the README)
-->Run Docker Container with mounted Zeek Volume:
docker run -p 8050:8050 -v {zeek_location}:/home/datascientist/zeek_input broai:latest
zeek_location
is your folder where conn.log
exists. I'm planning to create a docker-compose file that will create an experimental zeek logger for you. But for now you have to add your own logs.
Thank you for your help . i came up with new issue as shown below .
Yeah, thank you. Silly me did minor changes to the file path management stuff and tested it only in my Theia IDE and not with the Conainer Build again. I resolved it now with this commit https://github.com/herrfeder/AI_Cybersecurity_IDS_PoC/commit/2f8c919107b2499600561853c1399351d5273f50 . But after that I run into another error that only occurs in the Docker build but not in my IDE with the freshly cloned repo. Sometimes I hate computers xD. I will open another Issue for that. Thank you for testing. I really appreciate that.
Please see the other two issues. It should work now :) and again thank you.
Hi! I have worked as per your instructions. I have succeeded to run the complete code. Unfortunately, I am unable to run app.