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
As the name suggests it is the default logs directory where Zeek stores the rotated logs from the current directory:
current
It is a symlink to the spool directory that is defined in the zeekctl.cfg configuration file. It contains the active log files that Zeek currently writes to when running via ZeekControl.
However, when I have multiple loggers defined in my node.cfg:
I end up with logger-1 and logger-2 directories in the spool directory, as expected. However, current is still just a symlink to logger-1. There's no access to logger-2 except through the spool directory directly.
Not sure what the right thing to do here is... current-1 and current-2, etc. symlinks? Or maybe just update the documentation.
The text was updated successfully, but these errors were encountered:
the quickstart guide says:
$PREFIX/logs/
current
However, when I have multiple loggers defined in my node.cfg:
I end up with
logger-1
andlogger-2
directories in thespool
directory, as expected. However,current
is still just a symlink tologger-1
. There's no access tologger-2
except through thespool
directory directly.Not sure what the right thing to do here is...
current-1
andcurrent-2
, etc. symlinks? Or maybe just update the documentation.The text was updated successfully, but these errors were encountered: