37 lines
651 B
INI
37 lines
651 B
INI
# Example ZeekControl node configuration.
|
|
#
|
|
# This example has a standalone node ready to go except for possibly changing
|
|
# the sniffing interface.
|
|
|
|
# This is a complete standalone configuration. Most likely you will
|
|
# only need to change the interface.
|
|
[zeek]
|
|
type=standalone
|
|
host=localhost
|
|
interface=eth0
|
|
|
|
## Below is an example clustered configuration. If you use this,
|
|
## remove the [zeek] node above.
|
|
|
|
#[logger-1]
|
|
#type=logger
|
|
#host=localhost
|
|
#
|
|
#[manager]
|
|
#type=manager
|
|
#host=localhost
|
|
#
|
|
#[proxy-1]
|
|
#type=proxy
|
|
#host=localhost
|
|
#
|
|
#[worker-1]
|
|
#type=worker
|
|
#host=localhost
|
|
#interface=eth0
|
|
#
|
|
#[worker-2]
|
|
#type=worker
|
|
#host=localhost
|
|
#interface=eth0
|