mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00

This is based on commit 2731def9159247e6da8a3191783c89683363689c from the zeek-docs repo.
29 lines
689 B
Text
29 lines
689 B
Text
$ zeek-client deploy-config cluster.cfg
|
|
{
|
|
"errors": [
|
|
"request timed out"
|
|
],
|
|
"results": {
|
|
"id": "eed87b02-f851-11ec-80e7-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",
|
|
"stderr": "fatal error: problem with interface not-a-valid-interface (pcap_error: No such device exists (pcap_activate))",
|
|
"stdout": "",
|
|
"success": false
|
|
}
|
|
}
|
|
}
|
|
}
|