FortiProxy
FortiProxy provides enterprise-class protection against internet-borne threats and Advanced Web Content Caching
sfernando
Staff
Staff
Article Id 337688
Description

This article describes that when FortiProxy is working in HA and needs to share the license, it is necessary to enable the security fabric.

Enabling the security fabric is mandatory even if not using any FortiAnalyzer or any other fabric device. Refer the below document for enabling license sharing.

Enabling license sharing

 

The problem with this is when CSF is activated it is not possible to view the Local Logs Tab under Log settings and Log and Report.

If logging locally this will not allow to see Disk Usage and other related information in the GUI.

Scope FortiProxy 7.4.5 and below.
Solution

The below screenshot shows the CSF is enabled and hence the Local Logs are not visible.

 

p11.jpg

 

p22.png

 

As a solution for this issue, it is necessary to enable the below command under the security fabric.

 

config system csf
    set status enable
    set group-name "Fabric_grp"
    set downstream-access enable
    set downstream-accprofile "prof_admin"
    set configuration-sync local <-- By default it is set as 'default' and needs to change to 'local'.

 

Once it is done. it is possible to see the Local log Tab (Make sure to refresh the browser).

 

p23.png

 

Further, it is necessary to use the below command to view the disk usage in the CLI.

 

FortiProxy # fnsysctl df -h

 

p24.png