FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
dshiraddi
Staff
Staff
Article Id 194428
Description
The article describes how to disable UUID.

Solution
A Universally Unique Identified (UUID) can be used in log analysis and reporting.
It allows matching UUIDs for each source and destination that match a policy to be added to the traffic log.

As this is consuming a significant amount of storage space, it can be disabled.

To disable UUID.

From GUI.

Go to Log Settings, under UUIDs in Traffic Log, disable 'Policy and/or Address' and select 'Apply'.





From CLI.
# config system global
    set log-uuid-address disable
    set log-uuid-policy disable
end

Contributors