policy/frameworks/cluster/controller/config.zeek

ClusterController
Namespace

ClusterController

Imports

policy/frameworks/cluster/agent/config.zeek

Detailed Interface

Redefinable Options

ClusterController::connect_retry
Type

interval

Attributes

&redef

Default

1.0 sec

ClusterController::default_address
Type

string

Attributes

&redef

Default

""

ClusterController::default_port
Type

port

Attributes

&redef

Default

2150/tcp

ClusterController::directory
Type

string

Attributes

&redef

Default

""

ClusterController::instances
Type

table [string] of ClusterController::Types::Instance

Attributes

&redef

Default

{}

ClusterController::listen_address
Type

string

Attributes

&redef

Default

""

ClusterController::listen_port
Type

string

Attributes

&redef

Default

""

ClusterController::name
Type

string

Attributes

&redef

Default

""

ClusterController::role
Type

ClusterController::Types::Role

Attributes

&redef

Default

ClusterController::Types::NONE

Redefinition

from policy/frameworks/cluster/agent/main.zeek

=:

ClusterController::Types::AGENT
Redefinition

from policy/frameworks/cluster/controller/main.zeek

=:

ClusterController::Types::CONTROLLER
ClusterController::stderr_file
Type

string

Attributes

&redef

Default

"controller.stderr"

ClusterController::stdout_file
Type

string

Attributes

&redef

Default

"controller.stdout"

ClusterController::topic
Type

string

Attributes

&redef

Default

"zeek/cluster-control/controller"