zeek/doc/frameworks/management/mini-deployment-get-nodes.console
Tim Wojtulewicz ded98cd373 Copy docs into Zeek repo directly
This is based on commit 2731def9159247e6da8a3191783c89683363689c from the
zeek-docs repo.
2025-09-26 02:58:29 +00:00

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"
}
}
}
}