Skip to main content
heitorlou
Explorer
May 19, 2026
Question

FortiAnalyzer Remote Logs Not Displaying on FortiGate GUI After FortiAnalyzer Upgrade (FAZ 7.4.11)

  • May 19, 2026
  • 2 replies
  • 662 views

Scenario

Environment with multiple FortiGate firewalls connected to a FortiAnalyzer VM for centralized log collection and analysis.

Environment Versions
FortiAnalyzer VM: 7.4.11
FortiGate: 7.2.13
Fabric ADOM enabled
Some FortiGate devices operating in HA cluster mode

After upgrading the FortiAnalyzer from version 7.4.6 to 7.4.11, the FortiGate devices stopped displaying FortiAnalyzer logs directly from the FortiGate GUI.

Symptoms

When accessing logs from the FortiGate GUI:

Log & Report → Forward Traffic / Event Logs

the page remained completely blank.

However:

FortiAnalyzer continued receiving logs normally
Devices remained online in Fabric View / Device Manager
Logs were visible directly in the FortiAnalyzer GUI
No explicit communication or authorization errors were displayed

Additionally, the following behaviors were observed:

Analytics (actual/config days) above 100%
Archive Usage above 90%
diagnose dvm device list showing:
conn: unknown
conf: unknown
dev-db: unknown

This initially suggested a possible database, DVM, or analytics issue.

Root Cause

The issue was related to the source IP used by the FortiGate for communication with the FortiAnalyzer.

After the FortiAnalyzer upgrade, the Remote Log Retrieval/API session validation became more strict regarding source consistency.

On FortiGate HA clusters, when no source-ip is configured, the FortiGate may use different interfaces/IPs for:

log upload
API requests
remote log retrieval sessions

This causes the FortiAnalyzer remote query session to fail silently, resulting in a blank log page on the FortiGate GUI.

Solution

Configure a fixed source-ip for FortiAnalyzer communication.

For HA environments, it is highly recommended to use a Loopback interface IP.

Example:

config log fortianalyzer setting
    set status enable
    set server "IP FAZ(X.X.X.X)"
    set serial "FAZVMXXXXXXXXXXX"
    set upload-option realtime
    set source-ip "xxx.xxx.xxx.xxx"
end

After applying the configuration:

Remote logs immediately became visible again on the FortiGate GUI
No further issues were observed
Recommendations / Best Practices

For environments using:

FortiAnalyzer VM
HA clusters
SD-WAN
multiple WAN links
Fabric ADOM

it is strongly recommended to:

Configure set source-ip
Prefer Loopback interface IPs
Use stable management-plane routing toward FortiAnalyzer

This helps maintain consistent:

API sessions
Fabric communication
Remote Log Retrieval
Log upload stability

especially after upgrades or failover events.

Additional Notes

Although storage/analytics warnings were present:

Archive Usage > 90%
Analytics > 100%

they were not the root cause of the issue.

The FortiAnalyzer continued processing and storing logs normally.

The actual issue was the inconsistent source IP used during FortiAnalyzer remote query sessions.

2 replies

chall_FTNT
Staff
Staff
May 21, 2026

There is an issue when FGTs are in HA cluster & seems to be specific to FortiAnalyzer 7.4.11 (soon to be added to the Release Notes)
Bug id 1293378 FGT HA can't return logs from FAZ if set source=FortiAnalyzer

Does this match your scenario?

R_B
Explorer
May 26, 2026

We have the same issue

ZafirnAhmed
Visitor III
June 10, 2026

I have the same issue; my environment is currently running FortiGate 7.4.12 and FortiAnalyzer 7.4.11. The issue appears to be that, although logs continue to be sent to and stored on the FortiAnalyzer successfully, the FortiGate is unable to retrieve and display those logs within its local GUI. This behaviour has been reported across multiple FortiGate models. 

Zafir Ahmed
chall_FTNT
Staff
Staff
June 10, 2026

Known issues | FortiAnalyzer 7.4.11 | Fortinet Document Library
 

1293378

On some FortiGate HA clusters, it is no longer possible to view logs directly from the FortiGate GUI when the log source is set to FortiAnalyzer.

 

chall_FTNT
Staff
Staff
June 10, 2026

In the meantime, you can view logs directly on the FortiAnalyzer GUI.