/add-node-names

Adds cluster node name to logs.

Primary LanguageZeekBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Add-Node-Names

This package adds the _node_name field to Zeek logs to indicate which node generated a log entry. By default the field is only added to the conn.log. For further configuration, the following options are available:

Option Default Value Description
enable_all_logs: bool F Enables node names for all active streams
exclude_logs: set[Log::ID] { } Streams not to add node names for
include_logs: set[Log::ID] { Conn::LOG } Streams to add node names for

If Zeek is not executed in cluster mode, the field is not added.