Tim Wojtulewicz

Results 107 issues of 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...

Area: Build/Platform
Area: CI/Testing

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...

Area: Documentation

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...

Area: Documentation

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...

Area: Documentation

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...

Area: Documentation

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...

Area: Documentation

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...

Area: Documentation