Troubleshooting Tip: ADMIN -> Health -> Collector Health showing blank IP for upgraded collectors
| Description | The article provides a step-by-step solution to resolve the issue where the collector IP is no longer visible under the Supervisor GUI health section after upgrading collectors to v7.4.1 or 7.4.2. |
| Scope | FortiSIEM v7.4.1 and v7.4.2. |
| Solution | Follow these steps to resolve the issue where the collector IP is no longer visible under the collector health GUI page after upgrading collectors to v7.4.X:
Note: This change should be made on every collector that is experiencing the issue.
cp -a /opt/phoenix/config/phoenix_config.txt /opt/phoenix/config/phoenix_config.txt_bak
sed -i 's/^FSIEM_IP=$/FSIEM_IP=Collector_IP/' /opt/phoenix/config/phoenix_config.txt
killall -9 phMonitor
phstatus
|