policy/frameworks/management/supervisor/config.zeek
- Management::Supervisor
Configuration settings for the Management framework’s supervisor extension.
- Namespace
Management::Supervisor
Summary
Redefinable Options
The maximum number of stdout/stderr output lines to convey in
|
|
Whether to print the stderr sent up to the Supervisor by created nodes to the terminal. |
|
Whether to print the stdout sent up to the Supervisor by created nodes to the terminal. |
|
The Broker topic for Management framework communication with the Supervisor. |
Detailed Interface
Redefinable Options
- Management::Supervisor::output_max_lines
-
The maximum number of stdout/stderr output lines to convey in
Management::Supervisor::API::notify_node_exit
events.
- Management::Supervisor::print_stderr
-
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
-
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
-
The Broker topic for Management framework communication with the Supervisor. The agent subscribes to this.