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.
dbhavsar
Staff
Staff
Article Id 232023

Description

 

This article explains how to disable event logs for a specific IPS Signature.

 

Scope

 

FortiGate v6 and later.

 

Solution

 

In the CLI, enable the ID column under IPS Signature. Alternatively, hover over the signature to get its ID value.


config ips sensor

edit <ips_profile_name>

  config entries

edit <entry_number>

set rule <attackid> <----- The attack ID can be found in IPS logs

set log disable  <-----The log option is only to control the log generation when the traffic is passed through.

end

end

end