How to: Configure Layer 7 DoS Remote Logging

When configuring Layer 7 DoS, you also want to configure remote logging of the Layer 7 DoS events.

Note that multiple request logger entries can be created.

"request-loggers": [

   {

     "attackSignaturesCount": 200,

     "badActorsCount": 100,

     "destination": "1.1.1.1:514",

     "name": "Test dos logger",

     "trafficMitigationStatistics": true,

     "type": "dos-protection"

   }

 ],