Refer to the exhibit.
The exhibit shows the output of an SQL command that an administrator ran to view the natural_id value, after logging into the Postgres database.
What does the natural_id value identify?
The collector
An agent
The worker
The supervisor
Thenatural_idvalue in theph_sys_connectortable of theFortiSIEM Postgres databaseuniquely identifies acollector.
â— The SQL query retrieves details fromph_sys_connector, which stores information about registered collectors.
â— Thecust_org_idfield indicates theorganization IDthe collector belongs to.
â— Thenamefield shows thecollector's name(OrgA_Collector).
â— Theip_addrfield lists thecollector's IP address(10.10.2.91).
â— Thenatural_idvalue uniquelyidentifies the collector in the system.