You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|``name``| Name of the protected object, max of 63 characters. |``string``| Yes |
37
+
|``dosAccessLogDest``| The log destination for the access log with dos log format. Accepted variables are ``syslog:server=<ip-address | localhost | dns-name>:<port>``, ``stderr``, ``<absolute path to file>``. |``string``| No |
37
38
|``apDosMonitor.uri``| The destination to the desired protected object. [App Protect DoS monitor](#dosprotectedresourceapdosmonitor) Default value: None, URL will be extracted from the first request which arrives and taken from "Host" header or from destination ip+port. |``string``| No |
38
39
|``apDosMonitor.protocol``| Determines if the server listens on http1 / http2 / grpc / websocket. [App Protect DoS monitor](#dosprotectedresourceapdosmonitor) Default value: http1. |``enum``| No |
39
40
|``apDosMonitor.timeout``| Determines how long (in seconds) should NGINX App Protect DoS wait for a response. [App Protect DoS monitor](#dosprotectedresourceapdosmonitor) Default value: 10 seconds for http1/http2 and 5 seconds for grpc. |``int64``| No |
40
41
|``apDosPolicy``| The [App Protect DoS policy](#dosprotectedresourceapdospolicy) of the dos. Accepts an optional namespace. |``string``| No |
41
42
|``dosSecurityLog.enable``| Enables security log. |``bool``| No |
42
43
|``dosSecurityLog.apDosLogConf``| The [App Protect DoS log conf](/nginx-ingress-controller/app-protect-dos/configuration/#app-protect-dos-logs) resource. Accepts an optional namespace. |``string``| No |
43
-
|``dosSecurityLog.dosLogDest``| The log destination for the security log. Accepted variables are ``syslog:server=<ip-address | localhost | dns-name>:<port>``,``stderr``,``<absolutepathtofile>``. Default is``"syslog:server=127.0.0.1:514"``. |``string``| No |
44
+
|``dosSecurityLog.dosLogDest``| The log destination for the security log. Accepted variables are ``syslog:server=<ip-address | localhost | dns-name>:<port>``,``stderr``,``<absolute path to file>``. Default is``"syslog:server=127.0.0.1:514"``. |``string``| No |
0 commit comments