Post

FortiAnalyzer

FortiAnalyzer is a centralized logging, analytics, and reporting solution for Fortinet devices. It collects logs from products like FortiGate, FortiWeb, and other Forti Devices as well as other products, enabling real-time visibility, threat analysis, and compliance reporting across the network.


Installing FortiAnalyzer

Deploy the VM like any other forti devices, and upon opening the web ui, we can enter forti account to enable free trial

x

x


When deploying on lab with trial fortigates VM, we have to enable low encrytion mode so it can communicate to fortigate devices

1
2
3
4
5
config system global
set enc-algorithm low
set oftp-ssl-protocol sslv3
set ssl-low-encryption enable
end


Adding Fortinet Devices

On Fortigate, enable the FortiAnalyzer on Fabric Connectors and point it to our FAZ

x


Then authorize the device

x


After that the devices will show up as on Device Managed on FAZ

x


FAZ will now start ingesting logs from managed devices, we can see all the logs in Log View

x


Or we can see the logs based on the device type

x

x

x


We can also generate reports using predefined report definitions

x

x

x


Adding Other Devices

FortiAnalyzer can function as a syslog server, allowing it to ingest and store syslog data from non-Fortinet devices such as firewalls, routers, or servers. This enables centralized log collection and basic analysis, though advanced parsing and reporting features are limited for third-party logs compared to Fortinet-native data.

To enable FAZ as Syslog Server, we need to enable ADOM

x


This will result multiple ADOMs created, the one we are interested in is Syslog

x


Now on the device that we’d like to send syslog on, configure it to send syslog to FAZ. Here we have a linux server that also acts as a syslog server for Cisco FTD devices, we will forward the logs from this linux to FAZ

x


Back on FAZ on Root ADOM, the linux server has shown up as Unauthorized

x


Authorize the device and add it to Syslog ADOM

x


Switch to Syslog ADOM, we will see the device in Device Manager

x


And the logs can be also be viewed on ‘Log View’

x


This post is licensed under CC BY 4.0 by the author.