policy/frameworks/management/node/config.zeek

Management::Node

Configuration settings for nodes controlled by the Management framework.

Namespace

Management::Node

Summary

Redefinable Options

Management::Node::node_topic: string &redef

The nodes’ Broker topic.

Management::Node::stderr_file: string &redef

Cluster node stderr log configuration.

Management::Node::stdout_file: string &redef

Cluster node stdout log configuration.

Detailed Interface

Redefinable Options

Management::Node::node_topic
Type

string

Attributes

&redef

Default

"zeek/management/node"

The nodes’ Broker topic. Cluster nodes automatically subscribe to it, to receive request events from the Management framework.

Management::Node::stderr_file
Type

string

Attributes

&redef

Default

"stderr"

Cluster node stderr log configuration. Like Management::Node::stdout_file, but for the stderr stream.

Management::Node::stdout_file
Type

string

Attributes

&redef

Default

"stdout"

Cluster node stdout log configuration. If the string is non-empty, Zeek will produce a free-form log (i.e., not one governed by Zeek’s logging framework) in the node’s working directory. If left empty, no such log results.

Note that cluster nodes also establish a “proper” management log via the Management::Log module.