From e270083fb9f113cea6ac8b12db845b6a01fa8445 Mon Sep 17 00:00:00 2001 From: Chinmayi Chandrasekar Date: Fri, 28 Jan 2022 12:31:46 +0530 Subject: [PATCH] NE768:Document syslog maxLength parameter support for an ingress controller --- modules/nw-ingress-controller-configuration-parameters.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/nw-ingress-controller-configuration-parameters.adoc b/modules/nw-ingress-controller-configuration-parameters.adoc index 6c88cb78220b..997334022333 100644 --- a/modules/nw-ingress-controller-configuration-parameters.adoc +++ b/modules/nw-ingress-controller-configuration-parameters.adoc @@ -1,7 +1,7 @@ // Module included in the following assemblies: // // * ingress/configure-ingress-operator.adoc - +:_content-type: REFERENCE [id="nw-ingress-controller-configuration-parameters_{context}"] = Ingress Controller configuration parameters @@ -138,6 +138,7 @@ The `AllowedSubjectPatterns` is an optional value that specifies a list of regul *** `syslog` describes parameters for the `Syslog` logging destination type: **** `address` is the IP address of the syslog endpoint that receives log messages. **** `port` is the UDP port number of the syslog endpoint that receives log messages. +**** `maxLength` is the maximum length of the syslog message. It must be between `480` and `4096` bytes. If this field is empty, the maximum length is set to the default value of `1024` bytes. **** `facility` specifies the syslog facility of log messages. If this field is empty, the facility is `local1`. Otherwise, it must specify a valid syslog facility: `kern`, `user`, `mail`, `daemon`, `auth`, `syslog`, `lpr`, `news`, `uucp`, `cron`, `auth2`, `ftp`, `ntp`, `audit`, `alert`, `cron2`, `local0`, `local1`, `local2`, `local3`. `local4`, `local5`, `local6`, or `local7`. ** `httpLogFormat` specifies the format of the log message for an HTTP request. If this field is empty, log messages use the implementation's default HTTP log format. For HAProxy's default HTTP log format, see link:http://cbonte.github.io/haproxy-dconv/2.0/configuration.html#8.2.3[the HAProxy documentation].