Tim Wojtulewicz
Tim Wojtulewicz
This is a follow-up to https://github.com/zeek/zeek/pull/4735. We should only rebuild/push the containers as part of the nightly builds if a change happened on the master branch. There's no reason to...
We should add documentation somewhere about how Zeek handles cases of division by zero in scripts. From @stevesmoot: > in zeek_init it is fatal. Later it will stop processing in...
From https://zeekorg.slack.com/archives/CSZBXF6TH/p1741284694941779: > Aaron J. Scantlin > i couldn’t find a definitive answer in the docs (in either connection docs or docs on the interval type), but: in conn.log, i...
We should be sanity checking the code snippets in the docs against at least the current LTS version, but it'd be better to test them against the version associated with...
As a user brought up in https://github.com/zeek/zeek/issues/3064, building with spicy included is challenging on systems with low amounts of available memory. We should probably add a note to the https://docs.zeek.org/en/current/install.html#building-from-source...
Zeek supports reading a number of environment variables for configuration, but we don't appear to document those variables anywhere. It'd be good to have a list, even if we mark...
I ran into this with a user just recently, where they did a `zeekctl deploy` to a multi-machine cluster and zeek failed to start up on their workers because of...