Troubleshooting Tip: Linux Agent registration with collector as proxy and troubleshooting
| Description | This article describes how to troubleshoot Linux Agent registration with a collector configured as a proxy. Review the FortiSIEM compatibility Matrix document to verify that the correct Windows Agent version is compatible with the collector version: FortiSIEM Version Compatibility for Rocky Linux Based Releases. |
| Scope | Linux Agent from v6.x.x, to v7.3.x. Supervisor and collector from v6.x, to v7.3.x. |
| Solution | Installation:
If there are any issues with collector status, fix the issue with the collector first by following the steps in Troubleshooting Tip: How to troubleshoot collector issues.
Troubleshooting steps: The Linux Agent outbound connection HTTPS (443) to the collector is the only connection in this setup. This same connection is used for registration to send updates and upload events.
Issue 1: The Linux Agent failed to register. Test the connection from the Linux host on the collector IP in port 443:
wget --no-check-certificate https://<SUPER_IP>:443
The HTTP request sent should be '200 OK'. If the HTTP request failed, check the network connection between the host and the collector.
Issue 2: Linux Agent registers successfully, but no events are uploaded.
Review the following Agent's log for errors: /opt/fortinet/fortisiem/linux-agent/log/phoenix.log
The log may show any of the following errors:
If it does, this means there is a Supervisor IP or FQDN configured in GUI -> Admin -> Settings -> System -> Cluster Config tab -> Supervisors. To fix this, uninstall the Linux agent and reinstall it using the option (-L) as indicated in step 3.
|



