FortiManager
FortiManager supports network operations use cases for centralized management, best practices compliance, and workflow automation to provide better protection against breaches.
Stelios_FTNT
Staff
Staff
Article Id 194065
Description
The FortiOS parameter "log-attack-context" used to be available in the FortiManager v5.2 GUI but is not available anymore in the FortiManager v5.4 GUI.
config ips sensor
edit "default"
config entries
edit 1
set log-attack-context enable
next
end
next
end

The field is absent from both the IPS sensor and from the CLI only objects.

Solution
Scripts can be used to configure this value on the FortiManager database.   To do this, Run script on = "Policy Package or ADOM Database"

Script details
config ips sensor
edit "default"        ----{ Select IPS sensor
config entries
edit 1
set log-attack-context enable
next
end
next
end

When the script is run on the ADOM database, the administrator can install the change on the target FortiGates.

Contributors