mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00

This is based on commit 2731def9159247e6da8a3191783c89683363689c from the zeek-docs repo.
23 lines
322 B
Text
23 lines
322 B
Text
$ zeek-client get-config --deployed
|
|
[instances]
|
|
agent-testbox
|
|
|
|
[logger]
|
|
instance = agent-testbox
|
|
role = LOGGER
|
|
port = 2201
|
|
|
|
[manager]
|
|
instance = agent-testbox
|
|
role = MANAGER
|
|
port = 2200
|
|
|
|
[worker-01]
|
|
instance = agent-testbox
|
|
role = WORKER
|
|
interface = lo
|
|
|
|
[worker-02]
|
|
instance = agent-testbox
|
|
role = WORKER
|
|
interface = eth0
|