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

This is based on commit 2731def9159247e6da8a3191783c89683363689c from the zeek-docs repo.
25 lines
508 B
Text
25 lines
508 B
Text
$ zeek-client deploy-config cluster.cfg
|
|
{
|
|
"errors": [],
|
|
"results": {
|
|
"id": "9befc56c-f7e8-11ec-8626-7c10c94416bb",
|
|
"nodes": {
|
|
"logger": {
|
|
"instance": "agent-testbox",
|
|
"success": true
|
|
},
|
|
"manager": {
|
|
"instance": "agent-testbox",
|
|
"success": true
|
|
},
|
|
"worker-01": {
|
|
"instance": "agent-testbox",
|
|
"success": true
|
|
},
|
|
"worker-02": {
|
|
"instance": "agent-testbox",
|
|
"success": true
|
|
}
|
|
}
|
|
}
|
|
}
|