Technical Tip: Distingushing Node Types in the FortiSIEM Backend
| Description | This article describes how to distinguish Node Types in the FortiSIEM backend. |
| Scope | FortiSIEM. |
| Solution | The below lists the information identification of the node types in the FortiSIEM backend:
Supervisor ----> nodetype = 0 Worker ----> nodetype = 1 Collector ----> nodetype = 2
Run the CLI commands below in supervisor SSH:
# psql -U phoenix -d phoenixdb # select host_ip, host_name, nodetype from ph_health_status;
Example Output:
host_ip | host_name | nodetype |
