FortiSIEM
FortiSIEM provides Security Information and Event Management (SIEM) and User and Entity Behavior Analytics (UEBA)
Andy_G
Staff
Staff
Article Id 194711

Description

This article describes how to re-register a collector that has already been registered. Before performing the registration again, the administrator will need to modify a column in a postgres table.


Solution

Here is a step by step guide:

1. SSH to FortiSIEM Supervisor

2. Enter the following command to login into PSQL:

#psql -U phoenix phoenixdb

3. Update the PSQL Database: 

=>ph_sys_collector set natural_id='' where name=<collector name>;     

4. Quit PSQL: 

=>\q

5. Re-register the Collector to Supervisor. Find in the related articles bellow "How to register a Collector or Super". 


Revised:
In step 3 full synxax => update ph_sys_collector set natural_id = '' where name = 'collector name'
 

Related Articles

How to Register a Collector

Contributors