Troubleshooting Tip: How to verify the Collector Event Upload Worker configuration from CLI
| Description | This article describes how to verify the Collector Event Upload Worker configuration from CLI. |
| Scope | FortiSIEM. |
| Solution | The steps below need to be followed to verify if the Collector Event Upload Worker configuration is set properly on the collector while updating it from the GUI: Set Event Worker IP/FQDN from Admin -> Setup -> Organization -> Edit Org -> Collectors -> Edit Collector -> Set Event Worker IP -> Save -> Save.
psql -U phoenix phoenixdb -c "select property,value from ph_sys_conf where property ilike '%worker%';"
cd /opt/phoenix/cache/<SupervisorIP>/phoenix/rest/system/systemConfigs/collectorUploadSvr <----- Replace <SupervisorIP> with actual IP of Supervisor.
cat default.dat
|



