ajacoutot c1c2855a2f Update to zeek-4.0.0 (LTS version).
The issue with cluster mode is still present unfortunately...
2021-03-06 09:35:09 +00:00
..
2021-03-06 09:35:09 +00:00
2020-10-09 18:37:29 +00:00
2019-11-25 07:57:43 +00:00

$OpenBSD: README,v 1.13 2020/10/09 18:37:29 jasper Exp $

+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------

Note that most zeekctl(8) commands must be run as root.

Post-install steps
==================

Before starting zeek(8) for the first time, the "interface" must be properly
configured under:
    ${SYSCONFDIR}/zeek/node.cfg

And the configuration and policies must be installed and deployed by running:
    zeekctl deploy
This command will run zeekctl(8) with the check, install, and restart
arguments.

It's also recommended to enable housekeeping tasks by adding the following
entry into root's crontab(5):
*/5	*	*	*	*	${TRUEPREFIX}/bin/zeekctl cron

See https://docs.zeek.org/en/current/quickstart/index.html for details.