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.
47 lines
1,009 B
Text
47 lines
1,009 B
Text
$ zeek-client get-nodes
|
|
{
|
|
"errors": [],
|
|
"results": {
|
|
"agent-testbox": {
|
|
"agent-testbox": {
|
|
"cluster_role": null,
|
|
"mgmt_role": "AGENT",
|
|
"pid": 52076,
|
|
"state": "RUNNING"
|
|
},
|
|
"controller-testbox": {
|
|
"cluster_role": null,
|
|
"mgmt_role": "CONTROLLER",
|
|
"pid": 52075,
|
|
"port": 2151,
|
|
"state": "RUNNING"
|
|
},
|
|
"logger": {
|
|
"cluster_role": "LOGGER",
|
|
"mgmt_role": null,
|
|
"pid": 54075,
|
|
"port": 2201,
|
|
"state": "RUNNING"
|
|
},
|
|
"manager": {
|
|
"cluster_role": "MANAGER",
|
|
"mgmt_role": null,
|
|
"pid": 54073,
|
|
"port": 2200,
|
|
"state": "RUNNING"
|
|
},
|
|
"worker-01": {
|
|
"cluster_role": "WORKER",
|
|
"mgmt_role": null,
|
|
"pid": 54074,
|
|
"state": "RUNNING"
|
|
},
|
|
"worker-02": {
|
|
"cluster_role": "WORKER",
|
|
"mgmt_role": null,
|
|
"pid": 54072,
|
|
"state": "RUNNING"
|
|
}
|
|
}
|
|
}
|
|
}
|