You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zeek update fails when updating from a v4 docker-zeek container to v6/latest due to incompatibility code logic in the ja3.zeek script here: /var/lib/docker/volumes/zeek-zkg-script/_data/ja3. The docker container uses to the volume zeek-zkg-script to mount the location of added scripts, to include ja3.zeek. PR was submitted which includes a command in the zeek script to remove the volume prior to starting an updated container. This ensures that the updated container gets the fixed ja3.zeek script which is compatible with Zeek v5.2 and above.