policy/frameworks/management/supervisor/config.zeek

Management::Supervisor

Configuration settings for the Management framework’s supervisor extension.

Namespace:

Management::Supervisor

Summary

Redefinable Options

Management::Supervisor::output_max_lines: count &redef

The maximum number of stdout/stderr output lines to convey in Management::Supervisor::API::notify_node_exit events.

Management::Supervisor::print_stderr: bool &redef

Whether to print the stderr sent up to the Supervisor by created nodes to the terminal.

Management::Supervisor::print_stdout: bool &redef

Whether to print the stdout sent up to the Supervisor by created nodes to the terminal.

Management::Supervisor::topic_prefix: string &redef

The Broker topic for Management framework communication with the Supervisor.

Detailed Interface

Redefinable Options

Management::Supervisor::output_max_lines
Type:

count

Attributes:

&redef

Default:

100

The maximum number of stdout/stderr output lines to convey in Management::Supervisor::API::notify_node_exit events.

Management::Supervisor::print_stderr
Type:

bool

Attributes:

&redef

Default:

F

Whether to print the stderr sent up to the Supervisor by created nodes to the terminal. By default, this is disabled since this output already ends up in a node-specific stderr file, per Management::Node::stderr_file.

Management::Supervisor::print_stdout
Type:

bool

Attributes:

&redef

Default:

F

Whether to print the stdout sent up to the Supervisor by created nodes to the terminal. By default, this is disabled since this output already ends up in a node-specific stdout file, per Management::Node::stdout_file.

Management::Supervisor::topic_prefix
Type:

string

Attributes:

&redef

Default:

"zeek/management/supervisor"

The Broker topic for Management framework communication with the Supervisor. The agent subscribes to this.